Viktor Klang
|
19f2e7f798
|
Removing a compilation warning by restructuring the code
|
2011-04-05 17:37:30 +02:00 |
|
Viktor Klang
|
71a32c719a
|
Changing mailbox-capacity to be unbounded for the case where the bounds are 0, as per the docs in the config
|
2011-04-05 12:06:27 +02:00 |
|
Viktor Klang
|
5be70e8c64
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-05 11:38:10 +02:00 |
|
patriknw
|
2214c7fc88
|
734: moved package objects to package.scala files
|
2011-04-05 11:35:21 +02:00 |
|
Peter Vlugter
|
bb55de44a4
|
Remove infinite loop in AkkaException
|
2011-04-05 19:07:27 +12:00 |
|
Peter Vlugter
|
b3d2cdb174
|
Restoring SNAPSHOT version
|
2011-04-05 09:05:50 +12:00 |
|
Peter Vlugter
|
17d328294e
|
Update version for release 1.1-M1
|
2011-04-05 09:05:49 +12:00 |
|
Viktor Klang
|
f483ae7ed9
|
Adding the sender reference to remote typed actor calls, not a complete fix for 731
|
2011-04-04 15:58:48 +02:00 |
|
Viktor Klang
|
f280e28289
|
Switched to Option(...) instead of Some(...) for TypedActor dispatch
|
2011-04-04 13:23:47 +02:00 |
|
Peter Vlugter
|
7da83a7d4c
|
Update supervisor spec
|
2011-04-04 16:53:17 +12:00 |
|
Peter Vlugter
|
be6035f9a0
|
Add delay in typed actor lifecycle test
|
2011-04-04 11:13:47 +12:00 |
|
Peter Vlugter
|
5106f055ea
|
Specify objenesis repo directly
|
2011-04-04 08:50:20 +12:00 |
|
Derek Williams
|
27009707d9
|
Add basic documentation to Futures.{sequence,traverse}
|
2011-04-03 10:40:06 -06:00 |
|
Derek Williams
|
1d69665bb8
|
Add tests for Futures.{sequence,traverse}
|
2011-04-02 15:40:28 -06:00 |
|
Derek Williams
|
696c0a20f2
|
Make sure there is no type error when used from a val
|
2011-04-02 15:05:47 -06:00 |
|
Viktor Klang
|
3c9e199190
|
Bumping SBT version to 0.7.6-RC0 to fix jline problem with sbt console
|
2011-04-02 22:11:46 +02:00 |
|
Viktor Klang
|
c3eb0b4ffb
|
Adding Pi2, fixing router shutdown in Pi, cleaning up the generation of workers in Pi
|
2011-04-02 15:22:38 +02:00 |
|
Jonas Bonér
|
2e70b4a1b5
|
Simplified the Master/Worker interaction in first tutorial
|
2011-04-02 14:01:36 +02:00 |
|
Jonas Bonér
|
8b9abc252d
|
Added the tutorial projects to the akka core project file
|
2011-04-02 09:46:14 +02:00 |
|
Jonas Bonér
|
b0c6eb6a4f
|
Added missing project file for pi tutorial
|
2011-04-02 09:38:53 +02:00 |
|
Jonas Bonér
|
942c8b7ab9
|
rewrote algo for Pi calculation to use 'map' instead of 'for-yield'
|
2011-04-01 23:34:11 +02:00 |
|
Jonas Bonér
|
a947dc88c6
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-01 22:59:56 +02:00 |
|
Jonas Bonér
|
bafae2aaf4
|
Changed Iterator to take immutable.Seq instead of mutable.Seq. Also changed Pi tutorial to use Vector instead of Array
|
2011-04-01 22:59:49 +02:00 |
|
Derek Williams
|
22b5cf5e9b
|
Fix after removal of akka-sbt-plugin
|
2011-04-01 12:38:48 -06:00 |
|
Derek Williams
|
40287a2421
|
Merge branch 'master' into ticket-622
|
2011-04-01 12:26:52 -06:00 |
|
Jonas Bonér
|
95ec4a6c60
|
Added some comments and scaladoc to Pi tutorial sample
|
2011-04-01 16:02:55 +02:00 |
|
Jonas Bonér
|
7e3301dc96
|
Changed logging level in ReflectiveAccess and set the default Akka log level to INFO
|
2011-04-01 15:49:33 +02:00 |
|
Jonas Bonér
|
b226605075
|
Added Routing.Broadcast message and handling to be able to broadcast a message to all the actors a load-balancer represents
|
2011-04-01 15:33:46 +02:00 |
|
Jonas Bonér
|
d276b6bb68
|
removed JARs added by mistake
|
2011-04-01 14:48:04 +02:00 |
|
Jonas Bonér
|
3334f053c8
|
Fixed bug with not shutting down remote event handler listener properly
|
2011-04-01 14:31:53 +02:00 |
|
Jonas Bonér
|
7f791beb78
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-01 14:29:32 +02:00 |
|
Jonas Bonér
|
e977267227
|
Changed *Iterator to take a Seq instead of a List
|
2011-04-01 14:29:26 +02:00 |
|
Jonas Bonér
|
329e8bbcfd
|
Added first tutorial based on Scala and SBT
|
2011-04-01 14:28:08 +02:00 |
|
Viktor Klang
|
2430341169
|
Adding Kill message, synonymous with Restart(new ActorKilledException(msg))
|
2011-04-01 12:00:10 +02:00 |
|
Jonas Bonér
|
e7cf4850e2
|
Merge branch 'master' of github.com:jboner/akka
|
2011-03-31 16:14:10 +02:00 |
|
Jonas Bonér
|
2f9ec8649f
|
Added comment about broken TypedActor remoting behavior
|
2011-03-31 15:55:30 +02:00 |
|
Peter Vlugter
|
1574f513f5
|
Should should be must, should must be must
|
2011-03-31 20:34:36 +13:00 |
|
Peter Vlugter
|
380f38576d
|
Rework the tests in actor/actor
|
2011-03-31 20:32:04 +13:00 |
|
Derek Williams
|
da99296ed4
|
Merge remote-tracking branch 'origin/master' into ticket-622
|
2011-03-30 22:07:13 -06:00 |
|
Peter Vlugter
|
1c8b557155
|
Add general mechanism for excluding tests
|
2011-03-31 11:36:49 +13:00 |
|
Jonas Bonér
|
8760c00e30
|
Merge branch 'master' of github.com:jboner/akka
|
2011-03-30 21:19:32 +02:00 |
|
Jonas Bonér
|
3b189433c8
|
improved scaladoc in Future
|
2011-03-30 21:19:26 +02:00 |
|
Jonas Bonér
|
f39c77f57a
|
Added check to ensure that messages are not null. Also cleaned up misc code
|
2011-03-30 15:12:58 +02:00 |
|
Jonas Bonér
|
d582caf93a
|
added some methods to the TypedActor context and deprecated all methods starting with 'get*'
|
2011-03-30 09:19:05 +02:00 |
|
Derek Williams
|
dc3ee82dca
|
Move akka-sbt-plugin to akka-modules
|
2011-03-29 21:33:18 -06:00 |
|
Peter Vlugter
|
d476303708
|
More test timing adjustments
|
2011-03-30 14:38:14 +13:00 |
|
Peter Vlugter
|
a4ea2519cc
|
Multiply test timing in ActorModelSpec
|
2011-03-30 13:41:39 +13:00 |
|
Peter Vlugter
|
264904b8a7
|
Multiply test timing in FSMTimingSpec
|
2011-03-30 12:32:12 +13:00 |
|
Peter Vlugter
|
c7db3e52f6
|
Add some testing times to FSM tests (for Jenkins)
|
2011-03-30 10:48:07 +13:00 |
|
Viktor Klang
|
4dfb3eb3dc
|
Adding -optimise to the compile options
|
2011-03-29 22:50:42 +02:00 |
|