summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/remote/NetKernel.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-147/+0
* deprecate Pair and TripleDen Shabalin2013-11-201-4/+4
* 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-1/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-4/+4
* 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
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* 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
* Fixed memory leak in remote actors.Philipp Haller2009-07-161-1/+1
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Made serialization of functions used in the rem...Philipp Haller2008-08-051-1/+0
* Lambda: The Ultimate DistributivePhilipp Haller2008-08-011-46/+7
* Enabled actor links for remote actors.Philipp Haller2008-07-301-6/+62
* Fixed #1085.Philipp Haller2008-07-021-83/+20
* Cleaned up handling of reply destinations for r...Philipp Haller2008-06-181-99/+84
* removed more warningsmichelou2008-01-181-4/+4
* Fixed ticket #219.Philipp Haller2007-11-261-1/+14
* Added more debug output to NetKernel.Philipp Haller2007-08-221-10/+26
* Remote actor proxies are now cached.Philipp Haller2007-08-061-28/+81
* Added scaladoc comments to InputChannel and Out...Philipp Haller2007-07-091-1/+2
* Changed visibility of several internal methods ...Philipp Haller2007-07-091-1/+1
* Implemented synchronous message send for remote...Philipp Haller2007-06-121-18/+71
* Actor.start() returns thisPhilipp Haller2007-05-151-1/+1
* </p/>michelou2007-05-101-9/+10
* Fixed bug using eq instead of ==Philipp Haller2006-11-141-1/+1
* Made other schedulers non-abstract again.Philipp Haller2006-11-131-2/+0
* Fixed build.Philipp Haller2006-10-101-1/+1
* Event-based actors now allowed to call receive.Philipp Haller2006-10-101-1/+1
* added svn:keywords to scala/actors/*.scalamichelou2006-10-091-1/+1
* modified escapedStringValue and cleaned up comm...michelou2006-10-081-7/+16
* Small clean-ups.Philipp Haller2006-10-041-1/+1
* Added actor linking.Philipp Haller2006-09-301-1/+1
* Checked in new actors lib.Philipp Haller2006-09-291-0/+65