Commit graph

1847 commits

Author SHA1 Message Date
Viktor Klang
bd13afdfd0 Fixing master 2010-08-30 13:17:58 +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
24494a3766 removed trailing whitespace 2010-08-29 17:25:42 +02:00
Jonas Bonér
0d5862a332 renamed cassandra storage-conf.xml 2010-08-28 19:26:56 +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
Martin Krasser
447eb0ae47 remove logback.xml from akka-core jar and exclude logback-test.xml from distribution. 2010-08-27 21:27:37 +02:00
Viktor Klang
a6bf0c068a Make sure dispatcher isnt changed on actor restart 2010-08-27 16:20:21 +02:00
Viktor Klang
aab4724024 Adding a guard to dispatcher_= in ActorRef 2010-08-27 15:59:04 +02:00
Viktor Klang
065ae058a4 Conserving memory usage per dispatcher 2010-08-27 12:12:33 +02:00
Viktor Klang
affd86fb05 Merge branch 'master' of github.com:jboner/akka 2010-08-26 16:31:01 +02:00
Viktor Klang
3a4355c6cc Changing source jar naming from src to sources 2010-08-26 16:30:28 +02:00
Michael Kober
edb0c4fe61 Merge branch 'master' of github.com:jboner/akka 2010-08-26 14:28:46 +02:00
Michael Kober
8926c36054 fixed resart of actor with thread based dispatcher 2010-08-26 14:23:53 +02:00
Viktor Klang
7b56315e35 Added more comments and made code more readable for the BoundedTransferQueue 2010-08-26 12:29:02 +02:00
Viktor Klang
48dca79267 RemoteServer now notifies listeners on connect for non-ssl communication 2010-08-26 08:50:31 +02:00
Viktor Klang
5d85d874f4 Constraining input 2010-08-25 16:05:57 +02:00
Viktor Klang
c288afa8b6 Refining names 2010-08-25 16:03:55 +02:00
Viktor Klang
957e184af6 Adding BoundedTransferQueue 2010-08-25 15:40:57 +02:00
Viktor Klang
6de4697fea Small refactor 2010-08-25 15:40:38 +02:00
Jonas Bonér
adaf5d4065 splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core 2010-08-25 01:08:38 +02:00
Viktor Klang
43024263c9 Adding some comments for the future 2010-08-24 13:15:58 +02:00
Viktor Klang
57cdccd349 Reconnect now possible in RemoteClient 2010-08-24 13:11:56 +02:00
Viktor Klang
4b7bf0ded0 Optimization of DataFlow + bugfix 2010-08-24 13:11:41 +02:00
Peter Vlugter
30b3627899 Update sbt plugin 2010-08-24 10:54:53 +12:00
Jonas Bonér
0e899bb31b minor reformatting 2010-08-23 21:25:11 +02:00
Viktor Klang
603a3d8187 Document and remove dead code, restructure tests 2010-08-23 16:49:14 +02:00
Viktor Klang
110780da03 Some more dataflow cleanup 2010-08-23 16:06:52 +02:00
Viktor Klang
03a557d0a0 Merge branch 'dataflow' 2010-08-23 15:52:09 +02:00
Viktor Klang
e7efcf4781 Refactor, optimize, remove non-working code 2010-08-23 15:51:02 +02:00
Jonas Bonér
5154235fae Fixed deadlock in RemoteClient shutdown after reconnection timeout 2010-08-23 14:33:49 +02:00
Jonas Bonér
55766c21e5 Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
Viktor Klang
d05a24cb1a Merge branch 'master' into dataflow 2010-08-22 16:00:56 +02:00
Jonas Bonér
e887a9317a Changed package name of FSM module to 'se.ss.a.a' plus name from 'Fsm' to 'FSM' 2010-08-22 15:39:47 +02:00
Jonas Bonér
e2ce27ea52 Release 0.10 2010-08-21 18:06:35 +02:00
Jonas Bonér
2d20294d0f Enhanced the RemoteServer/RemoteClient listener API 2010-08-21 18:05:06 +02:00
Jonas Bonér
70d61b118a Added missing events to RemoteServer Listener API 2010-08-21 16:37:33 +02:00
Jonas Bonér
0e8096d4b4 removed trailing whitespace 2010-08-21 16:13:16 +02:00
Jonas Bonér
ca38bc9f9d dos2unix 2010-08-21 15:37:11 +02:00
Jonas Bonér
0ba859961a Added mailboxCapacity to Dispatchers API + documented config better 2010-08-21 15:36:50 +02:00
Jonas Bonér
7d57395088 Changed the RemoteClientLifeCycleEvent to carry a reference to the RemoteClient + dito for RemoteClientException 2010-08-21 14:15:44 +02:00
Jonas Bonér
1a4601d0f6 Changed the RemoteClientLifeCycleEvent to carry a reference to the RemoteClient + dito for RemoteClientException 2010-08-21 13:50:08 +02:00
Jonas Bonér
eeff076a3d Merge branch 'master' of git@github.com:jboner/akka 2010-08-21 13:07:41 +02:00
Jonas Bonér
ba134148ee Added support for reconnection-time-window for RemoteClient, configurable through akka-reference.conf 2010-08-21 13:07:22 +02:00
Peter Vlugter
96b3be5ccc Update to Multiverse 0.6 final 2010-08-21 21:17:54 +12:00
Jonas Bonér
9c4d28d889 Added option to use a blocking mailbox with custom capacity 2010-08-21 10:45:00 +02:00
Peter Vlugter
9007c771ec Test for RequiresNew propagation 2010-08-21 12:10:23 +12:00
Peter Vlugter
ee0969383f Rename explicitRetries to blockingAllowed 2010-08-21 12:10:23 +12:00
Peter Vlugter
930f85ad8e Add transaction propagation level 2010-08-21 12:10:22 +12:00
Viktor Klang
b84a6730f0 One minute is shorter, and cleaned up blocking readers impl 2010-08-20 13:26:54 +02:00
Viktor Klang
0869b8b137 Merge branch 'master' into dataflow 2010-08-20 12:38:47 +02:00