summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* api tweak: pass durable queues in list rather than setMatthias Radestock2009-09-081-3/+1
* the disk queue sometimes needs much longer to shut down safely if it's heavil...Matthew Sackman2009-09-031-1/+1
* less noisy startupMatthias Radestock2009-08-281-8/+2
* merge default into bug21368Matthias Radestock2009-08-281-5/+20
|\
| * slight resequencing of core process startupMatthias Radestock2009-08-281-3/+3
| * merging in from defaultMatthew Sackman2009-08-251-2/+16
| |\
| * | cosmeticMatthew Sackman2009-07-231-2/+2
| * | Merge with upstreamEssien Ita Essien2009-06-211-6/+10
| |\ \
| * \ \ Merge with upstream defaultEssien Ita Essien2009-02-191-3/+8
| |\ \ \
| * | | | Cosmetic. Using a list comprehension instead of lists:foreachEssien Ita Essien2009-02-191-5/+3
| * | | | Cosmetic. Its better to match on [] than on length(AList),Essien Ita Essien2009-02-191-4/+3
| * | | | Cosmetic. Keep variable names as normalized CamelCase forEssien Ita Essien2009-02-191-5/+5
| * | | | Merged with upstreamEssien Ita Essien2009-01-291-2/+7
| |\ \ \ \
| * | | | | Make use of start_{tcp,ssl}_listener againEssien Ita Essien2009-01-161-3/+2
| * | | | | start_applications has been moved to rabbit_misc.erlEssien Ita Essien2009-01-121-1/+1
| * | | | | Merge with upstreamEssien Ita Essien2009-01-121-30/+2
| |\ \ \ \ \
| * | | | | | Re-write start_tcp_listener to take an additional mfa() argument.Essien Ita Essien2009-01-111-2/+3
| * | | | | | Remove the hardcoded ssl options, and read them in from the app envEssien Ita Essien2008-12-281-8/+10
| * | | | | | crypto also needs to be started only if ssl_listeners are upEssien Ita Essien2008-12-271-2/+2
| * | | | | | Change the way that ssl_listeners option is specified.Essien Ita Essien2008-12-261-1/+8
| * | | | | | Merge in upstream changesEssien Ita Essien2008-12-261-5/+2
| |\ \ \ \ \ \
| * | | | | | | Add SSL Listeners startup section to rabbit.erl startup steps.Essien Ita Essien2008-12-151-1/+10
* | | | | | | | Lots of things:Matthew Sackman2009-08-271-4/+4
* | | | | | | | All QA comments relating to queue_mode_managerMatthew Sackman2009-08-271-1/+1
* | | | | | | | Everything outstanding on MQ. +prefetcher:stop. Also give DQ more time to shu...Matthew Sackman2009-08-261-1/+1
* | | | | | | | merge default into bug21368Matthias Radestock2009-08-131-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Implementation of hook mechanism using ETS table for storage of hooks, along ...Paul Jones2009-08-101-0/+1
* | | | | | | | merge in from default. All tests seem to pass.Matthew Sackman2009-08-101-2/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | An evocative and inspiring bunny.Matthew Sackman2009-08-061-2/+15
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | tabs -> spacesMatthias Radestock2009-06-181-2/+2
* | | | | | | mmmm. It maybe sort of works. Needs work thoughMatthew Sackman2009-06-291-3/+1
* | | | | | | commentMatthew Sackman2009-06-171-1/+2
* | | | | | | fixed line lengthsMatthew Sackman2009-06-171-3/+3
* | | | | | | just removing tabsMatthew Sackman2009-06-171-2/+2
* | | | | | | Added means to alter all queues and switch to disk_only mode in the disk queue.Matthew Sackman2009-06-101-0/+2
* | | | | | | Queue recovery on startup now works.Matthew Sackman2009-06-041-6/+10
* | | | | | | removed the persister and modified guid generation to use a persisted serial ...Matthew Sackman2009-06-041-4/+0
* | | | | | | only write out persistent messages sent to a durable queueMatthew Sackman2009-06-041-2/+2
* | | | | | | (just for testing - switch to disk only mode)Matthew Sackman2009-05-291-2/+2
* | | | | | | just merging in default branchMatthew Sackman2009-05-271-4/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge v1_5 into defaultTony Garnock-Jones2009-05-181-4/+8
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Silence unused variable warningTony Garnock-Jones2009-05-181-1/+1
| | * | | | | display node name and db dir on startupMatthias Radestock2009-05-181-4/+8
* | | | | | | Brought out starting the persister to rabbit.erl. Also, reduced the file size...Matthew Sackman2009-05-271-0/+5
|/ / / / / /
* | | | | | merge bug20348 into defaultTony Garnock-Jones2009-02-131-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | keep serial in separate process, to avoid persister bottleneckMatthias Radestock2009-02-061-0/+4
| | |/ / / | |/| | |
* | | | | Merged 20288 into defaultBen Hood2009-02-021-3/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | refine permission structureMatthias Radestock2009-01-271-3/+4
* | | | | cosmetic: break some overlong linesMatthias Radestock2009-01-281-1/+2
|/ / / /
* | | | beginnings of permission adminMatthias Radestock2009-01-161-1/+5
| |_|/ |/| |