Commit graph

12466 commits

Author SHA1 Message Date
Viktor Klang
bd13afdfd0 Fixing master 2010-08-30 13:17:58 +02:00
Viktor Klang
92c86e8c01 Fixing master 2010-08-30 13:17:58 +02:00
Viktor Klang
234469230c Merge branch 'master' of github.com:jboner/akka into transfer_queue 2010-08-30 09:13:33 +02:00
Viktor Klang
5e649e926c Merge branch 'master' of github.com:jboner/akka into transfer_queue 2010-08-30 09:13:33 +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
4a339f835a 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
ee47eaee5b 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
fc7068282d 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
Jonas Bonér
7586fcf26d 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
Martin Krasser
76097ee10a remove logback.xml from akka-core jar and exclude logback-test.xml from distribution. 2010-08-27 21:27:37 +02:00
Viktor Klang
0077a14099 Added boilerplate to improve BoundedTransferQueue performance 2010-08-27 17:56:09 +02:00
Viktor Klang
13e4ad49b2 Added boilerplate to improve BoundedTransferQueue performance 2010-08-27 17:56:09 +02:00
Viktor Klang
a6bf0c068a Make sure dispatcher isnt changed on actor restart 2010-08-27 16:20:21 +02:00
Viktor Klang
a23159fece 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
35cc621863 Adding a guard to dispatcher_= in ActorRef 2010-08-27 15:59:04 +02:00
Viktor Klang
f0132678cc Switched to mailbox instead of local queue for ThreadBasedDispatcher 2010-08-27 15:50:49 +02:00
Viktor Klang
ea19d1932e Switched to mailbox instead of local queue for ThreadBasedDispatcher 2010-08-27 15:50:49 +02:00
Viktor Klang
065ae058a4 Conserving memory usage per dispatcher 2010-08-27 12:12:33 +02:00
Viktor Klang
d9384b9b31 Conserving memory usage per dispatcher 2010-08-27 12:12:33 +02:00
Viktor Klang
56b9c30a38 Changed ThreadBasedDispatcher from LinkedBlockingQueue to TransferQueue 2010-08-26 16:31:41 +02:00
Viktor Klang
657f62361c Changed ThreadBasedDispatcher from LinkedBlockingQueue to TransferQueue 2010-08-26 16:31:41 +02:00
Viktor Klang
affd86fb05 Merge branch 'master' of github.com:jboner/akka 2010-08-26 16:31:01 +02:00
Viktor Klang
1d96584e35 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
Viktor Klang
74489696e3 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
0134829d8a 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
Michael Kober
9d5b606ab4 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
badf7d583d 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
be1aba8f61 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
deb8a1fc85 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
ab5dc41781 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
a03952f2ae Adding BoundedTransferQueue 2010-08-25 15:40:57 +02:00
Viktor Klang
6de4697fea Small refactor 2010-08-25 15:40:38 +02:00
Viktor Klang
f47a10eaab 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
Jonas Bonér
c67b17a912 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
c7b91a4c42 Adding some comments for the future 2010-08-24 13:15:58 +02:00