summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* display helpful diagnostics on badrpc error in rabbitmqctlbug21662Matthias Radestock2009-09-291-0/+8
* removing rabbit_misc:absolute_pathbug21285Vlad Ionescu2009-09-231-2/+1
* broker now prints the location of rabbit.app on startupVlad Ionescu2009-09-231-4/+10
* Merged default into bug17880bug17880Paul Jones2009-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-0/+18
| |\ \ \ \
| | * | | | 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
* | | | | | | | Removed extra_startup_steps from being applied at startupPaul Jones2009-08-171-4/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Implementation of hook mechanism using ETS table for storage of hooks, along ...Paul Jones2009-08-101-0/+1
* | | | | | | An evocative and inspiring bunny.Matthew Sackman2009-08-061-2/+15
| |_|_|_|_|/ |/| | | | |
* | | | | | tabs -> spacesMatthias Radestock2009-06-181-2/+2
* | | | | | merge v1_5 into defaultTony Garnock-Jones2009-05-181-32/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | merge bug20348 into defaultTony Garnock-Jones2009-02-131-32/+10
| |\ \ \ \ \
| | * \ \ \ \ Merged 20288 into defaultBen Hood2009-02-021-3/+4
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | refine permission structurebug20288Matthias Radestock2009-01-271-3/+4
| | * | | | | cosmetic: break some overlong linesMatthias Radestock2009-01-281-1/+2
| | |/ / / /
| | * | | | beginnings of permission adminMatthias Radestock2009-01-161-1/+5
| | | |_|/ | | |/| |
| | * | | minor refactoringMatthias Radestock2009-01-071-30/+2
| | | |/ | | |/|
* | | | Silence unused variable warningbug20767Tony Garnock-Jones2009-05-181-1/+1
* | | | display node name and db dir on startupMatthias Radestock2009-05-181-4/+8
|/ / /
* | | keep serial in separate process, to avoid persister bottleneckbug20348Matthias Radestock2009-02-061-0/+4
|/ /
* | don't react to memory alarms when memory_alarms is falsebug20019Matthias Radestock2008-12-161-2/+2
* | Make start_memsup default to false.Tony Garnock-Jones2008-12-161-5/+2
|/
* provide an easy way to turn off memory alarmsbug19987Matthias Radestock2008-12-111-2/+6
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
* rename node() type to erlang_node()bug19792Matthias Radestock2008-11-211-2/+2
* beginnings of reacting to low memory conditionsMatthias Radestock2008-10-041-0/+3
* Removed catch in append_file/2 since therebug19200Hubert Plociniczak2008-09-051-1/+1
* Moved log configuration to start/0,Hubert Plociniczak2008-09-041-8/+17
* Renamed logs_location/1 function to log_location/1.Hubert Plociniczak2008-09-031-8/+8
* Simplified the way we get logs locations,Hubert Plociniczak2008-09-031-36/+37
* Better naming for typesHubert Plociniczak2008-09-021-1/+2
* Added test suite for log rotation.Hubert Plociniczak2008-09-021-55/+52
* cosmeticMatthias Radestock2008-09-011-3/+6
* cosmeticMatthias Radestock2008-09-011-1/+3