Viktor Klang
a21077707e
Merge branch 'master' of github.com:jboner/akka
2010-10-02 21:34:03 +02:00
Viktor Klang
099820a258
Merge branch 'master' of github.com:jboner/akka
2010-10-02 21:34:03 +02:00
Viktor Klang
3a76f5aa83
Minor code cleanup of config file load
2010-10-02 21:33:43 +02:00
Viktor Klang
b5ba69a313
Minor code cleanup of config file load
2010-10-02 21:33:43 +02:00
Jonas Bonér
8be9a33353
Merge branch 'master' of git@github.com:jboner/akka
2010-10-02 20:07:17 +02:00
Jonas Bonér
166f9a0af3
Merge branch 'master' of git@github.com:jboner/akka
2010-10-02 20:07:17 +02:00
Jonas Bonér
001e811686
Added hasListener
2010-10-02 19:58:21 +02:00
Jonas Bonér
51e3e6768b
Added hasListener
2010-10-02 19:58:21 +02:00
Viktor Klang
0446ac200f
Merge branch 'master' of github.com:jboner/akka
2010-10-02 17:47:23 +02:00
Viktor Klang
03f13bd3e6
Merge branch 'master' of github.com:jboner/akka
2010-10-02 17:47:23 +02:00
Viktor Klang
19df3b2bae
Changing order of priority for akka.config and adding option to specify a mode
2010-10-02 17:38:09 +02:00
Viktor Klang
d87436e2ce
Changing order of priority for akka.config and adding option to specify a mode
2010-10-02 17:38:09 +02:00
Viktor Klang
692866181c
Updating Atmosphere to 0.6.2 and switching to using SimpleBroadcaster
2010-10-02 17:32:44 +02:00
Viktor Klang
6f11ce032d
Updating Atmosphere to 0.6.2 and switching to using SimpleBroadcaster
2010-10-02 17:32:44 +02:00
ticktock
97a5c05b53
Added tests of proper null handling for Ref,Vector,Map,Queue and voldemort impl/tweak
2010-10-01 16:04:22 -04:00
ticktock
ef14ead4b3
Added tests of proper null handling for Ref,Vector,Map,Queue and voldemort impl/tweak
2010-10-01 16:04:22 -04:00
ticktock
3411ad6be1
two more stub tests in Vector Spec
2010-09-30 19:35:10 -04:00
ticktock
820f8abf4e
two more stub tests in Vector Spec
2010-09-30 19:35:10 -04:00
ticktock
f8d77e04ea
More VectorStorageBackend tests plus an abstract Ticket343Test with a working VoldemortImpl
2010-09-30 19:13:59 -04:00
ticktock
7175e464fe
More VectorStorageBackend tests plus an abstract Ticket343Test with a working VoldemortImpl
2010-09-30 19:13:59 -04:00
ticktock
81407006c1
Map Spec
2010-09-30 19:13:19 -04:00
ticktock
3d6c1f2e2d
Map Spec
2010-09-30 19:13:19 -04:00
ticktock
984de304a8
Moved implicit Ordering(ArraySeq[Byte]) to a new PersistentMapBinary companion object
...
and created an implicit Ordering(Array[Byte]) that can be used on the backends too
Finished Map Backend Spec that tests proper ordering of retrieved k->v pairs and fixed Voldemort to work properly
2010-09-30 15:33:31 -04:00
ticktock
3a0e1810a0
Moved implicit Ordering(ArraySeq[Byte]) to a new PersistentMapBinary companion object
...
and created an implicit Ordering(Array[Byte]) that can be used on the backends too
Finished Map Backend Spec that tests proper ordering of retrieved k->v pairs and fixed Voldemort to work properly
2010-09-30 15:33:31 -04:00
ticktock
578b9dfdfc
Merge branch 'master' of github.com:jboner/akka into ticket-443
2010-09-30 11:35:31 -04:00
ticktock
fd7b6d3028
Merge branch 'master' of github.com:jboner/akka into ticket-443
2010-09-30 11:35:31 -04:00
Jonas Bonér
bf33856abd
Merge branch 'master' of git@github.com:jboner/akka
...
Conflicts:
akka-remote/src/main/scala/remote/RemoteServer.scala
2010-09-30 16:10:39 +02:00
Jonas Bonér
f47f3191da
Merge branch 'master' of git@github.com:jboner/akka
...
Conflicts:
akka-remote/src/main/scala/remote/RemoteServer.scala
2010-09-30 16:10:39 +02:00
Michael Kober
ca7041632a
merged ticket444
2010-09-30 10:24:34 +02:00
Michael Kober
2bc500cfbd
merged ticket444
2010-09-30 10:24:34 +02:00
Jonas Bonér
71aac38742
Merge branch 'master' of git@github.com:jboner/akka
2010-09-30 10:13:52 +02:00
Jonas Bonér
5f67d4b829
Merge branch 'master' of git@github.com:jboner/akka
2010-09-30 10:13:52 +02:00
Jonas Bonér
251b4171dc
minor edit
2010-09-30 10:13:35 +02:00
Jonas Bonér
0a7ba9de7e
minor edit
2010-09-30 10:13:35 +02:00
Michael Kober
26dc0904c1
fixed test
2010-09-30 08:40:42 +02:00
Michael Kober
719a054968
fixed test
2010-09-30 08:40:42 +02:00
Michael Kober
a85081065a
merged master
2010-09-30 08:20:10 +02:00
Michael Kober
34e92b7cb0
merged master
2010-09-30 08:20:10 +02:00
Martin Krasser
0e79d48cf5
CamelService can now be turned off by configuration. Closes #447
2010-09-30 07:21:31 +02:00
Martin Krasser
0dae3b1cbd
CamelService can now be turned off by configuration. Closes #447
2010-09-30 07:21:31 +02:00
ticktock
7c2c550e21
Initial QueueStorageBackend Spec
2010-09-29 20:26:30 -04:00
ticktock
2809157b51
Initial QueueStorageBackend Spec
2010-09-29 20:26:30 -04:00
ticktock
131d2016d9
Merge branch 'master' of github.com:jboner/akka into ticket-443
2010-09-29 20:14:06 -04:00
ticktock
31a2f15810
Merge branch 'master' of github.com:jboner/akka into ticket-443
2010-09-29 20:14:06 -04:00
ticktock
46f1f97b95
Initial QueueStorageBackend Spec
2010-09-29 20:12:55 -04:00
ticktock
57a856a96a
Initial QueueStorageBackend Spec
2010-09-29 20:12:55 -04:00
Michael Kober
5aaecc4897
Merge branch 'ticket440'
2010-09-29 20:39:45 +02:00
Michael Kober
844bc921b5
Merge branch 'ticket440'
2010-09-29 20:39:45 +02:00
Michael Kober
7138505a1d
added Java API
2010-09-29 20:37:01 +02:00
Michael Kober
84955348e2
added Java API
2010-09-29 20:37:01 +02:00