| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix typo | Matthias Radestock | 2008-12-02 | 1 | -1/+1 |
| * | Merged default | Simon MacMullen | 2008-12-01 | 10 | -39/+222 |
| |\ | |||||
| | * | merge bug19852 into default | Matthias Radestock | 2008-11-28 | 2 | -25/+195 |
| | |\ | |||||
| | | * | 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 |
| | | * | 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 | 1 | -7/+10 |
| | | * | | 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 bug19713 into default | Hubert Plociniczak | 2008-11-27 | 1 | -2/+3 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | work around missing sasl_report_file_h:code_change/3 | Matthias Radestock | 2008-11-24 | 1 | -2/+3 |
| | | |/ / | |||||
| | * | | | Merge bug19792 into default | Hubert Plociniczak | 2008-11-27 | 6 | -11/+11 |
| | |\ \ \ | |||||
| | | * | | | rename node() type to erlang_node() | Matthias Radestock | 2008-11-21 | 6 | -11/+11 |
| * | | | | | 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 | 1 | -8/+7 |
| * | | | | | It's nicer if update_needed is just a function, not something that | Simon MacMullen | 2008-11-27 | 1 | -5/+6 |
| * | | | | | Create rabbitmq-mnesia-update-needed script | Simon MacMullen | 2008-11-27 | 1 | -0/+18 |
| |/ / / / | |||||
| * | | | | merge bug19826 into default | Matthias Radestock | 2008-11-26 | 2 | -65/+75 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Fix rabbitmqctl output formatting | Emile Joubert | 2008-11-26 | 1 | -2/+2 |
| | * | | | Update tests, now using rabbit_control:action/4 | Emile Joubert | 2008-11-25 | 1 | -1/+1 |
| | * | | | Tidy usage docs and parameter parsing | Emile Joubert | 2008-11-24 | 1 | -5/+5 |
| | * | | | Add rabbitmqctl "quiet" mode | Emile Joubert | 2008-11-23 | 1 | -62/+72 |
| | |/ / | |||||
| * | | | merge bug19790 into default | Tony Garnock-Jones | 2008-11-25 | 1 | -2/+17 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | react to memory threshold breaches present at startup | Matthias Radestock | 2008-11-13 | 1 | -2/+17 |
| * | | | use inet:getstat instead of prim_inet:getstat | Matthias Radestock | 2008-11-24 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | work around OTP-7025 | Matthias Radestock | 2008-11-19 | 1 | -2/+10 |
| * | | don't use gen_server hibernate feature | Matthias Radestock | 2008-11-14 | 1 | -1/+3 |
| |/ | |||||
| * | merge bug18776 into default | Tony Garnock-Jones | 2008-11-06 | 5 | -293/+256 |
| |\ | |||||
| | * | Merged default into 18776 | Ben Hood | 2008-11-03 | 10 | -92/+311 |
| | |\ | |||||
