summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* Merging bug 22454 into bug 22456Matthew Sackman2010-03-081-4/+4
|\
| * Reworked the supervision heirarchy againMatthew Sackman2010-03-081-4/+4
* | Extended all timeoutsMatthew Sackman2010-03-081-9/+6
|/
* reworked supervisor hierarchyMatthew Sackman2010-03-051-4/+8
* merging default into bug 22169Matthew Sackman2010-02-191-3/+3
|\
| * update copyright notices to say 2010 where appropriateDavid R. MacIver2010-02-091-3/+3
* | rabbit_exchange_type.erl => rabbit_exchange_type_registry.erl; rabbit_exchang...Matthew Sackman2010-02-031-3/+4
* | Merge from default to get an abundance of fixes; including (this is theMichael Bridgen2010-01-291-26/+26
|\ \ | |/
| * Merge bug22213 into defaultDavid Wragg2010-01-291-23/+23
| |\
| | * pre => enables, post => requiresMatthew Sackman2010-01-221-23/+23
| * | cosmetic: give startup messages a bit more spaceMatthias Radestock2010-01-271-1/+1
| |/
| * this looks prettierMatthias Radestock2010-01-211-1/+1
* | Merge from default, to get new boot sequence among other things.Michael Bridgen2010-01-141-105/+207
|\ \ | |/
| * merge bug 22039 into defaultMatthew Sackman2009-12-221-104/+202
| |\
| | * Refactor away boot_core_processes.Tony Garnock-Jones2009-12-171-32/+51
| | * Refactor boot_recovery, boot_tcp_listeners and boot_ssl_listenersTony Garnock-Jones2009-12-171-39/+17
| | * Merge default into bug22039Tony Garnock-Jones2009-12-171-0/+1
| | |\
| | * | cosmetics (mainly line length, alignment and trailing WS)Matthew Sackman2009-12-161-48/+69
| | * | Split up and tweak startup order.Tony Garnock-Jones2009-12-141-49/+32
| | * | Switch to explicit MFA, and symbolic boot step names.Tony Garnock-Jones2009-12-141-56/+69
| | * | Move planning code out of activator and into rabbit proper.Tony Garnock-Jones2009-12-141-30/+90
| | * | Fixup specs.Tony Garnock-Jones2009-12-141-2/+2
| | * | Add "-rabbit_boot_step" module attribute to specify startup sequence.Tony Garnock-Jones2009-12-141-109/+114
| | * | Avoid compiler warning about unused term; weirdly, the replaced idiom works e...Tony Garnock-Jones2009-11-301-2/+3
| | * | Change tactic to examine modules in .app files for rabbit_static_hook_* modulesTony Garnock-Jones2009-11-301-14/+16
| | * | Initial stab at the problemTony Garnock-Jones2009-11-301-10/+30
| * | | Backed out changeset 3ab59ae0f0e9Matthias Radestock2009-12-181-1/+0
| | |/ | |/|
* | | Remove mnesia event implementation of exchange hooks, again.Michael Bridgen2010-01-131-2/+1
* | | Merge default into bug22068Tony Garnock-Jones2009-12-171-0/+1
|\ \ \ | |/ /
| * | New process to own the tables. API for accessing the tables.Tony Garnock-Jones2009-12-141-0/+1
| |/
* | Use mnesia table events instead of in-transaction callbacks.Tony Garnock-Jones2009-12-021-1/+2
|/
* all doneMatthew Sackman2009-11-161-9/+9
* When clustered, on application:stop, make sure we call on_node_node(node()). ...Matthew Sackman2009-10-291-1/+1
* placation of Matthias - more sensible rabbit_mnesia APIMatthew Sackman2009-10-291-1/+4
* On application:stop, if we're not clustered, walk through all the ram tables,...Matthew Sackman2009-10-291-0/+1
* We don't need two ways of disabling the mm, and 0 tends to mean unlimited els...Matthew Sackman2009-10-281-1/+0
* system_memory_high_watermark => vm_memory_high_watermarkMatthew Sackman2009-10-281-2/+2
* More cosmeticMatthew Sackman2009-10-281-6/+8
* Default merged into bug21457Marek Majkowski2009-10-121-4/+16
|\
| * merge bug21669 into defaultMatthias Radestock2009-09-301-4/+8
| |\
| | * leave error reporting in rabbit:prepare to contextMatthias Radestock2009-09-301-11/+5
| | * Reverted rabbit:boot to rabbit_misc:start_applicationsPaul Jones2009-09-301-1/+1
| | * Removed application starting changes, since these were causing a number of pr...Paul Jones2009-09-301-13/+6
| | * Updated boot modification code to support catching errorsPaul Jones2009-09-281-6/+20
| | * Added rabbit:prepare to the generated boot file; removed call to rabbit:start...Paul Jones2009-09-241-3/+6
| * | display helpful diagnostics on badrpc error in rabbitmqctlMatthias Radestock2009-09-291-0/+8
| |/
* | Default merged into bug 21457Marek Majkowski2009-09-291-4/+9
|\ \ | |/
| * removing rabbit_misc:absolute_pathVlad Ionescu2009-09-231-2/+1
| * broker now prints the location of rabbit.app on startupVlad Ionescu2009-09-231-4/+10
* | minor os_mon fixesMarek Majkowski2009-09-281-1/+2