Viktor Klang
|
cd0d5d06dc
|
Fix ticket #415 + add Jetty dep
|
2010-08-31 18:11:13 +02:00 |
|
Viktor Klang
|
27fe14ebf7
|
Ripping out Grizzly and replacing it with Jetty
|
2010-08-31 16:43:47 +02:00 |
|
Viktor Klang
|
15b4d51566
|
Ripping out Grizzly and replacing it with Jetty
|
2010-08-31 16:43:47 +02:00 |
|
Viktor Klang
|
293a49d4ad
|
Updating Netty to 3.2.2.Final
|
2010-08-30 14:35:31 +02:00 |
|
Viktor Klang
|
8e884df116
|
Updating Netty to 3.2.2.Final
|
2010-08-30 14:35:31 +02:00 |
|
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 |
|
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
|
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
|
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 |
|
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 |
|
Jonas Bonér
|
55766c21e5
|
Updated version to 1.0-SNAPSHOT
|
2010-08-23 13:55:14 +02:00 |
|
Jonas Bonér
|
56757e1937
|
Updated version to 1.0-SNAPSHOT
|
2010-08-23 13:55:14 +02:00 |
|
Jonas Bonér
|
2d20294d0f
|
Enhanced the RemoteServer/RemoteClient listener API
|
2010-08-21 18:05:06 +02:00 |
|
Jonas Bonér
|
89e6ec1a8e
|
Enhanced the RemoteServer/RemoteClient listener API
|
2010-08-21 18:05:06 +02:00 |
|
Peter Vlugter
|
96b3be5ccc
|
Update to Multiverse 0.6 final
|
2010-08-21 21:17:54 +12:00 |
|
Peter Vlugter
|
f4e62e6799
|
Update to Multiverse 0.6 final
|
2010-08-21 21:17:54 +12:00 |
|
Jonas Bonér
|
e9baf2b804
|
Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
project/build/AkkaProject.scala
|
2010-08-18 15:37:13 +02:00 |
|
Jonas Bonér
|
04af409889
|
Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
project/build/AkkaProject.scala
|
2010-08-18 15:37:13 +02:00 |
|
Jonas Bonér
|
275ce9277f
|
removed codefellow plugin
|
2010-08-18 15:15:22 +02:00 |
|
Jonas Bonér
|
164aa94fd7
|
removed codefellow plugin
|
2010-08-18 15:15:22 +02:00 |
|
rossputin
|
c7e65d3600
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-18 12:24:39 +01:00 |
|
rossputin
|
06db9cc261
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-18 12:24:39 +01:00 |
|
rossputin
|
52ef43118d
|
add akka-init-script.sh to allArtifacts in AkkaProject
|
2010-08-18 12:16:14 +01:00 |
|
rossputin
|
8c6afb5275
|
add akka-init-script.sh to allArtifacts in AkkaProject
|
2010-08-18 12:16:14 +01:00 |
|
Viktor Klang
|
4ba859cb95
|
Adding DiningHakkers as FSM example
|
2010-08-18 09:46:45 +02:00 |
|
Viktor Klang
|
311d35c272
|
Adding DiningHakkers as FSM example
|
2010-08-18 09:46:45 +02:00 |
|
Viktor Klang
|
e30ae7ae65
|
Fixing logback config file locate
|
2010-08-16 12:48:15 +02:00 |
|
Viktor Klang
|
90ee6cb425
|
Fixing logback config file locate
|
2010-08-16 12:48:15 +02:00 |
|
momania
|
a22d15fb92
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
|
2010-08-12 16:19:25 +02:00 |
|
momania
|
2b0e9a1430
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
|
2010-08-12 16:19:25 +02:00 |
|
Viktor Klang
|
1513c2c0c4
|
Moving logback-test.xml to /config
|
2010-08-12 13:38:13 +02:00 |
|
Viktor Klang
|
cfa68f54b3
|
Moving logback-test.xml to /config
|
2010-08-12 13:38:13 +02:00 |
|
Viktor Klang
|
b0aaab2868
|
Extra robustness for Logback
|
2010-08-11 17:02:44 +02:00 |
|
Viktor Klang
|
8744ee5cae
|
Extra robustness for Logback
|
2010-08-11 17:02:44 +02:00 |
|
momania
|
a622dc8d0f
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
|
2010-08-11 15:30:01 +02:00 |
|
momania
|
6b8e20d599
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
|
2010-08-11 15:30:01 +02:00 |
|
Viktor Klang
|
9dcc81a3aa
|
Switch to Logback!
|
2010-08-11 13:41:09 +02:00 |
|
Viktor Klang
|
89722c527e
|
Switch to Logback!
|
2010-08-11 13:41:09 +02:00 |
|
momania
|
38fb1881a6
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
Conflicts:
akka-amqp/src/main/scala/se/scalablesolutions/akka/amqp/AMQP.scala
|
2010-08-11 09:32:52 +02:00 |
|
momania
|
a97077aab7
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
Conflicts:
akka-amqp/src/main/scala/se/scalablesolutions/akka/amqp/AMQP.scala
|
2010-08-11 09:32:52 +02:00 |
|
Jonas Bonér
|
10c6c52392
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-08-11 01:15:26 +02:00 |
|
Jonas Bonér
|
d7f6b28545
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-08-11 01:15:26 +02:00 |
|
Jonas Bonér
|
689f910f86
|
removed trailing whitespace
|
2010-08-10 21:42:27 +02:00 |
|