summaryrefslogtreecommitdiff
path: root/src/gen_server2.erl
Commit message (Expand)AuthorAgeFilesLines
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-1/+1
* cosmeticbug25513Matthias Radestock2013-04-191-9/+12
* Move to near the other system message and simplify.Simon MacMullen2013-04-191-7/+4
* Less magic, more essay.Simon MacMullen2013-04-181-2/+18
* Magic call handler to debug the state.Simon MacMullen2013-04-171-0/+7
* Merge in defaultSimon MacMullen2013-01-301-57/+37
|\
| * stable to defaultSimon MacMullen2013-01-241-1/+1
| |\
| | * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
| * | oops; nuke unused varMatthias Radestock2013-01-121-1/+1
| * | refactor gen_server2 debug handlingMatthias Radestock2013-01-051-38/+22
| * | optimisation: shrink gen_server2 state slightlyMatthias Radestock2013-01-051-18/+14
| |/
* | Doesn't make sense to drop calls.Simon MacMullen2012-11-081-3/+2
* | Fix arities, support 'drop'.Simon MacMullen2012-11-081-11/+20
* | Pass length to prioritise_*Simon MacMullen2012-11-081-4/+8
|/
* Moved behaviour_info/1 export in the same ifdef blockFrancesco Mazzoli2012-04-021-11/+5
* Added specs for gm callbacks.Francesco Mazzoli2012-03-051-1/+1
* -callbacks for gen_server2. USE_SPECS now requires R15B.Francesco Mazzoli2012-03-051-8/+53
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* Updated definition of whereis_namebug24628Emile Joubert2011-12-141-2/+16
* global:safe_whereis_name/1 has been removedEmile Joubert2011-12-141-2/+2
* move misplaced commentMatthias Radestock2011-08-261-2/+2
* 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