| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed deadlock caused by the message pump not being notified of new message ↵ | Michael Bebenita | 2010-09-16 | 1 | -0/+5 |
| | | | | | sends. | ||||
| * | Lots of design changes around proxies and message passing. Made it so that ↵ | Michael Bebenita | 2010-09-07 | 1 | -19/+54 |
| | | | | | domains can only talk to other domains via handles, and with the help of the rust_kernel. | ||||
| * | Implemented an lock free queue based on this paper ↵ | Michael Bebenita | 2010-08-24 | 1 | -1/+1 |
| | | | | | http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf, the "lock free queue" we had before wasn't lock free at all. | ||||
| * | Lots of changes around memory managment in the Runtime. Added memory regions ↵ | Michael Bebenita | 2010-08-17 | 1 | -4/+3 |
| | | | | | and fixed race caused by calling rust_srv::malloc() from multiple threads when sending messages. | ||||
| * | Move ports out into their own file, add data_message and make communication ↵ | Michael Bebenita | 2010-07-28 | 1 | -0/+24 |
| | | | | | system use it (and proxies) instead of existing token scheme. | ||||
| * | Move notification-messages out into their own file and unify into ↵ | Michael Bebenita | 2010-07-28 | 1 | -0/+72 |
| notify_message, make them use proxies, cache task proxies in dom. | |||||