summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* merging in (and adjustments for startup) from defaultMatthew Sackman2009-12-221-108/+195
|\
| * 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
| | |/ | |/|
| * | New process to own the tables. API for accessing the tables.Tony Garnock-Jones2009-12-141-0/+1
| |/
* | Must start msg_store *before* amqqueue_sup, otherwise on shutdown, there's a ...Matthew Sackman2009-12-201-4/+6
* | Turns out that it's actually important to stop erlang from time to time...Matthew Sackman2009-12-151-5/+10
* | Do not kill rabbit after 1 second when being asked to stop. Also, the default...Matthew Sackman2009-12-151-8/+0
* | Removal of unnecessary clause in handle_info for queue process as prefetcher ...Matthew Sackman2009-11-271-1/+2
* | started on the server part of fhcMatthew Sackman2009-11-181-0/+1
* | merge in from defaultMatthew Sackman2009-11-181-9/+9
|\ \ | |/
| * all doneMatthew Sackman2009-11-161-9/+9
* | merging in from bug 21742, ignoring all of its changes to amqqueue and amqque...Matthew Sackman2009-11-111-1/+2
|\ \
| * \ Merged default into bug21742.Marek Majkowski2009-11-061-3/+18
| |\ \ | | |/
| * | Memory monitor code.Marek Majkowski2009-10-061-1/+2
* | | merging in from defaultMatthew Sackman2009-11-051-0/+4
|\ \ \ | | |/ | |/|
| * | 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
* | | merging in from defaultMatthew Sackman2009-10-301-4/+10
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/
| * | Default merged into bug 21457Marek Majkowski2009-09-291-4/+9
| |\ \
| * | | minor os_mon fixesMarek Majkowski2009-09-281-1/+2
| * | | renamed to vm_memory_monitorMarek Majkowski2009-09-251-1/+1
| * | | qa fixes, some refactoringMarek Majkowski2009-09-251-6/+4
| * | | new memsup codeMarek Majkowski2009-09-161-2/+13
* | | | makeMatthew Sackman2009-10-271-3/+6
* | | | Some minor API changes which are pretty sensible anyway, but also make writin...Matthew Sackman2009-10-191-1/+2
* | | | Wire up the tx_commit callback. Note no coalescing because no sync on queue_i...Matthew Sackman2009-10-141-3/+5
* | | | Be a bit more clever on starting the message store and look up durable queues...Matthew Sackman2009-10-131-4/+4
* | | | most of the rewiring is done. Need to sort out how to delete non durable queu...Matthew Sackman2009-10-131-0/+1
* | | | it starts up againMatthew Sackman2009-10-131-4/+5
* | | | merging in from defaultMatthew Sackman2009-10-051-4/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | 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