Derek Williams
|
5b5d3cd892
|
Merge branch 'master' into wip-derekjw
Conflicts:
akka-actor-tests/src/test/scala/akka/misc/SchedulerSpec.scala
akka-actor/src/main/scala/akka/actor/ActorRef.scala
akka-cluster/src/main/scala/akka/cluster/ClusterActorRef.scala
akka-tutorials/akka-tutorial-second/src/main/scala/Pi.scala
project/AkkaBuild.scala
|
2011-07-26 13:05:28 -06:00 |
|
Derek Williams
|
6d343b01f0
|
Merge branch 'master' into wip-derekjw
Conflicts:
akka-actor-tests/src/test/scala/akka/dispatch/FutureSpec.scala
akka-actor/src/main/scala/akka/actor/ActorRef.scala
|
2011-07-26 12:50:09 -06:00 |
|
Peter Vlugter
|
340ed11de5
|
Reformat with scalariform
|
2011-07-26 18:33:59 +12:00 |
|
Peter Vlugter
|
f406cd98e0
|
Add abstract method for dispatcher name
|
2011-07-25 13:53:25 +12:00 |
|
Derek Williams
|
fb321854a8
|
Merge branch 'master' into wip-derekjw
Conflicts:
akka-actor-tests/src/test/scala/akka/actor/supervisor/Ticket669Spec.scala
akka-actor/src/main/scala/akka/actor/ActorRef.scala
|
2011-07-15 11:44:48 -06:00 |
|
Derek Williams
|
50dcdd411c
|
Merge branch 'master' into wip-derekjw
Conflicts:
akka-actor-tests/src/test/scala/akka/misc/SchedulerSpec.scala
|
2011-07-15 11:31:24 -06:00 |
|
Viktor Klang
|
6ce8be6e59
|
Adding warning docs for register/unregister
|
2011-07-15 09:39:04 +02:00 |
|
Viktor Klang
|
9d71be7778
|
Updating copyright section to Typesafe Inc. etc
|
2011-07-14 16:03:08 +02:00 |
|
Derek Williams
|
ccb8440912
|
Move Timeout into actor package to make more accessible, use overloaded '?' method to handle explicit Timeout
|
2011-06-28 15:20:31 -06:00 |
|
Derek Williams
|
e639b2c74d
|
Start migrating Future to use Actor.Timeout, including support for never timing out. More testing and optimization still needed
|
2011-06-18 23:23:47 -06:00 |
|
Roland
|
ca592ef1b4
|
Merge branch 'master' of github.com:jboner/akka
Conflicts:
akka-actor/src/main/scala/akka/actor/Actor.scala
akka-actor/src/main/scala/akka/actor/ActorRef.scala
akka-actor/src/main/scala/akka/actor/TypedActor.scala
akka-cluster/src/main/scala/akka/cluster/ClusterActorRef.scala
akka-cluster/src/main/scala/akka/cluster/ReplicatedClusterRef.scala
akka-durable-mailboxes/akka-mailboxes-common/src/main/scala/akka/actor/mailbox/DurableDispatcher.scala
akka-testkit/src/test/scala/akka/testkit/TestActorRefSpec.scala
akka-tutorials/akka-tutorial-second/src/main/java/akka/tutorial/java/second/Pi.java
|
2011-06-14 00:19:54 +02:00 |
|
Roland
|
7712c20620
|
unify sender/senderFuture into channel (++)
(squashed merge from the various bits and pieces already part of
release-1.2, everything related to Channel & Future)
|
2011-06-13 22:36:46 +02:00 |
|
Viktor Klang
|
417fcc779d
|
Adding support for mailboxIsEmpty on MessageDispatcher and removing getMailboxSize and mailboxSize from ActorRef, use actorref.dispatcher.mailboxSize(actorref) and actorref.dispatcher.mailboxIsEmpty(actorref)
|
2011-06-07 13:23:24 -05:00 |
|
Viktor Klang
|
4c8360e8d7
|
Minor renames of parameters of non-user API an some code cleanup
|
2011-06-06 20:05:43 -07:00 |
|
Viktor Klang
|
49883d8c59
|
Adding support for completing senderFutures when actor is stopped, closing ticket #894. Also renaming DurableEventBasedDispatcher to DurableDispatcher
|
2011-05-26 20:38:42 +02:00 |
|
Viktor Klang
|
8a790b1ddf
|
Renaming CompletableFuture to Promise, Renaming AlreadyCompletedFuture to KeptPromise, closing ticket #854
|
2011-05-23 11:31:01 +02:00 |
|
Jonas Bonér
|
a7311c83e6
|
Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code
|
2011-05-18 17:25:30 +02:00 |
|
Peter Veentjer
|
e7d1eaf15c
|
- more style related cleanup
|
2011-05-18 08:37:58 +02:00 |
|
Jonas Bonér
|
2655d44ee9
|
Merged wip-2.0 branch with latest master
|
2011-05-16 12:32:00 +02:00 |
|
Patrik Nordwall
|
6576cd51e9
|
Scala style fixes, added parens for side effecting shutdown methods
|
2011-04-29 10:20:16 +02:00 |
|
Viktor Klang
|
9a582b7c49
|
Removing redundant isOff call
|
2011-04-28 18:05:28 +02:00 |
|
Viktor Klang
|
4bedb4813d
|
Fixing tickets #816, #814, #817 and Dereks fixes on #812
|
2011-04-28 16:01:11 +02:00 |
|
Derek Williams
|
c61f1a42dc
|
make sure lock is aquired when accessing shutdownSchedule
|
2011-04-28 07:47:51 -06:00 |
|
Derek Williams
|
485013a353
|
Dispatcher executed Future will be cleaned up even after expiring
|
2011-04-27 20:45:39 -06:00 |
|
Viktor Klang
|
5068f0d48a
|
Removing blocking dequeues from MailboxConfig due to high risk and no gain
|
2011-04-27 12:21:19 +02:00 |
|
Jonas Bonér
|
868ec62ee7
|
Rebased from master branch
|
2011-04-27 01:06:08 +02:00 |
|
Viktor Klang
|
69ee799dd9
|
Removing unused imports, closing ticket #802
|
2011-04-26 11:52:17 +02:00 |
|
Viktor Klang
|
a38e0cacdb
|
Refining the PriorityGenerator API and also adding PriorityDispatcher to the docs
|
2011-04-12 15:40:09 +02:00 |
|
Patrik Nordwall
|
3c8e375f30
|
Added parens to stop
|
2011-04-12 10:53:56 +02:00 |
|
Jonas Bonér
|
5f918e55bc
|
commit in the middle of address refactoring
|
2011-04-08 15:29:14 +02:00 |
|
Viktor Klang
|
71a32c719a
|
Changing mailbox-capacity to be unbounded for the case where the bounds are 0, as per the docs in the config
|
2011-04-05 12:06:27 +02:00 |
|
Jonas Bonér
|
711e62fc3f
|
Moved EventHandler to 'akka.event' plus added 'error' method without exception param
|
2011-03-23 15:12:09 +01:00 |
|
Derek Williams
|
32be3162bf
|
Prevent throwables thrown in futures from disrupting the rest of the system. Fixes #710
|
2011-03-20 17:15:23 -06:00 |
|
Jonas Bonér
|
e7a410dc0c
|
Fixed bug with restarting supervised supervisor that had done linking in constructor + Changed all calls to EventHandler to use direct 'error' and 'warning' methods for improved performance
|
2011-03-18 23:04:48 +01:00 |
|
Jonas Bonér
|
ac0273b5eb
|
changed event handler dispatcher name
|
2011-03-14 13:38:27 +01:00 |
|
Jonas Bonér
|
33dc617810
|
Changed API for EventHandler and added support for log levels
|
2011-03-14 10:45:49 +01:00 |
|
Peter Vlugter
|
dbe9e073bf
|
Reduce config footprint
|
2011-03-08 20:29:50 +08:00 |
|
Derek Williams
|
8cad134c32
|
Remove uneeded parameter
|
2011-03-07 21:24:21 -07:00 |
|
Derek Williams
|
cda0c1bbb4
|
Fix calls to EventHandler
|
2011-03-07 19:17:45 -07:00 |
|
Derek Williams
|
eee9445be8
|
Merge branch 'master' into derekjw-future-dispatch
|
2011-03-07 18:57:08 -07:00 |
|
Viktor Klang
|
c9523585d5
|
Adding support for MessageDispatcherConfigurator, which means that you can configure homegrown dispatchers in akka.conf
|
2011-03-05 23:32:49 +01:00 |
|
Derek Williams
|
d1fcb6d398
|
Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch
Conflicts:
akka-actor/src/main/scala/akka/dispatch/ExecutorBasedEventDrivenWorkStealingDispatcher.scala
akka-actor/src/main/scala/akka/dispatch/Future.scala
akka-actor/src/main/scala/akka/dispatch/HawtDispatcher.scala
|
2011-03-02 16:44:44 -07:00 |
|
Jonas Bonér
|
db980df4d5
|
merged with upstream
|
2011-03-02 18:37:41 +01:00 |
|
Jonas Bonér
|
1425267a65
|
Removed logging
|
2011-02-28 22:54:32 +01:00 |
|
Derek Williams
|
b05be42f11
|
Add locking in dispatchFuture
|
2011-02-28 11:48:51 -07:00 |
|
Derek Williams
|
5d290dc063
|
move unneeded test outside of if statement
|
2011-02-28 10:38:58 -07:00 |
|
Derek Williams
|
445c2e6476
|
Add low priority implicit for the default dispatcher
|
2011-02-28 10:37:42 -07:00 |
|
Viktor Klang
|
ba3a473330
|
Optimizing for bestcase when sending an actor a message
|
2011-02-27 23:44:04 +01:00 |
|
Viktor Klang
|
dea85ef81f
|
Removing logging from EBEDD
|
2011-02-27 23:17:59 +01:00 |
|
Derek Williams
|
40afb9ed2d
|
Can't share uuid lists
|
2011-02-25 18:26:46 -07:00 |
|