Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split rabbit_access_control up. Functions that are facades onto the auth back... | Simon MacMullen | 2010-12-21 | 1 | -7/+7 |
* | Merge from default.bug23467 | Simon MacMullen | 2010-12-13 | 1 | -3/+3 |
|\ | |||||
| * | Merged default into bug23467 | Simon MacMullen | 2010-11-19 | 1 | -41/+40 |
| |\ | |||||
| * \ | Merged from default | Simon MacMullen | 2010-11-16 | 1 | -58/+29 |
| |\ \ | |||||
| * | | | Strip out the plugin-disabling mechanism | Simon MacMullen | 2010-11-10 | 1 | -6/+0 |
| * | | | Add a mechanism to remove plugins from the registry. The intent being that pe... | Simon MacMullen | 2010-11-08 | 1 | -0/+6 |
| * | | | rabbit_exchange_type_registry -> rabbit_registry | Simon MacMullen | 2010-11-05 | 1 | -3/+3 |
* | | | | Get rid of -import() statments. | Marek Majkowski | 2010-12-08 | 1 | -6/+0 |
* | | | | Make sure we get the stacktrace out of a boot failure | Matthew Sackman | 2010-11-25 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Merge bug23498 heads | Simon MacMullen | 2010-11-16 | 1 | -5/+4 |
|\ \ \ | |||||
| * | | | Replace catch with try; we want to show all kinds of boot errors in a readabl... | Simon MacMullen | 2010-11-15 | 1 | -5/+4 |
| | |/ | |/| | |||||
* | | | make build_acyclic_graph return errors | Matthias Radestock | 2010-11-12 | 1 | -36/+36 |
|/ / | |||||
* | | trivial | Matthew Sackman | 2010-10-27 | 1 | -3/+2 |
* | | Even more beautiful | Matthew Sackman | 2010-10-27 | 1 | -6/+7 |
* | | Abstract graph construction | Matthew Sackman | 2010-10-26 | 1 | -61/+29 |
* | | Rename variable | Simon MacMullen | 2010-10-25 | 1 | -2/+2 |
* | | Simplify the module attribute required, log a bit more. | Simon MacMullen | 2010-10-18 | 1 | -4/+4 |
* | | DAG for upgrade steps. | Simon MacMullen | 2010-10-15 | 1 | -8/+11 |
|/ | |||||
* | Finish adding is_admin boolean to user. | Simon MacMullen | 2010-09-07 | 1 | -1/+1 |
* | Tube strike WIP WFH commit. | Simon MacMullen | 2010-09-06 | 1 | -0/+5 |
* | remove the mnesia dir check from rabbit:prepare() | Simon MacMullen | 2010-08-27 | 1 | -2/+1 |
* | get rid of hook mechanismbug23106 | Matthias Radestock | 2010-08-25 | 1 | -6/+0 |
* | hide rabbit_event initialisation detailsbug23077 | Matthias Radestock | 2010-08-04 | 1 | -1/+1 |
* | better description for rabbit_event | Matthias Radestock | 2010-08-04 | 1 | -1/+1 |
* | 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 |
| | |\ |