summaryrefslogtreecommitdiff
path: root/src/gen_server2.erl
Commit message (Expand)AuthorAgeFilesLines
* refactorbug24307Matthias Radestock2011-07-281-14/+13
* Don't unpack and repackMatthew Sackman2011-07-281-14/+10
* Don't call prioritise_info for EXIT from parent. Use infinity priority for sy...Matthew Sackman2011-07-281-0/+7
* refactor: use multiple heads instead of 'case'Matthias Radestock2011-07-281-21/+13
* General improvementsbug24288Matthew Sackman2011-07-271-11/+11
* +documentation, minor renaming, clarityMatthew Sackman2011-07-261-1/+6
* Support optionally formatting the priority queue mailbox, and do so on the qu...Matthew Sackman2011-07-211-9/+14
* cosmetic - comment indentationMatthias Radestock2011-03-041-2/+2
* Added documentationbug23829Matthew Sackman2011-02-121-0/+9
* Add ability to change backing module dynamicallyMatthew Sackman2011-02-111-0/+16
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-1/+1
* fix a spec error in gen_server2:system_terminate/4Matthias Radestock2010-11-061-7/+6
* backport upstream change to way print_event/3 is calledMatthias Radestock2010-11-061-7/+7
* Update format_status to work with gen_server2 state recordbug23322Matthew Sackman2010-09-301-1/+2
* cosmetic: remove trailing whitespaceMatthias Radestock2010-09-161-3/+3
* No sense in not using the full wordbug23157Matthew Sackman2010-09-151-3/+3
* It's perfectly legal to convert a process to a gen_server by just calling ent...Matthew Sackman2010-09-151-3/+4
* cosmeticMatthew Sackman2010-09-141-4/+6
* cosmeticMatthew Sackman2010-09-101-21/+15
* When I wrote 'Please rewrite drain/2 to drain/1 - it's bizarre having both th...Matthew Sackman2010-09-101-14/+15
* Tabs => spacesMatthew Sackman2010-09-101-15/+15
* Merging default into bug 23157Matthew Sackman2010-09-101-39/+41
|\
| * tweakbug23192Matthias Radestock2010-08-261-1/+2
| * report the root cause when 'terminate' callback failsMatthias Radestock2010-08-261-26/+27
* | Tabs to spaces and remove trailing whitespace - yes, this is going to make su...Matthew Sackman2010-09-101-295/+296
* | refactored codeAlexandru Scvortov2010-08-311-10/+8
* | shortened code a bitAlexandru Scvortov2010-08-311-55/+20
* | in/3 -> in/2; drain/2 -> drain/1Alexandru Scvortov2010-08-311-14/+15
* | updated docsAlexandru Scvortov2010-08-251-4/+6
* | removed all references to pcall and pcastAlexandru Scvortov2010-08-251-40/+4
* | typoAlexandru Scvortov2010-08-241-2/+2
* | refactoringAlexandru Scvortov2010-08-241-31/+23
* | added error handling wrappers for prioritisersAlexandru Scvortov2010-08-241-13/+27
* | prioritize -> prioritiseAlexandru Scvortov2010-08-241-14/+14
* | unprioritized calls, casts and infos are passed through the prioritize functionsAlexandru Scvortov2010-08-231-29/+48
* | gen_server2: functions now use a record instead of 9 argumentsAlexandru Scvortov2010-08-231-118/+177
|/
* Export gen_server2:enter_loop6 (oversight from the past)Matthew Sackman2010-08-091-1/+1
* cleanupAlexandru Scvortov2010-07-061-1/+1
* s/fun(/fun (/gSimon MacMullen2010-05-281-1/+1
* Revert incorrect R12 cleanupbug22671David Wragg2010-04-301-1/+3
* An R12 cleanup in gen_server2:nameDavid Wragg2010-04-301-3/+1
* cosmeticMatthias Radestock2010-04-261-3/+3
* 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