Commit graph

31 commits

Author SHA1 Message Date
Viktor Klang
ac51509184 Removign leftover debug statement. My bad. 2011-03-14 17:04:21 +01:00
Viktor Klang
0899fa44ab Merge with master 2011-03-14 16:29:22 +01:00
Viktor Klang
2a390d3fcb All tests pass, might actually have solved the typed actor method resolution issue 2011-03-14 14:17:54 +01:00
Viktor Klang
cce0fa8b8f Pulling out _resolveMethod_ from NettyRemoteSupport and moving it into ReflectiveAccess 2011-03-14 12:17:59 +01:00
Viktor Klang
b5b46aaff0 Potential fix for the remote dispatch of TypedActor methods when overloading is used. 2011-03-14 11:49:37 +01:00
Viktor Klang
49338dc9ed Fixing ReadTimeoutException, and implement proper shutdown after timeout 2011-03-14 11:21:41 +01:00
Jonas Bonér
978ec62c1a Merge branch 'master' of github.com:jboner/akka 2011-03-14 10:45:55 +01:00
Jonas Bonér
f8ce3d541e Changed API for EventHandler and added support for log levels 2011-03-14 10:45:49 +01:00
Viktor Klang
9f4144c5f3 Changing order as to avoid DNS lookup in worst-case scenario 2011-03-09 16:45:04 +01:00
Viktor Klang
1301e301ef Merge branch 'master' of github.com:jboner/akka 2011-03-09 13:32:11 +01:00
Viktor Klang
f8e9c61134 Removing legacy, non-functional, SSL support from akka-remote 2011-03-09 13:24:17 +01:00
Viktor Klang
7b2e2a66fc Removing dead code 2011-03-08 12:03:32 +01:00
Viktor Klang
0375e7860b Removed some superfluous code 2011-03-05 23:50:50 +01:00
Viktor Klang
28e2941449 Add Future GC comment 2011-03-05 23:50:36 +01:00
Viktor Klang
3bd83e5388 Adding support for clean exit of remote server 2011-03-05 23:42:39 +01:00
Viktor Klang
d8c556bb39 Merge remote branch 'origin/0deps' into 0deps 2011-03-02 18:48:43 +01:00
Viktor Klang
1e72fbfe8b Potential fix for #672 2011-03-02 18:48:13 +01:00
Jonas Bonér
793ad9ac03 Renamed to EventHandler and added 'info, debug, warning and error' 2011-03-02 18:19:17 +01:00
Jonas Bonér
c4e2d73668 Added the ErrorHandler notifications to all try-catch blocks 2011-03-02 00:14:45 +01:00
Jonas Bonér
9354f0790c Removed logging 2011-02-28 22:54:32 +01:00
Viktor Klang
d7ae45dd75 Potential fix for race-condition in RemoteClient 2011-02-11 20:13:42 +01:00
Viktor Klang
9f21b22dc3 Fixing ticket #652 - Reaping expired futures 2011-02-08 15:06:13 +01:00
Viktor Klang
810f6cfca9 Fixing #648 Adding support for configuring Netty backlog in akka config 2011-02-07 10:31:33 +01:00
Peter Vlugter
6a93610bda Fix for local actor ref home address
- home address is set on deserialization
- flag for client-managed actor ref so that having
  a home address doesn't imply client-managed
2011-02-04 15:16:46 +13:00
Viktor Klang
588b726bc4 Fixing a possible race-condition in netty 2011-01-31 12:41:39 +01:00
Viktor Klang
df2e5113d2 Making optimizeLocal public 2011-01-05 17:30:56 +01:00
Viktor Klang
71596343c6 Minor code cleanup and deprecations etc 2011-01-05 16:36:50 +01:00
Viktor Klang
f0e9732b7f Fixing ticket #603 2011-01-05 11:43:49 +01:00
Viktor Klang
00840c8f5a Adding support for non-delivery notifications on server-side as well + more code cleanup 2011-01-03 14:44:15 +01:00
Viktor Klang
7a0e8a82de Major code clanup, switched from nested ifs to match statements etc 2011-01-03 13:49:39 +01:00
Viktor Klang
a61e591b2a Putting the Netty-stuff in akka.remote.netty and disposing of RemoteClient and RemoteServer 2011-01-03 12:42:30 +01:00
Renamed from akka-remote/src/main/scala/akka/remote/NettyRemoteSupport.scala (Browse further)