Viktor Klang
|
d6d233298f
|
Added support for pool factors and executor bounds
|
2010-08-13 23:06:52 +02:00 |
|
Viktor Klang
|
eec2c409f1
|
Cleaned up code and verified tests
|
2010-08-13 14:43:02 +02:00 |
|
Viktor Klang
|
51d89c6d92
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-13 13:13:33 +02:00 |
|
Viktor Klang
|
b6444b12a5
|
Added tests are fixed some bugs
|
2010-08-13 13:13:27 +02:00 |
|
Viktor Klang
|
f0ac45f374
|
Adding first support for config dispatchers
|
2010-08-12 16:41:54 +02:00 |
|
momania
|
a22d15fb92
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
|
2010-08-12 16:19:25 +02:00 |
|
momania
|
505c70d116
|
making it more easy to start string and protobuf base consumers, producers and rpc style
|
2010-08-12 16:16:18 +02:00 |
|
Viktor Klang
|
8df6676e68
|
Add default DEBUG to test output
|
2010-08-12 15:05:45 +02:00 |
|
Viktor Klang
|
1513c2c0c4
|
Moving logback-test.xml to /config
|
2010-08-12 13:38:13 +02:00 |
|
Viktor Klang
|
9dcc81a3aa
|
Switch to Logback!
|
2010-08-11 13:41:09 +02:00 |
|
Jonas Bonér
|
093589d132
|
Fixed issue in AMQP by not supervising a consumer handler that is already supervised
|
2010-08-11 01:15:01 +02:00 |
|
Jonas Bonér
|
8c8a2b03c1
|
Reformatting
|
2010-08-10 21:41:04 +02:00 |
|
Viktor Klang
|
525f94fcf2
|
Closing ticket 337
|
2010-08-06 16:03:36 +02:00 |
|
Viktor Klang
|
2bf4a58ee8
|
Uncommenting SSL support
|
2010-08-04 13:31:41 +02:00 |
|
Viktor Klang
|
98d3034a9a
|
Merge with master
|
2010-08-03 11:40:25 +02:00 |
|
Jonas Bonér
|
e48572f32e
|
Added TypedActor and TypedTransactor base classes.
Renamed ActiveObject factory object to TypedActor.
Improved network protocol for TypedActor.
Remote TypedActors now identified by UUID.
|
2010-07-26 20:03:33 +02:00 |
|
Jonas Bonér
|
9f27825eed
|
Now uses 'Duration' for all time properties in config
|
2010-07-23 04:54:21 +02:00 |
|
Viktor Klang
|
c7be336d89
|
Fixing case 334
|
2010-07-19 21:47:28 +02:00 |
|
Jonas Bonér
|
b6485fa5ce
|
Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
config/akka-reference.conf
|
2010-07-18 07:30:19 +02:00 |
|
Jonas Bonér
|
c802d2e0ac
|
Fixed bug in using STM together with Active Objects
|
2010-07-18 07:13:43 +02:00 |
|
Viktor Klang
|
3b9d4bd7d8
|
Adding support for maxInactiveActivity
|
2010-07-16 01:32:52 +02:00 |
|
Viktor Klang
|
5abc83599b
|
Initial code, ble to turn ssl on/off, not verified
|
2010-07-15 21:33:44 +02:00 |
|
Jonas Bonér
|
91da4321d2
|
Changed Akka config file syntax to JSON-style instead of XML style
Plus added missing test classes for ActiveObjectContextSpec
|
2010-07-14 16:04:37 +02:00 |
|
Jonas Bonér
|
016c071f25
|
Fixed deadlock when Transactor is restarted in the middle of a transaction
|
2010-07-14 12:51:00 +02:00 |
|
Peter Vlugter
|
dd7dc9e179
|
Removed isTransactionalityEnabled
|
2010-06-20 10:10:09 +12:00 |
|
Peter Vlugter
|
b20b399505
|
Removed unused stm config options from akka conf
|
2010-06-20 09:27:43 +12:00 |
|
Jonas Bonér
|
92434bb493
|
Fixed bug in setting sender ref + changed version to 0.10
|
2010-06-08 20:46:12 +02:00 |
|
Jonas Bonér
|
23f65513e2
|
Bumped version to 0.10-SNAPSHOT
|
2010-06-08 10:15:06 +02:00 |
|
Jonas Bonér
|
abf650067f
|
Upgraded to version 0.9.1
|
2010-06-07 09:57:48 +02:00 |
|
Jonas Bonér
|
cc0641004b
|
Fixed bug in remote actors + improved scaladoc
|
2010-06-04 15:58:26 +02:00 |
|
Jonas Bonér
|
56e7428e47
|
Removed trailing whitespace
|
2010-06-01 18:41:39 +02:00 |
|
Jonas Bonér
|
a6edff9375
|
Cleaned up 'Supervisor' code and ScalaDoc + renamed dispatcher throughput option in config to 'dispatcher.throughput'
|
2010-05-31 15:40:55 +02:00 |
|
Jonas Bonér
|
ce064cc4c1
|
Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
config/akka-reference.conf
|
2010-05-30 12:52:33 +02:00 |
|
Jonas Bonér
|
fb44990cb7
|
Fixed bug in STM and Persistence integration: added trait Abortable and added abort methods to all Persistent datastructures and removed redundant errornous atomic block
|
2010-05-30 12:51:24 +02:00 |
|
Viktor Klang
|
b8fd1d1c31
|
Ported akka-sample-secure
|
2010-05-29 15:24:06 +02:00 |
|
Viktor Klang
|
64f4b36b74
|
Looks promising!
|
2010-05-28 23:13:37 +02:00 |
|
Viktor Klang
|
547f4c9ac9
|
Merge branch 'master' of github.com:jboner/akka into wip-akka-rest-fix
|
2010-05-28 19:27:29 +02:00 |
|
Jonas Bonér
|
5aaf127dde
|
Fix of issue #235
|
2010-05-28 16:32:11 +02:00 |
|
Peter Vlugter
|
419d18adca
|
Added default dispatch.throughput value to akka-reference.conf
|
2010-05-27 15:58:28 +12:00 |
|
Viktor Klang
|
8d5e685ad6
|
Tweaking akka-reference.conf
|
2010-05-26 23:39:50 +02:00 |
|
Viktor Klang
|
42185955fa
|
Initial attempt at fixing akka rest
|
2010-05-25 21:53:49 +02:00 |
|
Jonas Bonér
|
ea9253c0f8
|
Upgraded to Cassandra 0.6.1
|
2010-05-25 12:24:15 +02:00 |
|
Jonas Bonér
|
e414ec0e07
|
Fixed bug in Transaction.Local persistence management
|
2010-05-25 09:45:09 +02:00 |
|
Jonas Bonér
|
60c08e9524
|
Fixed bug in issue #211; Transaction.Global.atomic {...} management
|
2010-05-24 14:13:16 +02:00 |
|
Jonas Bonér
|
65b6c21888
|
Add the possibility to start Akka kernel or use Akka as dependency JAR *without* setting AKKA_HOME or have an akka.conf defined somewhere. Also moved JGroupsClusterActor into akka-core and removed akka-cluster module
|
2010-05-21 14:50:56 +02:00 |
|
Jonas Bonér
|
844fa2db06
|
Improved error handling and message for Config
|
2010-05-16 20:44:22 +02:00 |
|
Jonas Bonér
|
f7407d3adf
|
Rewritten "home" address management and protocol, all test pass except 2
|
2010-05-16 10:59:06 +02:00 |
|
Jonas Bonér
|
dfc45e0a71
|
Refactored code into ActorRef, LocalActorRef and RemoteActorRef
|
2010-05-13 15:40:49 +02:00 |
|
Viktor Klang
|
1a4f80c9ef
|
Added Kerberos config
|
2010-05-06 22:28:32 +02:00 |
|
Jonas Bonér
|
0494addf0c
|
Cleaned up JTA stuff
|
2010-04-20 13:32:34 +02:00 |
|