Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge default into bug21387. | Simon MacMullen | 2010-08-02 | 1 | -0/+7 |
|\ | |||||
| * | Get queues to emit events for statistics. | Simon MacMullen | 2010-07-16 | 1 | -0/+7 |
* | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 1 | -7/+9 |
|\ \ | |/ | |||||
| * | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -5/+6 |
| * | {'ok' | error(...)} -> rabbit_types:ok_or_error(...) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
| * | {error, A} -> rabbit_types:error(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
| * | moved common types rabbit_types; move net types to rabbit_networking | Alexandru Scvortov | 2010-07-06 | 1 | -53/+1 |
| * | moved export_types to inside ifdefs | Alexandru Scvortov | 2010-07-05 | 1 | -5/+5 |
| * | cleanup | Alexandru Scvortov | 2010-07-05 | 1 | -2/+1 |
| * | improved types | Alexandru Scvortov | 2010-07-02 | 1 | -5/+2 |
| * | better types | Alexandru Scvortov | 2010-07-02 | 1 | -4/+3 |
| * | because inet doesn't export all its types | Alexandru Scvortov | 2010-07-02 | 1 | -1/+3 |
| * | better types | Alexandru Scvortov | 2010-07-02 | 1 | -5/+5 |
| * | moved most hard-coded types from rabbit_framing | Alexandru Scvortov | 2010-07-02 | 1 | -1/+3 |
| * | fixed compile errors | Alexandru Scvortov | 2010-07-02 | 1 | -2/+0 |
| * | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrl | Alexandru Scvortov | 2010-07-02 | 1 | -19/+8 |
| * | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -1/+68 |
| * | updated file-related specs | Alexandru Scvortov | 2010-07-01 | 1 | -1/+1 |
* | | Don't pull protocol version from the JSON. | Simon MacMullen | 2010-06-24 | 1 | -2/+2 |
|/ | |||||
* | moved common spec to rabbit.hrl; rewrote status codebug22597 | Alexandru Scvortov | 2010-06-11 | 1 | -1/+0 |
* | fixed crash when rabbit:status/0 called after rabbit was stopped | Alexandru Scvortov | 2010-06-10 | 1 | -1/+1 |
* | Start bug22597 again. | Simon MacMullen | 2010-06-08 | 1 | -1/+2 |
* | Warn, rather than die, on not-found module in boot step constructionbug22763 | Tony Garnock-Jones | 2010-05-15 | 1 | -1/+13 |
* | Merging bug 19844 onto default | Matthew Sackman | 2010-05-05 | 1 | -4/+4 |
|\ | |||||
| * | Merging default into bug 19844 | Matthew Sackman | 2010-04-27 | 1 | -4/+4 |
| |\ | |||||
| | * | Merging default into bug19844 | Matthew Sackman | 2010-04-26 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Remove delegate_sup_sup, make delegates restartable on error. | Simon MacMullen | 2010-04-22 | 1 | -1/+1 |
| | | * | Merging default into bug 19844 (debitrotting) | Matthew Sackman | 2010-04-21 | 1 | -19/+24 |
| | | |\ | |||||
| | | * | | Reimplement rabbit_router in terms of delegate. | Simon MacMullen | 2010-03-18 | 1 | -7/+0 |
| | | * | | Generic delegate mechanism, similar to what the router did before. | Simon MacMullen | 2010-03-17 | 1 | -0/+8 |
* | | | | | cherry-pick file_handle_cache from bug21673 | Matthias Radestock | 2010-04-30 | 1 | -0/+6 |
* | | | | | merge default into bug22616 | Matthias Radestock | 2010-04-30 | 1 | -0/+7 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | merge default into bug22616 | Matthias Radestock | 2010-04-27 | 1 | -18/+20 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | fix typo | Matthias Radestock | 2010-04-26 | 1 | -1/+1 |
| * | | | | | merge default into bug22616 | Matthias Radestock | 2010-04-26 | 1 | -0/+7 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | add memory_monitor | Matthias Radestock | 2010-04-16 | 1 | -0/+7 |
| | | |_|/ | | |/| | | |||||
* | | | | | bug22637 merged into default (erlang version check on start of the application) | Marek Majkowski | 2010-04-30 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Apparently, we're not allowed to clutter the bunny. Hence added it to the set...bug22264 | Matthew Sackman | 2010-04-29 | 1 | -7/+6 |
| * | | | | | Display the erts version in the bottom right of the Rabbit banner | Matthew Sackman | 2010-04-29 | 1 | -3/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Modify version_compare so that eg 5.0 is eq 5. On application start, check th...bug22637 | Matthew Sackman | 2010-04-29 | 1 | -6/+18 |
|/ / / / | |||||
* | | | | Sanitise boot steps somewhat - a couple of steps had no 'enables' clause, mea... | Matthew Sackman | 2010-04-27 | 1 | -12/+18 |
* | | | | turn queue recovery upside down | Matthias Radestock | 2010-04-27 | 1 | -6/+2 |
|/ / / | |||||
* | | | remove legacy serial seedingbug22646 | Matthias Radestock | 2010-04-24 | 1 | -7/+7 |
|/ / | |||||
* | | combine queue sup startup and recovery | Matthias Radestock | 2010-04-12 | 1 | -13/+7 |
* | | Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn thr... | Matthew Sackman | 2010-03-23 | 1 | -5/+17 |
|/ | |||||
* | Merging bug 22454 into bug 22456 | Matthew Sackman | 2010-03-08 | 1 | -4/+4 |
|\ | |||||
| * | Reworked the supervision heirarchy againbug22454 | Matthew Sackman | 2010-03-08 | 1 | -4/+4 |
* | | Extended all timeouts | Matthew Sackman | 2010-03-08 | 1 | -9/+6 |
|/ | |||||
* | reworked supervisor hierarchy | Matthew Sackman | 2010-03-05 | 1 | -4/+8 |
* | merging default into bug 22169 | Matthew Sackman | 2010-02-19 | 1 | -0/+6 |
|\ |