Commit graph

2422 commits

Author SHA1 Message Date
Jonas Bonér
c8eae71815 Merge branch 'master' of git@github.com:jboner/akka 2010-11-08 15:42:16 +01:00
Jonas Bonér
a43009e465 Fixed maven groupId and some other minor stuff 2010-11-08 15:42:08 +01:00
Viktor Klang
5b1dc62778 Fixing optimistic sleep in actor model spec 2010-11-08 15:15:09 +01:00
ticktock
f252efe734 Tweaking the encoding of map keys so that there is no possibility of stomping on the key used to hold the map keyset 2010-11-07 19:21:56 -05:00
ticktock
2944ca5845 Tweaking the encoding of map keys so that there is no possibility of stomping on the key used to hold the maps keyset 2010-11-07 19:20:39 -05:00
Peter Vlugter
ced628a9be Update sbt plugin 2010-11-08 13:02:49 +13:00
Viktor Klang
75e52667b6 Adding support for user-controlled action for unmatched messages 2010-11-07 14:33:34 +01:00
ticktock
96419d661e formatting 2010-11-06 12:00:07 -04:00
ticktock
1381ac702d realized that there are other MIT deps in akka, re-enabling 2010-11-06 11:33:44 -04:00
ticktock
e9e64f8a48 commenting out memcached support pending license question 2010-11-06 11:30:58 -04:00
ticktock
9d6a0931c0 freeing up a few more bytes for memcached keys, reserving a slightly less common key to hold map keysets 2010-11-06 11:15:55 -04:00
ticktock
e88bfcde11 updating akka-reference.conf and switching to KetamaConnectionFactory for spymemcached 2010-11-05 19:24:07 -04:00
ticktock
78843330a1 Closing ticket-29 memcached protocol support for persistence backend. tested against memcached and membase. 2010-11-05 18:57:28 -04:00
Debasish Ghosh
752a26108a refactored test - lazy persistent vector doesn't seem to work anymore 2010-11-05 02:54:12 +05:30
Debasish Ghosh
f466afba58 changed implementation of PersistentQueue so that it's now thread-safe 2010-11-05 02:36:22 +05:30
Viktor Klang
362e98d18e Merge branch 'master' of github.com:jboner/akka 2010-11-04 13:07:36 +01:00
Viktor Klang
b15fe0ff5d Merge branch 'master' of github.com:jboner/akka 2010-11-04 13:07:24 +01:00
Viktor Klang
b631dd49f7 Merge branch 'master' of github.com:jboner/akka 2010-11-04 12:51:27 +01:00
Viktor Klang
1c2c0b2e5d Fixing issue with turning off secure cookies 2010-11-04 12:51:20 +01:00
ticktock
bd70f74930 merged master 2010-11-03 20:37:19 -04:00
ticktock
f13519b624 merged master 2010-11-03 20:32:59 -04:00
ticktock
1c76e4a68d Cleanup and wait/retry on futures returned from spymemcached appropriately 2010-11-03 20:27:56 -04:00
Jonas Bonér
f198b966fd Made remote message frame size configurable 2010-11-02 21:41:35 +01:00
Jonas Bonér
841bc78734 Merge branch 'master' of git@github.com:jboner/akka 2010-11-02 21:18:43 +01:00
Jonas Bonér
cbca588248 merged with upstream 2010-11-02 21:18:31 +01:00
Viktor Klang
53523ff907 Fixing #491 and lots of tiny optimizations 2010-11-02 20:30:18 +01:00
Jonas Bonér
ade112348e Merging of RemoteRequest and RemoteReply protocols completed 2010-11-02 18:11:58 +01:00
ticktock
538813b40e Memcached Storage Backend 2010-11-01 20:26:28 -04:00
Jonas Bonér
8e9ab0d5bf formatting 2010-10-31 19:27:55 +01:00
Jonas Bonér
2095f50542 Merge branch 'master' of git@github.com:jboner/akka 2010-10-31 07:13:21 +01:00
Jonas Bonér
17fa581907 Added remote client info to remote server life-cycle events 2010-10-31 07:13:00 +01:00
Viktor Klang
071d428935 Switched to server managed for Supervisor config 2010-10-30 00:41:56 +02:00
Viktor Klang
19d082f332 Fixing ticket #498 2010-10-29 23:14:20 +02:00
Viktor Klang
a0b08e74de Merge with master 2010-10-29 22:44:06 +02:00
Viktor Klang
92fce8a526 Fixing ticket #481, sorry for rewriting stuff. May God have mercy. 2010-10-29 22:30:35 +02:00
Jonas Bonér
c589c4fb55 removed trailing spaces 2010-10-29 16:33:31 +02:00
Jonas Bonér
bf4dbd11ed Merge branch 'master' of git@github.com:jboner/akka 2010-10-29 16:18:46 +02:00
Viktor Klang
0906bb5d3f Cleaned up shutdown hook code and increased readability 2010-10-29 16:11:43 +02:00
Jonas Bonér
77451736be Changed default remote port from 9999 to 2552 (AKKA) :-) 2010-10-29 16:07:33 +02:00
Viktor Klang
2975192642 Adding shutdown hook that clears logging levels registered by Configgy, closing ticket 486 2010-10-29 15:31:07 +02:00
Martin Krasser
18a5088bb0 Merge branch '458-krasserm' 2010-10-29 12:01:57 +02:00
Martin Krasser
a2a27a169b Remove Camel staging repo 2010-10-29 11:54:34 +02:00
Martin Krasser
01b1a0eed9 Fixed compile error after resolving merge conflict 2010-10-29 11:37:41 +02:00
Martin Krasser
b85ac98663 Merge remote branch 'remotes/origin/master' into 458-krasserm and resolved conflict in akka-camel/src/main/scala/CamelService.scala 2010-10-29 11:04:48 +02:00
Jonas Bonér
175317f95b Merge branch 'master' of git@github.com:jboner/akka 2010-10-29 08:48:22 +02:00
ticktock
44a1e4074c Refactored a CommonStorageBackend out of the KVBackend, tweaked the CassandraBackend to extend it, and tweaked the Vold and Riak backends to use the updated KVBackend 2010-10-28 19:14:37 -04:00
Jonas Bonér
18b74659f5 Added untrusted-mode for remote server which disallows client-managed remote actors and al lifecycle messages 2010-10-28 21:18:25 +02:00
Jonas Bonér
19d86c8ada mid prococol refactoring 2010-10-28 20:30:11 +02:00
ticktock
221666f4aa Merge branch 'master' of https://github.com/jboner/akka into ticket-438 2010-10-28 12:53:14 -04:00
ticktock
297658a976 merged master after the package rename changeset 2010-10-28 12:52:42 -04:00