Viktor Klang
|
236eecebcf
|
Moving shared remote classes into RemoteInterface
|
2010-12-29 16:08:43 +01:00 |
|
Viktor Klang
|
9ccac820be
|
Merged with current master
|
2010-12-27 12:12:49 +01:00 |
|
Viktor Klang
|
9d5c917951
|
Fixing ticket 594
|
2010-12-27 10:54:37 +01:00 |
|
Jonas Bonér
|
e8fcdd697b
|
Updated the copyright header to 2009-2011
|
2010-12-22 15:35:50 +01:00 |
|
Viktor Klang
|
8a5fa56aa3
|
Closing ticket 541
|
2010-12-22 15:18:13 +01:00 |
|
Viktor Klang
|
a1d02435b1
|
WIP
|
2010-12-22 10:10:04 +01:00 |
|
Viktor Klang
|
c20aab06eb
|
All tests passing, still some work to be done though, but thank God for all tests being green ;)
|
2010-12-21 14:36:47 +01:00 |
|
Viktor Klang
|
6edfb7d5b8
|
Reverted to using LocalActorRefs for client-managed actors to get supervision working, more migrated tests
|
2010-12-20 16:58:05 +01:00 |
|
Viktor Klang
|
dc15562ce1
|
Merged with release_1_0_RC1 plus fixed some tests
|
2010-12-20 12:10:46 +01:00 |
|
Viktor Klang
|
06f230e7d4
|
Making sure RemoteActorRef.loader is passed into RemoteClient, also adding volatile flag to classloader in Serializer to make sure changes are propagated crossthreads
|
2010-12-20 11:21:23 +01:00 |
|
Viktor Klang
|
8f6074d2ea
|
Making sure RemoteActorRef.loader is passed into RemoteClient, also adding volatile flag to classloader in Serializer to make sure changes are propagated crossthreads
|
2010-12-20 11:21:05 +01:00 |
|
Viktor Klang
|
5624e6d3aa
|
Giving all remote messages their own uuid, reusing actorInfo.uuid for futures, closing ticket 580
|
2010-12-20 11:01:25 +01:00 |
|
Viktor Klang
|
cb2054f103
|
Giving all remote messages their own uuid, reusing actorInfo.uuid for futures, closing ticket 580
|
2010-12-20 11:00:55 +01:00 |
|
Viktor Klang
|
091bb41930
|
Adding debug log of parse exception in parseException
|
2010-12-20 10:35:20 +01:00 |
|
Viktor Klang
|
dbd8a60faf
|
Adding debug log of parse exception in parseException
|
2010-12-20 10:34:59 +01:00 |
|
Viktor Klang
|
e481adb531
|
Adding UnparsableException and make sure that non-recreateable exceptions dont mess up the pipeline
|
2010-12-20 10:32:36 +01:00 |
|
Viktor Klang
|
04a7a07268
|
Adding UnparsableException and make sure that non-recreateable exceptions dont mess up the pipeline
|
2010-12-20 10:31:08 +01:00 |
|
Viktor Klang
|
8becbad787
|
Fixing a lot of stuff and starting to port unit tests
|
2010-12-17 16:09:21 +01:00 |
|
Viktor Klang
|
5f651c73ba
|
Got API in place now and RemoteServer/Client/Node etc purged. Need to get test-compile to work so I can start testing the new stuff...
|
2010-12-15 17:52:31 +01:00 |
|
Viktor Klang
|
74f5445708
|
Switch to a match instead of a not-so-cute if
|
2010-12-14 18:57:45 +01:00 |
|
Viktor Klang
|
c89ea0a49c
|
First shot at re-doing akka-remote
|
2010-12-14 18:22:46 +01:00 |
|
Jonas Bonér
|
f2610935b3
|
fixed bug in which the default configuration timeout was always overridden by 5000L
|
2010-12-10 09:00:52 +01:00 |
|
Jonas Bonér
|
a3ecb233bb
|
fixed bug in which the default configuration timeout was always overridden by 5000L
|
2010-12-10 08:59:35 +01:00 |
|
Jonas Bonér
|
05a8209e5e
|
Merge branch 'master' of github.com:jboner/akka
|
2010-12-01 15:45:14 +01:00 |
|
Jonas Bonér
|
09381f81d1
|
changed access modifier for RemoteServer.serverFor
|
2010-12-01 15:43:36 +01:00 |
|
Jonas Bonér
|
bf4ed2b849
|
changed access modifier for RemoteServer.serverFor
|
2010-12-01 15:42:51 +01:00 |
|
Viktor Klang
|
30f73c7ca4
|
Fixing SLF4J logging lib switch, insane API FTL
|
2010-11-30 12:00:58 +01:00 |
|
Viktor Klang
|
ec1d0e4f71
|
Adding Java API for per session remote actors, closing ticket #561
|
2010-11-29 20:49:15 +01:00 |
|
Jonas Bonér
|
6cf7cc2986
|
removed trailing whitespace
|
2010-11-24 21:05:12 +01:00 |
|
Viktor Klang
|
9a010109d7
|
Fixing silly error plus fixing bug in remtoe session actors
|
2010-11-24 15:02:36 +01:00 |
|
Viktor Klang
|
bc1ae7814b
|
Fixing all %s into {} for logging
|
2010-11-24 13:53:53 +01:00 |
|
Viktor Klang
|
08abc15e8a
|
Switching to raw SLF4J on internals
|
2010-11-24 13:42:41 +01:00 |
|
Jonas Bonér
|
7ee8accfb1
|
Fixed problem with message toString is not lazily evaluated in RemoteClient
|
2010-11-23 08:36:47 +01:00 |
|
Jonas Bonér
|
a7ef1da733
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-11-23 08:19:04 +01:00 |
|
Jonas Bonér
|
1ee3a54372
|
Fixed issues with config - Ticket #535
|
2010-11-22 15:32:54 +01:00 |
|
Viktor Klang
|
47246b2a27
|
Merging in Actor per Session + fixing blocking problem with remote typed actors with Future response types
|
2010-11-22 11:57:17 +01:00 |
|
Paul Pacheco
|
3724cfe237
|
Merge branch 'master' of git://github.com/jboner/akka
|
2010-11-20 15:49:20 -06:00 |
|
Viktor Klang
|
7040ef0f14
|
Added a root akka folder for source files for the docs to work properly, closing ticket #541
|
2010-11-20 22:26:26 +01:00 |
|