summaryrefslogtreecommitdiff
path: root/src/gen_server2.erl
Commit message (Expand)AuthorAgeFilesLines
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-1/+1
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-1/+1
* Added extra spec which may shut up R13B01bug21570Matthew Sackman2009-10-291-0/+3
* Added specs which, importantly, feature no_return() as the return types, in o...Matthew Sackman2009-10-291-0/+11
* fixed unused var warningMatthias Radestock2009-09-151-1/+1
* fixed R12 incompatibility in gen_server2bug21529Marek Majkowski2009-09-141-1/+4
* factor out common termination handlingbug21087Matthias Radestock2009-08-071-18/+12
* don't ignore Debug info in pre/post-hibernate hook return handlingMatthias Radestock2009-08-071-6/+6
* 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