summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/remote/RemoteActor.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-132/+0
* deprecate Pair and TripleDen Shabalin2013-11-201-2/+2
* SI-6807 Deprecating the Actors library.Vojin Jovanovic2013-02-071-0/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* SI-6581 fixed by inlining `Actor.self`.Vojin Jovanovic2012-10-301-5/+5
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-8/+0
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Deprecated two members of RemoteActor which cle...Philipp Haller2010-04-291-4/+12
* Fixed scaladoc output for several types and mem...Philipp Haller2010-04-271-15/+12
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Deprecation patrol.Paul Phillips2009-10-251-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* Fixed #1686.Philipp Haller2009-02-021-11/+6
* ActorGC is no longer a global object; each sche...Philipp Haller2009-01-221-1/+1
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Separated actor GC from scheduling.Philipp Haller2008-08-031-1/+1
* Enabled actor links for remote actors.Philipp Haller2008-07-301-4/+2
* Fixed #1085.Philipp Haller2008-07-021-2/+5
* Cleaned up handling of reply destinations for r...Philipp Haller2008-06-181-0/+1
* Using custom ClassLoader is more robust.Philipp Haller2008-02-131-3/+17
* Integrated ClassLoader patch from Guy OliverPhilipp Haller2008-02-131-2/+6
* Fixed #219Philipp Haller2008-02-041-4/+7
* removed more warningsmichelou2008-01-181-4/+4
* Fixed ticket #219.Philipp Haller2007-11-261-6/+6
* towards automatic termination of remote actorsPhilipp Haller2007-11-131-1/+13
* updated Scala commentsmichelou2007-10-051-2/+5
* Integrated Itay Neeman's patch to allow port mu...Philipp Haller2007-08-141-3/+2
* Remote actor proxies are now cached.Philipp Haller2007-08-061-19/+1
* removed some more type aliasesmichelou2007-07-231-2/+2
* Added scaladoc comments to InputChannel and Out...Philipp Haller2007-07-091-1/+2
* Changed visibility of several internal methods ...Philipp Haller2007-07-091-2/+2
* Implemented synchronous message send for remote...Philipp Haller2007-06-121-12/+22
* Added buffering of msgs in case remote net kern...Philipp Haller2007-06-121-2/+2
* updated Scala comments (code examples, links, o...michelou2007-05-031-39/+40
* Fixed build.Philipp Haller2006-11-201-2/+2
* Made other schedulers non-abstract again.Philipp Haller2006-11-131-2/+0
* Refactored portability supportmihaylov2006-11-011-0/+12
* Fixed build.Philipp Haller2006-10-101-1/+1
* Event-based actors now allowed to call receive.Philipp Haller2006-10-101-0/+97