summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* Fixed potential memory leak.Philipp Haller2009-05-041-9/+9
* add serialization test, disabled patmat debug t...michelou2009-04-211-8/+4
* Fixed bug in ActorGC. Added more comments.Philipp Haller2009-04-213-5/+35
* Added SchedulerService class that allows subcla...Philipp Haller2009-04-171-0/+94
* Improved error-handling using futures.Philipp Haller2009-04-091-16/+105
* Made Future's InputChannel for useful, especial...Philipp Haller2009-04-082-6/+15
* Fixed #1801Philipp Haller2009-03-251-0/+3
* Removed obsolete methods and simplified handlin...Philipp Haller2009-02-182-23/+14
* Fixed #1686.Philipp Haller2009-02-022-12/+7
* Fixed #1451.Philipp Haller2009-01-302-6/+14
* Fixed build.Philipp Haller2009-01-301-1/+3
* Fixed #1652.Philipp Haller2009-01-302-14/+3
* Whenever an actor is created it inherits the sc...Philipp Haller2009-01-222-26/+36
* ActorGC is no longer a global object; each sche...Philipp Haller2009-01-227-12/+48
* Fixed #1652.Philipp Haller2009-01-201-2/+7
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-1316-16/+16
* Updated copyright notices to 2009Antonio Cunei2009-01-096-6/+6
* Make semantics of zero timeout in reactWithin a...Philipp Haller2009-01-031-9/+8
* Use Thread.getState() instead of timestamps to ...Philipp Haller2008-12-165-150/+10
* Remove obsolete TickedScheduler class.Philipp Haller2008-12-161-175/+0
* Avoid collecting race in memory leak fixPhilipp Haller2008-12-151-4/+9
* Remove race condition when linking/unlinking.Philipp Haller2008-12-151-4/+8
* Fix memory leak in ActorGCPhilipp Haller2008-12-121-4/+3
* Replaced TimerThread with java.util.Timer.Philipp Haller2008-09-296-153/+24
* Changed a val into a def to reduce state in Act...Philipp Haller2008-08-051-1/+1
* Made serialization of functions used in the rem...Philipp Haller2008-08-053-8/+36
* Actor trait abstracts from scheduling strategy.Philipp Haller2008-08-045-105/+164
* Separated actor GC from scheduling.Philipp Haller2008-08-036-79/+104
* Lambda: The Ultimate DistributivePhilipp Haller2008-08-012-67/+18
* Enabled actor links for remote actors.Philipp Haller2008-07-306-31/+150
* Renamed Actor.async to Actor.respondOn.Philipp Haller2008-07-301-2/+2
* removed warning (Random)michelou2008-07-291-0/+1
* Fixed bug in get and remove methods.Philipp Haller2008-07-221-49/+57
* Made mailbox in Actor protected (this is necess...Philipp Haller2008-07-182-2/+83
* Fixed #1085.Philipp Haller2008-07-025-87/+188
* Cleaned up handling of reply destinations for r...Philipp Haller2008-06-183-100/+91
* Refined types of Actor.async method.Philipp Haller2008-05-271-4/+4
* Ported fix for #845 to trunkPhilipp Haller2008-05-051-5/+15
* Added support for defining actors using `Respon...Philipp Haller2008-04-232-2/+2
* Added support for defining actors using s (usin...Philipp Haller2008-04-232-11/+80
* 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