Viktor Klang
|
571d856f54
|
Removing one use-site of startsWatching
|
2011-12-01 23:52:16 +01:00 |
|
Viktor Klang
|
bf7befc690
|
Sprinkling some final magic sauce
|
2011-12-01 23:43:56 +01:00 |
|
Viktor Klang
|
ef27f865d4
|
Adding support for ForkJoinPoolConfig so you can use ForkJoin
|
2011-12-01 17:03:30 +01:00 |
|
Viktor Klang
|
e3e694d1dc
|
Tweaking the consistency spec for using more cores
|
2011-12-01 17:02:30 +01:00 |
|
Viktor Klang
|
e590a4877a
|
Making the ConsistencySpec a tad more awesomized
|
2011-12-01 10:27:28 +01:00 |
|
Viktor Klang
|
b42c6b6bd1
|
Adding the origin address to the SHUTDOWN CommandType when sent and also removed a wasteful FIXME
|
2011-11-30 18:23:58 +01:00 |
|
Viktor Klang
|
e3fe09f9bd
|
Merge branch 'master' of github.com:jboner/akka
|
2011-11-30 18:10:46 +01:00 |
|
Viktor Klang
|
16dee0e481
|
#1409 - offsetting the raciness and also refrain from having a separate Timer for each Active connection handler
|
2011-11-30 18:05:11 +01:00 |
|
patriknw
|
67cf9b5b55
|
Merge pull request #127 from jboner/wip-1380-scheduler-dispatcher-patriknw
Execute scheduled tasks in system default dispatcher. See #1380
|
2011-11-30 06:25:38 -08:00 |
|
Patrik Nordwall
|
b3107aed73
|
Merge branch 'master' into wip-1380-scheduler-dispatcher-patriknw
|
2011-11-30 15:18:22 +01:00 |
|
Henrik Engstrom
|
99e5d88ace
|
Removed obsolete samples, see #1278
|
2011-11-30 11:37:42 +01:00 |
|
Henrik Engstrom
|
4e49ee6e30
|
Merge pull request #130 from jboner/samples-henrikengstrom
Samples henrikengstrom
|
2011-11-30 02:08:55 -08:00 |
|
Henrik Engstrom
|
e4ea7ac5d6
|
Merge branch 'master' into samples-henrikengstrom
Conflicts:
akka-actor/src/main/scala/akka/routing/Routing.scala
akka-samples/akka-sample-ants/README.md
akka-samples/akka-sample-ants/src/main/scala/Ants.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/Actors.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/Boot.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/ClientApplication.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/ServerApplication.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/StandaloneApplication.scala
akka-samples/akka-sample-chat/src/main/scala/ChatServer.scala
akka-samples/akka-sample-osgi/src/main/scala/OsgiExample.scala
akka-samples/akka-sample-remote/src/main/scala/ServerManagedRemoteActorSample.scala
project/AkkaBuild.scala
|
2011-11-30 11:05:13 +01:00 |
|
Viktor Klang
|
070d446165
|
#1417 - Added a test to attempt to statistically verify memory consistency for actors
|
2011-11-30 10:52:51 +01:00 |
|
Henrik Engstrom
|
9e5c2f15fd
|
Changed LinkedList to Iterable in constructor, see #1278
|
2011-11-30 08:35:40 +01:00 |
|
Henrik Engstrom
|
5cc36fa476
|
Added todos for 2.0 release, see #1278
|
2011-11-29 17:12:57 +01:00 |
|
Viktor Klang
|
af3a7101da
|
Merge branch 'master' of github.com:jboner/akka
|
2011-11-29 16:52:04 +01:00 |
|
Viktor Klang
|
9afc9dc768
|
Making sure that all access to status and systemMessage is through Unsafe
|
2011-11-29 16:51:30 +01:00 |
|
Jonas Bonér
|
8f5ddff153
|
Added initial support for ls.implicit.ly to the build, still need more work though
|
2011-11-29 16:40:39 +01:00 |
|
Henrik Engstrom
|
1b3ee08287
|
Updated after comments, see #1278
|
2011-11-29 15:19:58 +01:00 |
|
Henrik Engstrom
|
c1f9e764a9
|
Replaced removed visibility, see #1278
|
2011-11-29 12:41:52 +01:00 |
|
Henrik Engstrom
|
823a68ac0f
|
Updated samples and tutorial to Akka 2.0. Added projects to SBT project file. Fixes #1278
|
2011-11-29 12:31:01 +01:00 |
|
Jonas Bonér
|
bcaadb9a1d
|
Merge branch 'master' of github.com:jboner/akka
|
2011-11-29 11:31:01 +01:00 |
|
viktorklang
|
8ab25a23ac
|
Merge pull request #128 from jboner/wip-1371
Making TypedActors an Akka Extension and adding LifeCycle overrides to T...
|
2011-11-29 00:49:26 -08:00 |
|
Patrik Nordwall
|
fb468d79c8
|
Merge branch 'master' into wip-1380-scheduler-dispatcher-patriknw
|
2011-11-29 08:10:25 +01:00 |
|
Patrik Nordwall
|
4d920916bb
|
Added dispatcher to constructor of DefaultDispatcher. See #1380
* There is circular initialization dependencies between DefaultScheduler and Dispatchers,
therefore I used (lazy) by-name parameter.
|
2011-11-29 08:07:41 +01:00 |
|
Viktor Klang
|
7706eea975
|
Merge branch 'master' of github.com:jboner/akka
|
2011-11-28 17:31:09 +01:00 |
|
Viktor Klang
|
16850388e0
|
Fixing #1379 - making the DLAR the default sender in tell
|
2011-11-28 17:24:41 +01:00 |
|
patriknw
|
6f18192e9b
|
Merge pull request #126 from jboner/wip-1402-error-without-stacktrace-patriknw
Skip stack trace when log error without exception. See #1402
|
2011-11-28 08:09:57 -08:00 |
|
Patrik Nordwall
|
01e43c3edb
|
Use scala.util.control.NoStackTrace
|
2011-11-28 17:08:10 +01:00 |
|
Jonas Bonér
|
b4c09c6f7b
|
Merge branch 'master' of github.com:jboner/akka
|
2011-11-28 17:07:37 +01:00 |
|
Jonas Bonér
|
abf4b52f3e
|
Added *.vim to .gitignore
|
2011-11-28 17:07:31 +01:00 |
|
Patrik Nordwall
|
f3cafa5fd3
|
Merge branch 'master' into wip-1402-error-without-stacktrace-patriknw
Conflicts:
akka-slf4j/src/main/scala/akka/event/slf4j/SLF4J.scala
|
2011-11-28 17:00:12 +01:00 |
|
patriknw
|
1807851dc0
|
Merge pull request #125 from jboner/wip-1401-slf4j-patriknw
Slf4jEventHandler should not format log message. See #1401
|
2011-11-28 07:55:58 -08:00 |
|
Viktor Klang
|
539e12a7a4
|
Making TypedActors an Akka Extension and adding LifeCycle overrides to TypedActors, see #1371 and #1397
|
2011-11-28 16:15:08 +01:00 |
|
Patrik Nordwall
|
15748e5c42
|
Execute scheduled tasks in system default dispatcher. See #1380
|
2011-11-28 16:05:22 +01:00 |
|
Patrik Nordwall
|
87a22e4d28
|
stdout-loglevel = WARNING in AkkaSpec
|
2011-11-28 14:59:41 +01:00 |
|
Patrik Nordwall
|
a229140fac
|
Fixed race in trading perf test. Fixes #1383
|
2011-11-28 14:44:19 +01:00 |
|
Patrik Nordwall
|
10517e5183
|
Skip stack trace when log error without exception. See #1402
|
2011-11-28 13:35:10 +01:00 |
|
patriknw
|
bff464479b
|
Merge pull request #124 from jboner/wip-1373-log-config-patriknw
Added logConfig to ActorSystem and logConfigOnStart property. See #1373
|
2011-11-28 01:36:41 -08:00 |
|
Patrik Nordwall
|
3846b63dcf
|
Minor review fixes
|
2011-11-28 10:34:15 +01:00 |
|
Patrik Nordwall
|
0f410b1252
|
Merge branch 'master' into wip-1373-log-config-patriknw
|
2011-11-28 10:22:04 +01:00 |
|
Patrik Nordwall
|
19a78c0e58
|
Slf4jEventHandler should not format log message. See #1401
* Updated documentation with info about MDC.
* Updated documentation conf of logLevel.
* Updated documentation Logback 1.0.0.
|
2011-11-28 10:07:30 +01:00 |
|
Patrik Nordwall
|
52c0888500
|
Changed slf4j version to 1.6.4. See #1400
|
2011-11-28 09:47:41 +01:00 |
|
Peter Vlugter
|
534db2df50
|
Add sbt settings to exclude or include tests using scalatest tags. Fixes #1389
|
2011-11-28 13:02:31 +13:00 |
|
Henrik Engstrom
|
fda8bce371
|
Updated DefaultScheduler and its Spec after comments, see #1393
|
2011-11-26 15:24:13 +01:00 |
|
Henrik Engstrom
|
8bd4dadb96
|
Added check in DefaultScheduler to detect if receiving actor of a reschedule has been terminated. Fixes #1393
|
2011-11-25 17:56:14 +01:00 |
|
Patrik Nordwall
|
de2de7e9c2
|
Added logConfig to ActorSystem and logConfigOnStart property. See #1373
* toString of Config isn't good right now, but that will be fixed in Config lib
|
2011-11-25 16:19:54 +01:00 |
|
Jonas Bonér
|
bd2fdaa647
|
Merge branch 'master' of github.com:jboner/akka
|
2011-11-25 15:42:51 +01:00 |
|
Jonas Bonér
|
d2ef8b99bc
|
Fixed problems with remote configuration.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
|
2011-11-25 15:42:25 +01:00 |
|