summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* Split rabbit_access_control up. Functions that are facades onto the auth back...Simon MacMullen2010-12-211-7/+7
* Merge from default.bug23467Simon MacMullen2010-12-131-3/+3
|\
| * Merged default into bug23467Simon MacMullen2010-11-191-41/+40
| |\
| * \ Merged from defaultSimon MacMullen2010-11-161-58/+29
| |\ \
| * | | Strip out the plugin-disabling mechanismSimon MacMullen2010-11-101-6/+0
| * | | Add a mechanism to remove plugins from the registry. The intent being that pe...Simon MacMullen2010-11-081-0/+6
| * | | rabbit_exchange_type_registry -> rabbit_registrySimon MacMullen2010-11-051-3/+3
* | | | Get rid of -import() statments.Marek Majkowski2010-12-081-6/+0
* | | | Make sure we get the stacktrace out of a boot failureMatthew Sackman2010-11-251-1/+2
| |_|/ |/| |
* | | Merge bug23498 headsSimon MacMullen2010-11-161-5/+4
|\ \ \
| * | | Replace catch with try; we want to show all kinds of boot errors in a readabl...Simon MacMullen2010-11-151-5/+4
| | |/ | |/|
* | | make build_acyclic_graph return errorsMatthias Radestock2010-11-121-36/+36
|/ /
* | trivialMatthew Sackman2010-10-271-3/+2
* | Even more beautifulMatthew Sackman2010-10-271-6/+7
* | Abstract graph constructionMatthew Sackman2010-10-261-61/+29
* | Rename variableSimon MacMullen2010-10-251-2/+2
* | Simplify the module attribute required, log a bit more.Simon MacMullen2010-10-181-4/+4
* | DAG for upgrade steps.Simon MacMullen2010-10-151-8/+11
|/
* Finish adding is_admin boolean to user.Simon MacMullen2010-09-071-1/+1
* Tube strike WIP WFH commit.Simon MacMullen2010-09-061-0/+5
* remove the mnesia dir check from rabbit:prepare()Simon MacMullen2010-08-271-2/+1
* get rid of hook mechanismbug23106Matthias Radestock2010-08-251-6/+0
* hide rabbit_event initialisation detailsbug23077Matthias Radestock2010-08-041-1/+1
* better description for rabbit_eventMatthias Radestock2010-08-041-1/+1
* Merge default into bug21387.Simon MacMullen2010-08-021-0/+7
|\
| * Get queues to emit events for statistics.Simon MacMullen2010-07-161-0/+7
* | Merge default into bug22889Simon MacMullen2010-07-091-7/+9
|\ \ | |/
| * cleanupAlexandru Scvortov2010-07-061-5/+6
| * {'ok' | error(...)} -> rabbit_types:ok_or_error(...)Alexandru Scvortov2010-07-061-1/+1
| * {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
| * moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-53/+1
| * moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-5/+5
| * cleanupAlexandru Scvortov2010-07-051-2/+1
| * improved typesAlexandru Scvortov2010-07-021-5/+2
| * better typesAlexandru Scvortov2010-07-021-4/+3
| * because inet doesn't export all its typesAlexandru Scvortov2010-07-021-1/+3
| * better typesAlexandru Scvortov2010-07-021-5/+5
| * moved most hard-coded types from rabbit_framingAlexandru Scvortov2010-07-021-1/+3
| * fixed compile errorsAlexandru Scvortov2010-07-021-2/+0
| * redistributed all types from rabbit_framing_spec.hrl and rabbit.hrlAlexandru Scvortov2010-07-021-19/+8
| * partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-1/+68
| * updated file-related specsAlexandru Scvortov2010-07-011-1/+1
* | Don't pull protocol version from the JSON.Simon MacMullen2010-06-241-2/+2
|/
* moved common spec to rabbit.hrl; rewrote status codebug22597Alexandru Scvortov2010-06-111-1/+0
* fixed crash when rabbit:status/0 called after rabbit was stoppedAlexandru Scvortov2010-06-101-1/+1
* Start bug22597 again.Simon MacMullen2010-06-081-1/+2
* Warn, rather than die, on not-found module in boot step constructionbug22763Tony Garnock-Jones2010-05-151-1/+13
* Merging bug 19844 onto defaultMatthew Sackman2010-05-051-4/+4
|\
| * Merging default into bug 19844Matthew Sackman2010-04-271-4/+4
| |\
| | * Merging default into bug19844Matthew Sackman2010-04-261-4/+4
| | |\