summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge default into bug19910Hubert Plociniczak2008-12-012-2/+2
|\
| * Merge bug19912 into defaultHubert Plociniczak2008-12-012-39/+56
| |\
| | * CosmeticHubert Plociniczak2008-12-012-2/+2
| | |
* | | merge bug19912 into bug19910Matthias Radestock2008-11-301-4/+4
|\ \ \ | | |/ | |/|
| * | get rid of compiler warningMatthias Radestock2008-11-301-4/+4
| | |
* | | write script errors to stderrMatthias Radestock2008-11-303-2/+8
| | |
* | | merge bug19912 into bug19910Matthias Radestock2008-11-302-38/+55
|\ \ \ | |/ / | | / | |/ |/|
| * remove 'error' tags in exceptionsMatthias Radestock2008-11-301-8/+4
| | | | | | | | since we don't use that tag elsewhere
| * consistent display of errors in rabbit_multiMatthias Radestock2008-11-301-4/+8
| | | | | | | | | | There is some duplication of code in rabbit_control here, but imho it's too little to justify refactoring
| * simplify informational displayMatthias Radestock2008-11-301-23/+28
| | | | | | | | | | and ensuring consistency also slight tweak to completion message
| * improve error outputMatthias Radestock2008-11-301-3/+15
|/ | | | | | - consistently display errors as "Error: ..." - display command and args properly formatted when encountering an invalid command
* merge bug19852 into defaultMatthias Radestock2008-11-284-27/+197
|\
| * some more tidying upMatthias 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
| | | | | | | | Of course in this case n = 1.
| * 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
| | | | | | | | | | | | also some tweaks: - make update message tag match the function name - simplify line parsing
| * fix our memsup registrationMatthias Radestock2008-11-261-1/+1
| | | | | | | | | | | | The name must match that of the standard memsup, otherwise the os_mon functions won't find it, and neither will our existence check in rabbit_alarm.
| * re-indentation + minor refactoringMatthias Radestock2008-11-261-28/+45
| | | | | | | | extract & share memsup startup code
| * Rearrange the startup so we only start rabbit_linux_memory if there is no ↵Simon MacMullen2008-11-263-32/+43
| | | | | | | | memsup registered already, export some similar API to memsup so that we can configure stuff at runtime.
| * 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-251-9/+24
| |\
| * | Start memsup programmatically rather than starting as standard and thenSimon MacMullen2008-11-252-8/+11
| | | | | | | | | | | | killing it if we don't want it => doesn't mess up the banner on startup
| * | 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
| | |
* | | merge bug19899 into defaultMatthias Radestock2008-11-281-1/+13
|\ \ \
| * | | CosmeticHubert Plociniczak2008-11-271-0/+1
| | | |
| * | | Added missing function message/4 which wasHubert Plociniczak2008-11-271-1/+12
| | | | | | | | | | | | | | | | previously removed
* | | | Merge bug19860 into defaultHubert Plociniczak2008-11-284-8/+8
|\ \ \ \
| * | | | Consistency around trailing slashes.Simon MacMullen2008-11-281-3/+2
| | | | |
| * | | | According to Hubert it *does* make sense to ship these man pages.Simon MacMullen2008-11-281-2/+0
| | | | |
| * | | | Change SBIN_DIR rather than move the scriptsSimon MacMullen2008-11-271-4/+1
| | | | |
| * | | | Remove man pages for anything other than rabbitmqctl.Simon MacMullen2008-11-261-0/+2
| | | | |
| * | | | Move the generioc unix scripts into /usr/lib/rabbitmq/bin to discourageSimon MacMullen2008-11-254-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | people from using them (since they're not very comprehensible to the layman in the Debian packaging)
| * | | | Fix a bashism that causes FAIL on Ubuntu.Simon MacMullen2008-11-251-1/+1
| | |/ / | |/| |
* | | | Merge bug19331 into defaultHubert Plociniczak2008-11-283-0/+330
|\ \ \ \
| * | | | Various cosmetic changes to the rabbitmq serviceHubert Plociniczak2008-11-273-5/+3
| | | | |