Commit graph

2597 commits

Author SHA1 Message Date
Viktor Klang
5dff29642d Merge branch 'master' of github.com:jboner/akka 2010-11-10 15:07:40 +01:00
Garrick Evans
6176f7040e most of the refactoring done and jetty is working again (need to check updating timeouts, etc); servlet 3.0 impl next 2010-11-09 23:02:59 -08:00
Viktor Klang
fc575498c7 Merge branch 'master' of https://github.com/paulpach/akka 2010-11-10 06:50:24 +01:00
ticktock
cdd0c1019c Merging support of amazon simpledb as a persistence backend 2010-11-09 16:57:58 -05:00
Paul Pacheco
4dd5ad5eee Check that either implementation or ref are specified 2010-11-09 13:25:59 -06:00
ticktock
bab4b9d61e test max key and value sizes 2010-11-09 12:49:52 -05:00
Viktor Klang
0538472f72 Merge branch 'master' of github.com:jboner/akka 2010-11-09 16:22:37 +01:00
Martin Krasser
70e9dc99c4 Merge branch '473-krasserm' 2010-11-09 14:29:54 +01:00
Martin Krasser
5550e743a2 Customizing routes to typed consumer actors (Scala and Java API) and refactorings. 2010-11-09 13:52:20 +01:00
Viktor Klang
f6abd71a2b Merge branch 'master' of https://github.com/paulpach/akka into paulpach-master 2010-11-09 11:07:49 +01:00
ticktock
4999956a75 merged master 2010-11-08 21:25:02 -05:00
ticktock
32fc3453ad working simpledb backend, not the fastest thing in the world 2010-11-08 20:40:19 -05:00
ticktock
01f64b103d change var names for aws keys 2010-11-08 19:42:17 -05:00
Garrick Evans
25c17d5ceb refactoring WIP - doesn't build; added servlet 3.0 api jar from glassfish to proj dep 2010-11-08 16:15:19 -08:00
ticktock
c56b9e7a13 switching to aws-java-sdk, for consistent reads (Apache 2 licenced) finished impl 2010-11-08 16:16:11 -05:00
Garrick Evans
9136e62cd2 adding back (mist) http work in a new branch. misitfy was too stale. this is WIP - trying to support both SAPI 3.0 and Jetty Continuations at once 2010-11-08 10:56:20 -08:00
Jonas Bonér
4066515b5f Merge branch 'master' of git@github.com:jboner/akka 2010-11-08 17:57:41 +01:00
ticktock
934928d001 renaming dep 2010-11-08 10:40:13 -05:00
Viktor Klang
7668813382 Closing ticket 476 - verify licenses 2010-11-08 15:58:09 +01:00
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
Martin Krasser
1913b32738 Java API for customizing routes to consumer actors 2010-11-08 14:13:50 +01:00
momania
47ac667903 Merge branch 'master' of git-proxy:jboner/akka 2010-11-08 12:03:06 +01:00
momania
dce0e81093 - improved RPC, adding 'poolsize' and direct queue capabilities
- add redelivery property to delivery
2010-11-08 10:52:21 +01:00
Paul Pacheco
fc9c83396c Add a ref="..." attribute to untyped-actor and typed-actor so that akka can use spring created beans 2010-11-07 22:23:32 -06:00
ticktock
4e966be84a wip for simpledb backend 2010-11-07 20:04:07 -05: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
Martin Krasser
3962c56ff7 Initial support for customizing routes to consumer actors. 2010-11-05 15:37:44 +01: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