summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix typobug19871Matthias Radestock2008-12-021-1/+1
* don't mention mnesiaMatthias Radestock2008-12-021-4/+2
* Merged defaultSimon MacMullen2008-12-0119-52/+569
|\
| * merge bug19852 into defaultMatthias Radestock2008-11-2821-93/+453
| |\
| | * merge bug19899 into defaultMatthias Radestock2008-11-281-1/+13
| | |\
| | | * Cosmeticbug19899Hubert Plociniczak2008-11-271-0/+1
| | | * Added missing function message/4 which wasHubert Plociniczak2008-11-271-1/+12
| | * | Merge bug19860 into defaultHubert Plociniczak2008-11-2816-86/+449
| | |\ \
| | | * \ Merge bug19331 into defaultHubert Plociniczak2008-11-2818-125/+156
| | | |\ \
| | | | * \ Merge bug19713 into defaultHubert Plociniczak2008-11-2712-84/+116
| | | | |\ \ | | | | | |/
| | | | | * Merge bug19792 into defaultHubert Plociniczak2008-11-277-13/+13
| | | | | |\
| | | | | | * rename node() type to erlang_node()bug19792Matthias Radestock2008-11-217-13/+13
| | | | | * | Merge bug19743 into defaultHubert Plociniczak2008-11-270-0/+0
| | | | | |\ \
| | | | | * | | Moved license files and documentation to appropriate directorybug19743Hubert Plociniczak2008-11-271-1/+3
| | | | | |/ /
| | | | | * | Merge bug19801 into defaultHubert Plociniczak2008-11-272-3/+8
| | | | | |\ \
| | | | | | * | Produce architecture dependent rpm binary packagesbug19801Hubert Plociniczak2008-11-202-3/+8
| | | | * | | | work around missing sasl_report_file_h:code_change/3bug19713Matthias Radestock2008-11-241-2/+3
| | | * | | | | Various cosmetic changes to the rabbitmq servicebug19331Hubert Plociniczak2008-11-273-5/+3
| | | * | | | | Merged default into bug19331, QA feedbackEmile Joubert2008-11-0827-497/+653
| | | |\ \ \ \ \
| | | * | | | | | Fixed typoEmile Joubert2008-10-171-1/+1
| | | * | | | | | Moved and modified documentationEmile Joubert2008-10-103-114/+127
| | | * | | | | | Run broker as windows serviceEmile2008-10-073-0/+303
| | * | | | | | | Consistency around trailing slashes.bug19860Simon MacMullen2008-11-281-3/+2
| | * | | | | | | According to Hubert it *does* make sense to ship these man pages.Simon MacMullen2008-11-281-2/+0
| * | | | | | | | some more tidying upbug19852Matthias Radestock2008-11-281-15/+12
| * | | | | | | | cosmetic changes and a tiny bit of refactoringMatthias Radestock2008-11-282-46/+42
| * | | | | | | | Remove use of list append, making it O(n) rather than O(n^2).Simon MacMullen2008-11-281-2/+2
| * | | | | | | | Add specs.Simon MacMullen2008-11-271-1/+10
| * | | | | | | | Ahem, we need to return a result...Simon MacMullen2008-11-271-2/+3
| * | | | | | | | Close the file after reading it.Simon MacMullen2008-11-271-1/+2
| * | | | | | | | Support get / set_check_interval and simplify starting.Simon MacMullen2008-11-272-28/+42
| * | | | | | | | Rename rabbit_linux_memory to rabbit_memsup_linuxSimon MacMullen2008-11-272-2/+2
| * | | | | | | | minor simplificationMatthias Radestock2008-11-261-4/+2
| * | | | | | | | (mostly) re-indentingMatthias Radestock2008-11-261-33/+34
| * | | | | | | | fix our memsup registrationMatthias Radestock2008-11-261-1/+1
| * | | | | | | | re-indentation + minor refactoringMatthias Radestock2008-11-261-28/+45
| * | | | | | | | Rearrange the startup so we only start rabbit_linux_memory if there is no mem...Simon MacMullen2008-11-263-32/+43
| * | | | | | | | Matthias has pointed out the existence of whereis/1.Simon MacMullen2008-11-261-4/+2
| * | | | | | | | Only start memsup if it is not already running.Simon MacMullen2008-11-261-6/+13
| * | | | | | | | Use timer:apply_interval/4 rather than timeout chaining.Simon MacMullen2008-11-261-7/+15
| * | | | | | | | Another stylistic changeSimon MacMullen2008-11-261-3/+3
| * | | | | | | | Remove the 1M buffer.Simon MacMullen2008-11-261-2/+11
| * | | | | | | | QA points 5, 6, 7, 9, 10 (the smaller stylistic ones).Simon MacMullen2008-11-261-26/+17
| * | | | | | | | Actually having a comment here breaks thingsSimon MacMullen2008-11-261-1/+1
| * | | | | | | | Fix batch fileSimon MacMullen2008-11-261-1/+1
| * | | | | | | | Merge default (effectively undoing bug19790...)Simon MacMullen2008-11-251-16/+1
| * | | | | | | | Make comments a bit clearerSimon MacMullen2008-11-254-18/+145
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Start memsup programmatically rather than starting as standard and thenSimon MacMullen2008-11-252-8/+11
| | * | | | | | | | Remove the MEMORY_CHECK_FRACTION define.Simon MacMullen2008-11-251-6/+8
| | * | | | | | | | First pass at a simple memory supervisor for Linux.Simon MacMullen2008-11-253-16/+138
| | | |_|_|/ / / / | | |/| | | | | |