summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* fixed #779Philipp Haller2008-04-211-1/+3
* Renamed method pending in Actor trait to mailbo...Philipp Haller2008-04-091-4/+4
* Fixed #711.Philipp Haller2008-04-041-1/+2
* Fixed #249Philipp Haller2008-04-031-2/+18
* Fixed #694.Philipp Haller2008-04-031-12/+5
* Fixed svn propertiesmihaylov2008-03-191-1/+1
* Do not reset trapExit in Actor.start.Philipp Haller2008-03-131-2/+6
* Fixed #585.Philipp Haller2008-03-051-3/+5
* Fixed #459Philipp Haller2008-02-133-18/+15
* Using custom ClassLoader is more robust.Philipp Haller2008-02-132-6/+26
* Integrated ClassLoader patch from Guy OliverPhilipp Haller2008-02-133-11/+28
* Fixed #437Philipp Haller2008-02-041-28/+19
* Fixed #219Philipp Haller2008-02-043-7/+52
* removed more warningsmichelou2008-01-183-17/+18
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
* Ported bug fix in rev 13402 of 2.6.1 branchPhilipp Haller2007-12-023-8/+19
* Fixed issue that avoids evaluating expressions ...Philipp Haller2007-11-292-9/+29
* Fixed issue with task scheduler creating too ma...Philipp Haller2007-11-273-6/+28
* Fixed ticket #219.Philipp Haller2007-11-266-19/+63
* Fixed combinator bug.Philipp Haller2007-11-162-66/+29
* towards automatic termination of remote actorsPhilipp Haller2007-11-133-2/+15
* removed type aliases, update svn:keywordsmichelou2007-10-094-9/+9
* updated Scala commentsmichelou2007-10-051-2/+5
* Made unary constructor of Channel class public.Philipp Haller2007-10-021-1/+1
* Some experiments with more constrained types.Philipp Haller2007-09-213-2/+49
* Renamed clearProxy method to clearSelf with sli...Philipp Haller2007-09-181-5/+3
* Added clearProxy method to Actor object.Philipp Haller2007-09-181-0/+15
* Handle AccessControlException when initializing...Philipp Haller2007-09-141-3/+14
* added missing headermichelou2007-09-061-0/+9
* Made constructor of FJTaskScheduler2 parameterl...Philipp Haller2007-09-062-5/+5
* Fixed bug with automatic termination (pending r...Philipp Haller2007-09-054-31/+51
* more debug output, made Actor @serializable.Philipp Haller2007-09-043-2/+5
* Updated scaladoc comment.Philipp Haller2007-09-042-3/+3
* Added receiver accessor to OutputChannelPhilipp Haller2007-09-043-13/+23
* added svn:keywords and missing file headersmichelou2007-09-033-2/+11
* Added @serializable annotation to MessageQueuePhilipp Haller2007-09-031-0/+2
* Added more debug output to NetKernel.Philipp Haller2007-08-221-10/+26
* Integrated Itay Neeman's patch to allow port mu...Philipp Haller2007-08-143-6/+16
* Remote actor proxies are now cached.Philipp Haller2007-08-062-47/+82
* added class scala.Randommichelou2007-07-241-9/+7
* removed some more type aliasesmichelou2007-07-234-8/+8
* Fixed possible memory leak (bug 668).Philipp Haller2007-07-131-1/+8
* Added some debug output to scheduler.Philipp Haller2007-07-101-0/+2
* Removed busy waiting in TcpServiceWorker.Philipp Haller2007-07-101-17/+19
* Added scaladoc comments to InputChannel and Out...Philipp Haller2007-07-0916-27/+81
* Enabled explicit reply destinations in message ...Philipp Haller2007-07-092-8/+59
* Changed visibility of several internal methods ...Philipp Haller2007-07-094-35/+27
* fixed buildPhilipp Haller2007-07-091-3/+3
* Unified sender and reply destination.Philipp Haller2007-07-093-29/+34
* Removed dependency on Reaction in scheduling su...Philipp Haller2007-06-194-26/+13