summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* Closes #3838. Review by prokopec.Philipp Haller2011-03-151-12/+15
* Applying davetron5000's actors docs patches.Aleksandar Pokopec2011-02-1520-88/+109
* workaround for see #3936, allows building every...Lukas Rytz2011-01-262-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-2043-43/+43
* Who knew system was such a popular sentence end...Paul Phillips2011-01-181-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-125-8/+8
* Override checks and self-types still needed som...Paul Phillips2011-01-083-2/+4
* Added uniqueness annotations. Review by rytz.Philipp Haller2010-12-072-7/+11
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-055-10/+10
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-303-14/+10
* Closes #3920. Review by prokopec.Philipp Haller2010-10-261-1/+3
* removed generics warnings in actorsmichelou2010-07-128-19/+23
* Updated LinkedBlockingQueue to latest jsr166 ve...Philipp Haller2010-07-122-323/+417
* Added doc comment to Actor trait explaining the...Philipp Haller2010-06-281-2/+39
* Addresses see #3470 by adding a method Reactor....Philipp Haller2010-05-252-24/+37
* Fixed -Xcheckinit build. No review.Philipp Haller2010-05-171-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-1236-36/+0
* Closes #3407. Closes #3412. Review by plocinic.Philipp Haller2010-05-094-82/+105
* Deprecated two members of RemoteActor which cle...Philipp Haller2010-04-294-11/+20
* UncaughtException is now a case class (see #2017).Philipp Haller2010-04-292-10/+11
* Closes #3369. Review by plocinic.Philipp Haller2010-04-291-0/+39
* Closes #3365.Philipp Haller2010-04-286-11/+35
* Closes #3364. No review.Philipp Haller2010-04-281-1/+1
* Fixed scaladoc output for several types and mem...Philipp Haller2010-04-273-41/+33
* Closes #3356.Philipp Haller2010-04-253-107/+42
* Reverted change of Reactor.exceptionHandler's t...Philipp Haller2010-04-222-4/+3
* Reactor.exceptionHandler is defined on Throwabl...Philipp Haller2010-04-224-25/+30
* Fixed deadlocking behavior in actors.Iulian Dragos2010-04-131-1/+1
* Reverted r21523. No review.Philipp Haller2010-04-134-25/+11
* Removed obsolete AbstractReactor trait. No review.Philipp Haller2010-04-132-27/+1
* Improved handling of uncaught exceptions in act...Philipp Haller2010-04-134-11/+25
* Improved deprecation warnings in actors package...Philipp Haller2010-04-121-4/+4
* actors.UncaughtException stores most recent sen...Philipp Haller2010-04-124-25/+29
* Made use of random number generator in ForkJoin...Philipp Haller2010-04-111-4/+10
* Scaladoc clean-ups for various actor and channe...Philipp Haller2010-04-119-162/+30
* Completed scaladoc for Reactor and Combinators.Philipp Haller2010-04-114-34/+35
* Removing a class cast exception.Paul Phillips2010-04-041-2/+8
* Renamed Replyable* source files to the types th...Philipp Haller2010-03-253-0/+0
* Renamed Replyable* types to *CanReply. No review.Philipp Haller2010-03-254-10/+8
* Removed obsolete version numbers. No review.Philipp Haller2010-03-256-8/+0
* Addresses see #2017.Philipp Haller2010-03-248-35/+93
* Closes #3185. Review by plocinic.Philipp Haller2010-03-171-0/+2
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* Closes #3102.Philipp Haller2010-03-081-8/+14
* Reactor now has type parameter.Philipp Haller2010-03-0818-240/+308
* Removed obsolete SimpleExecutorScheduler, Threa...Philipp Haller2010-03-047-254/+13
* Fixed actors.enableForkJoin property.Philipp Haller2010-03-042-9/+10
* Clean-ups in scheduler hierarchy.Philipp Haller2010-03-049-27/+91
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-0410-36/+36
* Undid my awful code which had broken the thread...Paul Phillips2010-02-261-1/+2