summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* cosmeticMatthew Sackman2009-07-231-2/+2
* Merge with upstreamEssien Ita Essien2009-06-211-6/+10
|\
| * tabs -> spacesMatthias Radestock2009-06-181-2/+2
| * 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
* | | Merge with upstream defaultEssien Ita Essien2009-02-191-3/+8
|\ \ \ | |/ /
| * | 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. 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
|\ \ \ \ | |/ / /
| * | | cosmetic: break some overlong linesMatthias Radestock2009-01-281-1/+2
| |/ /
| * | beginnings of permission adminMatthias Radestock2009-01-161-1/+5
* | | 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
|\ \ \ | |/ /
| * | minor refactoringMatthias Radestock2009-01-071-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
|\ \ | |/
| * don't react to memory alarms when memory_alarms is falseMatthias Radestock2008-12-161-2/+2
| * Make start_memsup default to false.Tony Garnock-Jones2008-12-161-5/+2
* | Add SSL Listeners startup section to rabbit.erl startup steps.Essien Ita Essien2008-12-151-1/+10
|/
* provide an easy way to turn off memory alarmsMatthias Radestock2008-12-111-2/+6
* Update copyrights.Tony Garnock-Jones2008-12-091-6/+12
* rename node() type to erlang_node()Matthias Radestock2008-11-211-2/+2
* beginnings of reacting to low memory conditionsMatthias Radestock2008-10-041-0/+3
* Removed catch in append_file/2 since thereHubert 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
* When appending the old log file fails always tryHubert Plociniczak2008-08-291-0/+1
* Added few missing articlesHubert Plociniczak2008-08-271-1/+1
* Fixed spec definition. Renamed name() toHubert Plociniczak2008-08-271-1/+1
* Minor style changesHubert Plociniczak2008-08-271-9/+7
* Moved append operation inside init/1Hubert Plociniczak2008-08-261-45/+30
* Added wrappers around standard error_logger_file_hHubert Plociniczak2008-08-261-26/+31
* Used swap_handler mechanism provided inHubert Plociniczak2008-08-191-40/+37
* Added optional argument that specifies the suffixHubert Plociniczak2008-08-181-9/+45
* Forgot to remove semicolonHubert Plociniczak2008-08-151-1/+1