Commit graph

39 commits

Author SHA1 Message Date
Jonas Bonér
175317f95b Merge branch 'master' of git@github.com:jboner/akka 2010-10-29 08:48:22 +02:00
Jonas Bonér
18b74659f5 Added untrusted-mode for remote server which disallows client-managed remote actors and al lifecycle messages 2010-10-28 21:18:25 +02:00
Viktor Klang
41b5fd2de8 Merge with master 2010-10-28 14:03:53 +02:00
Jonas Bonér
52f5e5e861 Completed Erlang-style cookie handshake between RemoteClient and RemoteServer 2010-10-26 23:18:13 +02:00
Jonas Bonér
cbc10111af Added Erlang-style secure cookie authentication for remote client/server 2010-10-26 15:23:29 +02:00
Viktor Klang
680ee7ddf1 BREAKAGE: switching from se.scalablesolutions.akka to akka for all packages 2010-10-26 12:49:25 +02:00
Viktor Klang
f11d33953f Making ThreadBasedDispatcher Unbounded if no capacity specced and fix a possible mem leak in it 2010-10-25 18:20:29 +02:00
Viktor Klang
90831a9767 Removing linkedActorsAsList, switching _linkedActors to be a volatile lazy val instead of Option with lazy semantics 2010-10-08 15:43:00 +02:00
Michael Kober
579526d957 register client managed remote actors by uuid 2010-10-07 21:59:55 +02: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
251b4171dc minor edit 2010-09-30 10:13:35 +02:00
Michael Kober
25d66778f2 closing ticket 444, moved RemoteActorSet to ActorRegistry 2010-09-28 14:44:45 +02:00
Viktor Klang
b0e99413b7 Replacing use of == null and != null for Scala 2010-09-28 11:21:05 +02:00
Viktor Klang
3016cf69c8 Removing registeredInRemoteNodeDuringSerialization 2010-09-23 14:50:11 +02:00
Viktor Klang
4f0bb01fd2 Preparing to add UUIDs to RemoteServer as well 2010-09-22 11:37:23 +02:00
Viktor Klang
386ffade5c Merge with master 2010-09-21 16:00:47 +02:00
Viktor Klang
35a160dd93 Folding 3 booleans into 1 reference, preparing for @volatile decimation 2010-09-20 17:15:54 +02:00
Michael Kober
8a6c524861 fixed merge 2010-09-20 12:41:40 +02:00
Michael Kober
233471041b added possibility to register and find remote actors by uuid 2010-09-20 12:33:30 +02:00
Viktor Klang
dfa637b090 Its a wrap! 2010-09-19 18:16:32 +02:00
Viktor Klang
551f25aba8 Aaaaalmost there... 2010-09-17 16:04:25 +02:00
Viktor Klang
971ebf4501 Fixing #437 by adding "Remote" Future 2010-09-16 15:58:46 +02:00
Michael Kober
e77f07c643 closing ticket 434; added id to ActorInfoProtocol 2010-09-16 13:50:57 +02:00
Viktor Klang
e43d9b2b61 Merge branch 'master' into ticket_419 2010-09-14 13:48:52 +02:00
Michael Kober
8d96c42c56 Merge branch 'ticket194' 2010-09-13 18:42:17 +02:00
Michael Kober
5a1e8f5235 closing ticket #426 2010-09-13 13:31:42 +02:00
Viktor Klang
ceff8bd9e8 Remove initTransactionalState, renamed init and shutdown 2010-09-13 11:08:43 +02:00
Viktor Klang
a5c5efc4ff Safekeeping 2010-09-12 11:24:27 +02:00
Michael Kober
bfb612908b closing ticket 378 2010-09-09 10:42:03 +02:00
Viktor Klang
0085dd6504 Removing erronous use of uuid and replaced with id 2010-09-07 12:54:10 +02:00
Viktor Klang
8886de10bb Merge with upstream 2010-09-07 11:05:30 +02:00
Viktor Klang
869549c590 Fixing id/uuid misfortune 2010-09-07 11:02:12 +02:00
Viktor Klang
ed1e45e6b1 Refactoring RemoteServer 2010-09-07 10:12:26 +02:00
Michael Kober
ec61c29f21 implemented server managed typed actor 2010-09-06 16:33:55 +02:00
Michael Kober
60d4010421 started working on ticket 194 2010-09-06 10:21:31 +02:00
Michael Kober
2478e5d6ad fix: server initiated remote actors not found
removed fixme comment
2010-09-06 09:40:35 +02:00
Jonas Bonér
3268b1771e Moved ActorSerialization to 'serialization' package 2010-09-01 19:22:39 +02:00
Jonas Bonér
be32e80985 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/resources/logback.xml
	akka-actor/src/main/scala/dataflow/DataFlowVariable.scala
	akka-actor/src/test/scala/dataflow/DataFlowSpec.scala
	akka-remote/src/main/scala/remote/RemoteClient.scala
	akka-remote/src/test/resources/logback-test.xml
2010-08-29 18:17:36 +02:00
Jonas Bonér
da91cac150 Completed refactoring into lightweight modules akka-actor akka-typed-actor and akka-remote 2010-08-28 17:00:27 +02:00
Renamed from akka-core/src/main/scala/remote/RemoteServer.scala (Browse further)