summaryrefslogtreecommitdiff
path: root/src/gen_server2.erl
Commit message (Expand)AuthorAgeFilesLines
...
* refactoring of pre/post hibernation codeMatthias Radestock2009-08-071-31/+25
* trimmed some fat from docsMatthias Radestock2009-08-061-12/+8
* more documentationMatthew Sackman2009-08-061-26/+32
* documentationMatthew Sackman2009-08-061-5/+10
* All done.Matthew Sackman2009-08-061-66/+80
* Matthias wanted to be able to cope with the possibility that we get woken up ...Matthew Sackman2009-08-031-9/+15
* The bug was not as advertised (it actually popped up when merging into 20980)...Matthew Sackman2009-08-031-5/+10
* All done.Matthew Sackman2009-08-031-63/+82
* Implemented. Seems to work well. Changed the design and behaviour of the back...Matthew Sackman2009-07-291-62/+128
* don't include TimeoutState in status formattingMatthias Radestock2009-07-241-10/+3
* remove R13B-1ismMatthias Radestock2009-07-241-4/+0
* *idiot*.Matthew Sackman2009-07-091-12/+11
* a) reverted the change to do_send which had come in when I updated gen_server...Matthew Sackman2009-07-061-7/+8
* All cosmetic (line length)Matthew Sackman2009-07-061-28/+49
* Pushed the binary exponential timeout / hibernate system into gen_server2. Ad...Matthew Sackman2009-07-061-51/+111
* updating gen_server2 with latest from R13B01 in order to ensure this doesn't ...Matthew Sackman2009-07-061-22/+69
* document priority functionalityMatthias Radestock2009-03-121-0/+5
* fix bugMatthias Radestock2009-03-121-5/+44
* first cut at extending gen_server2 with prioritiesMatthias Radestock2009-03-121-6/+6
* order-preserving castMatthias Radestock2009-01-071-7/+5
* reduce impact of long message queues on selective receivesMatthias Radestock2009-01-071-42/+78
* initial version of gen_server2Matthias Radestock2009-01-061-0/+820