| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | merged bug19841 into default | Tony Garnock-Jones | 2008-12-02 | 3 | -3/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Moved from python-json to python-simplejson. | Hubert Plociniczak | 2008-11-20 | 3 | -3/+4 | |
| | * | | | | | | | merge bug19871 into default | Matthias Radestock | 2008-12-02 | 7 | -1/+112 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | fix typo | Matthias Radestock | 2008-12-02 | 1 | -1/+1 | |
| | | * | | | | | | | don't mention mnesia | Matthias Radestock | 2008-12-02 | 1 | -4/+2 | |
| | | * | | | | | | | Merged default | Simon MacMullen | 2008-12-01 | 19 | -52/+569 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Run schema check as part of tests to help coverage check. | Simon MacMullen | 2008-12-01 | 1 | -0/+2 | |
| | | * | | | | | | | | Invert the case of all this - check that the schema is current rather | Simon MacMullen | 2008-12-01 | 4 | -12/+11 | |
| | | * | | | | | | | | Update the message shown on upgrade. | Simon MacMullen | 2008-12-01 | 1 | -4/+3 | |
| | | * | | | | | | | | Change mnesia check target name | Simon MacMullen | 2008-12-01 | 1 | -1/+1 | |
| | | * | | | | | | | | Add some debconf questions so that an upgrade stands a chance of not | Simon MacMullen | 2008-11-27 | 3 | -1/+42 | |
| | | * | | | | | | | | Install the script. Note that shell uses "0" for true and "1" for | Simon MacMullen | 2008-11-27 | 2 | -1/+2 | |
| | | * | | | | | | | | Merge bug19860 | Simon MacMullen | 2008-11-27 | 4 | -7/+10 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | It's nicer if update_needed is just a function, not something that | Simon MacMullen | 2008-11-27 | 2 | -7/+8 | |
| | | * | | | | | | | | | Create rabbitmq-mnesia-update-needed script | Simon MacMullen | 2008-11-27 | 3 | -0/+70 | |
| * | | | | | | | | | | | 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 | |
