Viktor Klang
|
e83a57b7b0
|
Moved a runtime error to compile time
|
2010-04-11 00:00:06 +02:00 |
|
Viktor Klang
|
cd9477dfe2
|
Refactored _isEventBased into the MessageDispatcher
|
2010-04-10 23:59:40 +02:00 |
|
Viktor Klang
|
043f9f642e
|
Readded more SBinary functionality
|
2010-04-10 00:50:57 +02:00 |
|
Jonas Bonér
|
bcd8132464
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-09 14:24:48 +02:00 |
|
Jonas Bonér
|
5893b04774
|
cleaned up remote tests + remvod akkaHome from sbt build file
|
2010-04-09 14:24:33 +02:00 |
|
Michael Kober
|
85756e18df
|
added test for supervised remote active object
|
2010-04-09 13:27:22 +02:00 |
|
Jonas Bonér
|
6ed887fb7b
|
fixed bug in Agent.scala, fixed bug in RemoteClient.scala, fixed problem with tests
|
2010-04-09 11:16:38 +02:00 |
|
Peter Vlugter
|
1e789b3648
|
Initial values possible for TransactionalRef, TransactionalMap, and TransactionalVector
|
2010-04-09 14:25:04 +08:00 |
|
Peter Vlugter
|
ebab76b348
|
Added alter method to TransactionalRef
|
2010-04-09 14:25:03 +08:00 |
|
Peter Vlugter
|
e780ba0f82
|
fix for HashTrie: apply and + now return HashTrie rather than Map
|
2010-04-09 14:25:03 +08:00 |
|
Jan Kronquist
|
edba42e23a
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-08 20:53:00 +02:00 |
|
Jan Kronquist
|
cda65ba830
|
Started working on issue #121 Added actorFor to get the actor for an activeObject
|
2010-04-08 20:52:22 +02:00 |
|
Jonas Bonér
|
441ad40856
|
improved scaladoc for Actor.scala
|
2010-04-08 17:05:59 +02:00 |
|
Jonas Bonér
|
ed7b51e4d4
|
removed Actor.remoteActor factory method since it does not work
|
2010-04-08 17:03:48 +02:00 |
|
Jonas Bonér
|
ed9fc04443
|
Added JTA module, monadic and higher-order functional API
|
2010-04-08 17:02:01 +02:00 |
|
Jonas Bonér
|
7b28f56a16
|
Merge branch 'master' of git@github.com:jboner/akka into sbt
|
2010-04-07 21:29:00 +02:00 |
|
Jonas Bonér
|
76d1e13baf
|
Cleaned up sbt build file + upgraded to sbt 0.7.3
|
2010-04-07 21:09:15 +02:00 |
|
Viktor Klang
|
a7abe34d05
|
Merge branch 'either_sender_future'
|
2010-04-07 20:55:16 +02:00 |
|
Viktor Klang
|
acd6f19562
|
Removed uglies
|
2010-04-07 20:54:53 +02:00 |
|
Jonas Bonér
|
fdaa6f4195
|
Improved ScalaDoc in Actor
|
2010-04-07 19:41:21 +02:00 |
|
Jonas Bonér
|
2246cd8b88
|
added a method to retrieve the supervisor for an actor + a message Unlink to unlink himself
|
2010-04-07 18:49:22 +02:00 |
|
Jonas Bonér
|
c095a1c211
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-07 15:36:13 +02:00 |
|
Jonas Bonér
|
3679865276
|
fixed bug in nested supervisors + added tests + added latch to agent tests
|
2010-04-07 15:35:43 +02:00 |
|
Michael Kober
|
8dfa12d924
|
fixed @inittransactionalstate, updated pom for spring java tests
changed timeout in declarative config from Int to Long
|
2010-04-07 14:35:47 +02:00 |
|
Jonas Bonér
|
0d60400790
|
Fixed: Akka kernel now loads all jars wrapped up in the jars in the ./deploy dir
|
2010-04-07 14:23:58 +02:00 |
|
Viktor Klang
|
2593fd3ab3
|
Change sender and senderfuture to Either
|
2010-04-06 22:37:34 +02:00 |
|
Jonas Bonér
|
e4e96f61c8
|
Added API to add listeners to subscribe to Error, Connect and Disconnect events on RemoteClient
|
2010-04-06 15:07:02 +02:00 |
|
Jonas Bonér
|
784ca9e750
|
Added Logging trait back to Actor
|
2010-04-06 12:52:37 +02:00 |
|
Jonas Bonér
|
91fe6a3a98
|
Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests.
Also removed the Logging trait from Actor for lower memory footprint.
|
2010-04-06 12:45:09 +02:00 |
|
Jonas Bonér
|
94d472eac2
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-05 13:56:36 +02:00 |
|
Viktor Klang
|
60b374b9a3
|
Rename file
|
2010-04-05 13:56:09 +02:00 |
|
Jonas Bonér
|
4a7b7210bc
|
renamed tests from *Test -> *Spec
|
2010-04-05 13:55:59 +02:00 |
|
Viktor Klang
|
9ad4491905
|
Merged in akka-servlet
|
2010-04-05 13:37:33 +02:00 |
|
Viktor Klang
|
a40d1ed279
|
Changed module name, packagename and classnames :-)
|
2010-04-05 13:31:39 +02:00 |
|
Jonas Bonér
|
b2ba933e78
|
Improved scaladoc for Transaction
|
2010-04-05 13:08:35 +02:00 |
|
Jonas Bonér
|
30badd6cc0
|
cleaned up packaging in samples to all be "sample.x"
|
2010-04-05 12:32:15 +02:00 |
|
Jonas Bonér
|
f04fbba47b
|
Refactored STM API into Transaction.Global and Transaction.Local, fixes issues with "atomic" outside actors
|
2010-04-05 11:53:43 +02:00 |
|
Jonas Bonér
|
3ae55214bd
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-05 07:28:02 +02:00 |
|
Viktor Klang
|
04c45b28f1
|
Created jxee module
|
2010-04-05 00:18:58 +02:00 |
|
Jonas Bonér
|
4afbc4cd05
|
fixed broken "sbt dist"
|
2010-04-04 18:55:40 +02:00 |
|
rossputin
|
0cfe5e24c8
|
fix for comments
|
2010-04-04 09:53:23 +01:00 |
|
Jonas Bonér
|
297a335cad
|
fixed bug with creating anonymous actor, renamed some anonymous actor factory methods
|
2010-04-03 18:58:16 +02:00 |
|
Jonas Bonér
|
f001a1e5f6
|
changed println -> log.info
|
2010-04-02 17:24:13 +02:00 |
|
Jan Van Besien
|
3f2c9a2be9
|
Added load balancer which prefers actors with small mailboxes (discussed on mailing list a while ago).
|
2010-04-02 13:52:03 +02:00 |
|
Debasish Ghosh
|
a0c3d4ee16
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-02 16:50:23 +05:30 |
|
Debasish Ghosh
|
d6de99bcee
|
new redisclient with support for clustering
|
2010-04-02 16:48:02 +05:30 |
|
Jan Van Besien
|
d3654accb2
|
simplified tests using CountDownLatch.await with a timeout by asserting the count reached zero in a single statement.
|
2010-04-02 12:58:24 +02:00 |
|
Jonas Bonér
|
183fcfbb9a
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-02 09:23:36 +02:00 |
|
Jonas Bonér
|
b513e5716f
|
cleaned up
|
2010-04-01 23:03:10 +02:00 |
|
Viktor Klang
|
a23cc9b230
|
Minor cleanups and fixing super.unregister
|
2010-04-01 22:34:16 +02:00 |
|