Jonas Bonér
|
1411565a73
|
updated changes.xml
|
2009-12-15 12:21:15 +01:00 |
|
Jonas Bonér
|
9d430d8fc9
|
updated changes.xml
|
2009-12-15 12:21:15 +01:00 |
|
Jonas Bonér
|
f9ac8c3864
|
added test timeout
|
2009-12-15 11:50:33 +01:00 |
|
Jonas Bonér
|
444c1a0166
|
added test timeout
|
2009-12-15 11:50:33 +01:00 |
|
Jonas Bonér
|
b8eea97ecc
|
Fixed bug in event-driven dispatcher + fixed bug in makeRemote when run on a remote instance
|
2009-12-15 10:31:24 +01:00 |
|
Jonas Bonér
|
c38c0115bf
|
Fixed bug in event-driven dispatcher + fixed bug in makeRemote when run on a remote instance
|
2009-12-15 10:31:24 +01:00 |
|
Jonas Bonér
|
c1e74fb2ab
|
Fixed bug with starting actors twice in supervisor + moved init method in actor into isRunning block + ported DataFlow module to akka actors
|
2009-12-15 07:44:48 +01:00 |
|
Jonas Bonér
|
9b9bee35a5
|
Fixed bug with starting actors twice in supervisor + moved init method in actor into isRunning block + ported DataFlow module to akka actors
|
2009-12-15 07:44:48 +01:00 |
|
Viktor Klang
|
fc1d7b3859
|
Removed boring API method
|
2009-12-15 00:23:35 +01:00 |
|
Viktor Klang
|
518c449c6e
|
Removed boring API method
|
2009-12-15 00:23:35 +01:00 |
|
Viktor Klang
|
f06df210d1
|
Added ask-back
|
2009-12-14 23:45:56 +01:00 |
|
Viktor Klang
|
be22ab62d5
|
Added ask-back
|
2009-12-14 23:45:56 +01:00 |
|
Viktor Klang
|
0e23334cad
|
fixed the API, bugs etc
|
2009-12-14 23:02:38 +01:00 |
|
Viktor Klang
|
d3cf21e292
|
fixed the API, bugs etc
|
2009-12-14 23:02:38 +01:00 |
|
Mikael Högqvist
|
9b2e32e985
|
- added remote actor reply changes
|
2009-12-14 19:31:46 +01:00 |
|
Mikael Högqvist
|
04ef279670
|
- added remote actor reply changes
|
2009-12-14 19:31:46 +01:00 |
|
Mikael Högqvist
|
19e5c7399e
|
Merge branch 'remotereply'
Conflicts:
akka-actors/src/main/scala/actor/Actor.scala
|
2009-12-14 19:28:11 +01:00 |
|
Mikael Högqvist
|
0d2e905cd6
|
Merge branch 'remotereply'
Conflicts:
akka-actors/src/main/scala/actor/Actor.scala
|
2009-12-14 19:28:11 +01:00 |
|
Mikael Högqvist
|
2b593785d9
|
- Support for implicit sender with remote actors (fixes Issue #71)
- The RemoteServer and RemoteClient was modified to support a clean shutdown when testing using multiple remote servers
|
2009-12-14 19:22:37 +01:00 |
|
Mikael Högqvist
|
ea8963ef6e
|
- Support for implicit sender with remote actors (fixes Issue #71)
- The RemoteServer and RemoteClient was modified to support a clean shutdown when testing using multiple remote servers
|
2009-12-14 19:22:37 +01:00 |
|
Eckart Hertzler
|
71b733983f
|
add a jersey MessageBodyWriter that serializes scala lists to JSON arrays
|
2009-12-14 17:57:47 +01:00 |
|
Eckart Hertzler
|
e58128fccf
|
add a jersey MessageBodyWriter that serializes scala lists to JSON arrays
|
2009-12-14 17:57:47 +01:00 |
|
Jonas Bonér
|
42be7194be
|
removed the Init(config) life-cycle message and the config parameters to pre/postRestart instead calling init right after start has been invoked for doing post start initialization
|
2009-12-14 14:13:11 +01:00 |
|
Jonas Bonér
|
6c4d05bbdc
|
removed the Init(config) life-cycle message and the config parameters to pre/postRestart instead calling init right after start has been invoked for doing post start initialization
|
2009-12-14 14:13:11 +01:00 |
|
Jonas Bonér
|
d76fc3a196
|
minor formatting edits
|
2009-12-14 09:11:45 +01:00 |
|
Jonas Bonér
|
50b57694ba
|
minor formatting edits
|
2009-12-14 09:11:45 +01:00 |
|
Jonas Bonér
|
f3caedb38f
|
Merge branch 'Cluster' of git@github.com:jboner/akka into Cluster
|
2009-12-14 08:20:22 +01:00 |
|
Jonas Bonér
|
c2edbaaa3a
|
Merge branch 'Cluster' of git@github.com:jboner/akka into Cluster
|
2009-12-14 08:20:22 +01:00 |
|
Jonas Bonér
|
1db8c8cafd
|
fixed bug in dispatcher
|
2009-12-14 07:56:25 +01:00 |
|
Jonas Bonér
|
3de15e3590
|
fixed bug in dispatcher
|
2009-12-14 07:56:25 +01:00 |
|
Viktor Klang
|
a714495a77
|
removed wrongly added module
|
2009-12-13 22:26:35 +01:00 |
|
Viktor Klang
|
1e10ab2bae
|
removed wrongly added module
|
2009-12-13 22:26:35 +01:00 |
|
Viktor Klang
|
eb5c39b56b
|
A better solution for comet conflict resolve
|
2009-12-13 20:27:22 +01:00 |
|
Viktor Klang
|
1da198db0c
|
A better solution for comet conflict resolve
|
2009-12-13 20:27:22 +01:00 |
|
Viktor Klang
|
87435a18df
|
Merged with master and refined API
|
2009-12-13 20:25:55 +01:00 |
|
Viktor Klang
|
5d95b762d3
|
Merged with master and refined API
|
2009-12-13 20:25:55 +01:00 |
|
Viktor Klang
|
1c3380a818
|
Merge branch 'master' into Atmosphere0.5
|
2009-12-13 20:25:27 +01:00 |
|
Viktor Klang
|
a2f5e51b71
|
Merge branch 'master' into Atmosphere0.5
|
2009-12-13 20:25:27 +01:00 |
|
Viktor Klang
|
113a0af49b
|
Upgrading to latest Atmosphere API
|
2009-12-13 20:05:55 +01:00 |
|
Viktor Klang
|
2fbd0d0479
|
Upgrading to latest Atmosphere API
|
2009-12-13 20:05:55 +01:00 |
|
Viktor Klang
|
c614574f3e
|
Updated to latest Atmosphere API
|
2009-12-13 20:01:33 +01:00 |
|
Viktor Klang
|
5d9a8c5225
|
Updated to latest Atmosphere API
|
2009-12-13 20:01:33 +01:00 |
|
Viktor Klang
|
162a9a8233
|
Minor tweaks
|
2009-12-13 19:25:47 +01:00 |
|
Viktor Klang
|
e8ace9e1ac
|
Minor tweaks
|
2009-12-13 19:25:47 +01:00 |
|
Viktor Klang
|
78a281a5e0
|
Adding more comments
|
2009-12-13 16:39:10 +01:00 |
|
Viktor Klang
|
3d72244009
|
Adding more comments
|
2009-12-13 16:39:10 +01:00 |
|
Viktor Klang
|
16dcbe2382
|
Excluding self node from member list
|
2009-12-13 16:04:04 +01:00 |
|
Viktor Klang
|
3fcbd8f43c
|
Excluding self node from member list
|
2009-12-13 16:04:04 +01:00 |
|
Viktor Klang
|
f9cfc76b87
|
Added additional logging and did some slight tweaks.
|
2009-12-13 15:44:15 +01:00 |
|
Viktor Klang
|
6bb993ddda
|
Added additional logging and did some slight tweaks.
|
2009-12-13 15:44:15 +01:00 |
|