Jonas Bonér
|
d5da87986a
|
jta-enabled stm
|
2010-04-17 19:28:14 +02:00 |
|
Jonas Bonér
|
fa50bdae47
|
upgraded to 0.9
|
2010-04-17 18:35:34 +02:00 |
|
Jonas Bonér
|
3ce5ef8abc
|
upgraded to 0.9
|
2010-04-17 18:35:34 +02:00 |
|
Jonas Bonér
|
085d796de7
|
Merge branch 'master' into jta
|
2010-04-17 18:24:48 +02:00 |
|
Jonas Bonér
|
27c54dedc1
|
Merge branch 'master' into jta
|
2010-04-17 18:24:48 +02:00 |
|
Jonas Bonér
|
4ec7f8f316
|
added sbt plugin file
|
2010-04-16 14:36:51 +02:00 |
|
Jonas Bonér
|
584de097ec
|
added sbt plugin file
|
2010-04-16 14:36:51 +02:00 |
|
Jonas Bonér
|
1dee9d5898
|
Added Cassandra logging dependencies to the compile jars
|
2010-04-16 09:23:24 +02:00 |
|
Jonas Bonér
|
a596fbbd61
|
Added Cassandra logging dependencies to the compile jars
|
2010-04-16 09:23:24 +02:00 |
|
Debasish Ghosh
|
6b83b84ee9
|
Redis client now implements pubsub. Also included a sample app for RedisPubSub in akka-samples
|
2010-04-14 23:50:26 +05:30 |
|
Debasish Ghosh
|
2abad7d4be
|
Redis client now implements pubsub. Also included a sample app for RedisPubSub in akka-samples
|
2010-04-14 23:50:26 +05:30 |
|
Jonas Bonér
|
d1dcb81ed3
|
added compile options
|
2010-04-12 07:29:24 +02:00 |
|
Jonas Bonér
|
a6b84831bb
|
added compile options
|
2010-04-12 07:29:24 +02:00 |
|
Jonas Bonér
|
5893b04774
|
cleaned up remote tests + remvod akkaHome from sbt build file
|
2010-04-09 14:24:33 +02:00 |
|
Jonas Bonér
|
ce732295fa
|
cleaned up remote tests + remvod akkaHome from sbt build file
|
2010-04-09 14:24:33 +02:00 |
|
Jonas Bonér
|
6ed887fb7b
|
fixed bug in Agent.scala, fixed bug in RemoteClient.scala, fixed problem with tests
|
2010-04-09 11:16:38 +02:00 |
|
Jonas Bonér
|
988f16c5a6
|
fixed bug in Agent.scala, fixed bug in RemoteClient.scala, fixed problem with tests
|
2010-04-09 11:16:38 +02:00 |
|
Jonas Bonér
|
ed9fc04443
|
Added JTA module, monadic and higher-order functional API
|
2010-04-08 17:02:01 +02:00 |
|
Jonas Bonér
|
d97df97a93
|
Added JTA module, monadic and higher-order functional API
|
2010-04-08 17:02:01 +02:00 |
|
Jonas Bonér
|
76d1e13baf
|
Cleaned up sbt build file + upgraded to sbt 0.7.3
|
2010-04-07 21:09:15 +02:00 |
|
Jonas Bonér
|
675b2fb38e
|
Cleaned up sbt build file + upgraded to sbt 0.7.3
|
2010-04-07 21:09:15 +02:00 |
|
Jonas Bonér
|
e4e96f61c8
|
Added API to add listeners to subscribe to Error, Connect and Disconnect events on RemoteClient
|
2010-04-06 15:07:02 +02:00 |
|
Jonas Bonér
|
c9f0a87279
|
Added API to add listeners to subscribe to Error, Connect and Disconnect events on RemoteClient
|
2010-04-06 15:07:02 +02:00 |
|
Jonas Bonér
|
91fe6a3a98
|
Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests.
Also removed the Logging trait from Actor for lower memory footprint.
|
2010-04-06 12:45:09 +02:00 |
|
Jonas Bonér
|
9c57c3ba97
|
Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests.
Also removed the Logging trait from Actor for lower memory footprint.
|
2010-04-06 12:45:09 +02:00 |
|
Viktor Klang
|
9ad4491905
|
Merged in akka-servlet
|
2010-04-05 13:37:33 +02:00 |
|
Viktor Klang
|
cb533857ed
|
Merged in akka-servlet
|
2010-04-05 13:37:33 +02:00 |
|
Viktor Klang
|
a40d1ed279
|
Changed module name, packagename and classnames :-)
|
2010-04-05 13:31:39 +02:00 |
|
Viktor Klang
|
dc89cd189f
|
Changed module name, packagename and classnames :-)
|
2010-04-05 13:31:39 +02:00 |
|
Jonas Bonér
|
3ae55214bd
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-05 07:28:02 +02:00 |
|
Jonas Bonér
|
fec271eb4c
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-04-05 07:28:02 +02:00 |
|
Viktor Klang
|
04c45b28f1
|
Created jxee module
|
2010-04-05 00:18:58 +02:00 |
|
Viktor Klang
|
736ace2f7e
|
Created jxee module
|
2010-04-05 00:18:58 +02:00 |
|
Jonas Bonér
|
4afbc4cd05
|
fixed broken "sbt dist"
|
2010-04-04 18:55:40 +02:00 |
|
Jonas Bonér
|
5aa8c58f2b
|
fixed broken "sbt dist"
|
2010-04-04 18:55:40 +02:00 |
|
rossputin
|
0cfe5e24c8
|
fix for comments
|
2010-04-04 09:53:23 +01:00 |
|
rossputin
|
092485e993
|
fix for comments
|
2010-04-04 09:53:23 +01:00 |
|
Debasish Ghosh
|
d6de99bcee
|
new redisclient with support for clustering
|
2010-04-02 16:48:02 +05:30 |
|
Debasish Ghosh
|
954ae0074b
|
new redisclient with support for clustering
|
2010-04-02 16:48:02 +05:30 |
|
Jonas Bonér
|
b513e5716f
|
cleaned up
|
2010-04-01 23:03:10 +02:00 |
|
Jonas Bonér
|
7efef1c4df
|
cleaned up
|
2010-04-01 23:03:10 +02:00 |
|
Jonas Bonér
|
500d967646
|
refactored build file
|
2010-04-01 10:06:43 +02:00 |
|
Jonas Bonér
|
cff55f8cd5
|
refactored build file
|
2010-04-01 10:06:43 +02:00 |
|
Jonas Bonér
|
215b45d470
|
release v0.8
|
2010-04-01 09:20:51 +02:00 |
|
Jonas Bonér
|
5f4e8b8f17
|
release v0.8
|
2010-04-01 09:20:51 +02:00 |
|
Jonas Bonér
|
2f32b850f6
|
merged with upstream
|
2010-04-01 08:10:52 +02:00 |
|
Jonas Bonér
|
6d36ac9af0
|
merged with upstream
|
2010-04-01 08:10:52 +02:00 |
|
Jan Van Besien
|
af0e029aee
|
Added jsr166x to the embedded repo.
Use jsr166x.ConcurrentLinkedDeque in stead of LinkedBlockingDeque as colletion for the actors mailbox
|
2010-03-31 14:36:42 +02:00 |
|
Jan Van Besien
|
c2280dfe0a
|
Added jsr166x to the embedded repo.
Use jsr166x.ConcurrentLinkedDeque in stead of LinkedBlockingDeque as colletion for the actors mailbox
|
2010-03-31 14:36:42 +02:00 |
|
Jonas Bonér
|
7d465f6d4f
|
Gave the sbt deploy plugin richer API
|
2010-03-31 11:04:13 +02:00 |
|