Commit graph

959 commits

Author SHA1 Message Date
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
Jan Van Besien
c3381d8149 Improved unit test performance by replacing Thread.sleep with more clever approaches (CountDownLatch, BlockingQueue and others). Here and there Thread.sleep could also simply be removed. 2010-04-01 16:45:04 +02:00
Jonas Bonér
500d967646 refactored build file 2010-04-01 10:06:43 +02:00
Jonas Bonér
215b45d470 release v0.8 2010-04-01 09:20:51 +02:00
Jonas Bonér
2f32b850f6 merged with upstream 2010-04-01 08:10:52 +02:00
Jonas Bonér
08fdc7ad44 updated copyright header 2010-03-31 20:35:02 +02:00
Jonas Bonér
40291b5378 updated Agent scaladoc with monadic examples 2010-03-31 20:27:41 +02:00
Jonas Bonér
089cf01b40 Agent is now monadic, added more tests to AgentTest 2010-03-31 19:53:00 +02:00
Jan Van Besien
b974ac24c3 Merge branch 'master' of git@github.com:janvanbesien/akka 2010-03-31 15:46:17 +02:00
Jan Van Besien
37f535dcfe added jsr166x library from doug lea 2010-03-31 14:43:17 +02:00
Jan Van Besien
af0e029aee Added jsr166x to the embedded repo.
Use jsr166x.ConcurrentLinkedDeque in stead of LinkedBlockingDeque as colletion for the actors mailbox
2010-03-31 14:36:42 +02:00
Jan Van Besien
3dcd319fdc Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 13:15:44 +02:00
Jan Van Besien
d6789b060d Merge branch 'workstealing' 2010-03-31 11:18:44 +02:00
Jonas Bonér
7d465f6d4f Gave the sbt deploy plugin richer API 2010-03-31 11:04:13 +02:00
Michael Kober
9cf5121649 Merge branch 'spring-dispatcher' 2010-03-31 09:35:41 +02:00
Jan Van Besien
b710737262 Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 08:59:02 +02:00
Jonas Bonér
855acd23da added missing scala-library.jar to dist and manifest.mf classpath 2010-03-31 07:33:55 +02:00
Jonas Bonér
819a6d8fb5 reverted back to sbt 0.7.1 2010-03-31 00:26:38 +02:00
Jonas Bonér
b0bee0d417 Removed Actor.send function 2010-03-30 23:58:50 +02:00
Jonas Bonér
d8461f4dca merged with upstream 2010-03-30 23:16:18 +02:00
Jonas Bonér
48ff060ddb merged with upstream 2010-03-30 23:04:05 +02:00
Viktor Klang
7430dc8ac0 Merge branch '2.8-WIP' of git@github.com:jboner/akka into 2.8-WIP 2010-03-30 22:15:25 +02:00
Viktor Klang
71ad8f697d Forward-ported bugfix in Security to 2.8-WIP 2010-03-30 22:12:05 +02:00
Viktor Klang
6d6fc79919 Fixed reported exception in Akka-Security 2010-03-30 22:10:49 +02:00
Debasish Ghosh
5566b21b5e upgraded redisclient to version 1.2: includes api name changes for conformance with redis server (earlier ones deprecated). Also an implementation of Deque that can be used for Durable Q in actors 2010-03-31 01:32:01 +05:30
Jonas Bonér
eaaa9b1456 Merged with new Redis 1.2 code from master, does not compile since the redis-client is build with 2.7.7, need to get correct JAR 2010-03-30 21:35:24 +02:00
Viktor Klang
edbd5c15e9 Added missing dependency 2010-03-30 21:20:01 +02:00