| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge default into bug19684 | Matthias Radestock | 2008-12-01 | 29 | -164/+731 |
| |\ | |||||
| | * | Merge bug19910 into default | Hubert Plociniczak | 2008-12-01 | 3 | -2/+9 |
| | |\ | |||||
| | | * | add type spec | Matthias Radestock | 2008-12-01 | 1 | -0/+1 |
| | | * | Merge default into bug19910 | Hubert Plociniczak | 2008-12-01 | 2 | -2/+2 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merge bug19912 into default | Hubert Plociniczak | 2008-12-01 | 2 | -39/+56 |
| | |\ \ | |||||
| | | * | | Cosmetic | Hubert Plociniczak | 2008-12-01 | 2 | -2/+2 |
| | | | * | merge bug19912 into bug19910 | Matthias Radestock | 2008-11-30 | 1 | -4/+4 |
| | | | |\ | | | |/ | | |/| | |||||
| | | * | | get rid of compiler warning | Matthias Radestock | 2008-11-30 | 1 | -4/+4 |
| | | | * | write script errors to stderr | Matthias Radestock | 2008-11-30 | 3 | -2/+8 |
| | | | * | merge bug19912 into bug19910 | Matthias Radestock | 2008-11-30 | 2 | -38/+55 |
| | | | |\ | | |/ / | |/| / | | |/ | |||||
| | | * | remove 'error' tags in exceptions | Matthias Radestock | 2008-11-30 | 1 | -8/+4 |
| | | * | consistent display of errors in rabbit_multi | Matthias Radestock | 2008-11-30 | 1 | -4/+8 |
| | | * | simplify informational display | Matthias Radestock | 2008-11-30 | 1 | -23/+28 |
| | | * | improve error output | Matthias Radestock | 2008-11-30 | 1 | -3/+15 |
| | |/ | |||||
| | * | merge bug19852 into default | Matthias Radestock | 2008-11-28 | 4 | -27/+197 |
| | |\ | |||||
| | | * | some more tidying up | Matthias Radestock | 2008-11-28 | 1 | -15/+12 |
| | | * | cosmetic changes and a tiny bit of refactoring | Matthias Radestock | 2008-11-28 | 2 | -46/+42 |
| | | * | Remove use of list append, making it O(n) rather than O(n^2). | Simon MacMullen | 2008-11-28 | 1 | -2/+2 |
| | | * | Add specs. | Simon MacMullen | 2008-11-27 | 1 | -1/+10 |
| | | * | Ahem, we need to return a result... | Simon MacMullen | 2008-11-27 | 1 | -2/+3 |
| | | * | Close the file after reading it. | Simon MacMullen | 2008-11-27 | 1 | -1/+2 |
| | | * | Support get / set_check_interval and simplify starting. | Simon MacMullen | 2008-11-27 | 2 | -28/+42 |
| | | * | Rename rabbit_linux_memory to rabbit_memsup_linux | Simon MacMullen | 2008-11-27 | 2 | -2/+2 |
| | | * | minor simplification | Matthias Radestock | 2008-11-26 | 1 | -4/+2 |
| | | * | (mostly) re-indenting | Matthias Radestock | 2008-11-26 | 1 | -33/+34 |
| | | * | fix our memsup registration | Matthias Radestock | 2008-11-26 | 1 | -1/+1 |
| | | * | re-indentation + minor refactoring | Matthias Radestock | 2008-11-26 | 1 | -28/+45 |
| | | * | Rearrange the startup so we only start rabbit_linux_memory if there is no mem... | Simon MacMullen | 2008-11-26 | 3 | -32/+43 |
| | | * | Matthias has pointed out the existence of whereis/1. | Simon MacMullen | 2008-11-26 | 1 | -4/+2 |
| | | * | Only start memsup if it is not already running. | Simon MacMullen | 2008-11-26 | 1 | -6/+13 |
| | | * | Use timer:apply_interval/4 rather than timeout chaining. | Simon MacMullen | 2008-11-26 | 1 | -7/+15 |
| | | * | Another stylistic change | Simon MacMullen | 2008-11-26 | 1 | -3/+3 |
| | | * | Remove the 1M buffer. | Simon MacMullen | 2008-11-26 | 1 | -2/+11 |
| | | * | QA points 5, 6, 7, 9, 10 (the smaller stylistic ones). | Simon MacMullen | 2008-11-26 | 1 | -26/+17 |
| | | * | Actually having a comment here breaks things | Simon MacMullen | 2008-11-26 | 1 | -1/+1 |
| | | * | Fix batch file | Simon MacMullen | 2008-11-26 | 1 | -1/+1 |
| | | * | Merge default (effectively undoing bug19790...) | Simon MacMullen | 2008-11-25 | 1 | -16/+1 |
| | | * | Make comments a bit clearer | Simon MacMullen | 2008-11-25 | 1 | -9/+24 |
| | | |\ | |||||
| | | * | | Start memsup programmatically rather than starting as standard and then | Simon MacMullen | 2008-11-25 | 2 | -8/+11 |
| | | * | | Remove the MEMORY_CHECK_FRACTION define. | Simon MacMullen | 2008-11-25 | 1 | -6/+8 |
| | | * | | First pass at a simple memory supervisor for Linux. | Simon MacMullen | 2008-11-25 | 3 | -16/+138 |
| | * | | | merge bug19899 into default | Matthias Radestock | 2008-11-28 | 1 | -1/+13 |
| | |\ \ \ | |||||
| | | * | | | Cosmetic | Hubert Plociniczak | 2008-11-27 | 1 | -0/+1 |
| | | * | | | Added missing function message/4 which was | Hubert Plociniczak | 2008-11-27 | 1 | -1/+12 |
| | * | | | | Merge bug19860 into default | Hubert Plociniczak | 2008-11-28 | 4 | -8/+8 |
| | |\ \ \ \ | |||||
| | | * | | | | Consistency around trailing slashes. | Simon MacMullen | 2008-11-28 | 1 | -3/+2 |
| | | * | | | | According to Hubert it *does* make sense to ship these man pages. | Simon MacMullen | 2008-11-28 | 1 | -2/+0 |
| | | * | | | | Change SBIN_DIR rather than move the scripts | Simon MacMullen | 2008-11-27 | 1 | -4/+1 |
| | | * | | | | Remove man pages for anything other than rabbitmqctl. | Simon MacMullen | 2008-11-26 | 1 | -0/+2 |
| | | * | | | | Move the generioc unix scripts into /usr/lib/rabbitmq/bin to discourage | Simon MacMullen | 2008-11-25 | 4 | -6/+10 |
