summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* remove the mnesia dir check from rabbit:prepare()Simon MacMullen2010-08-271-2/+1
* get rid of hook mechanismMatthias Radestock2010-08-251-6/+0
* hide rabbit_event initialisation detailsMatthias Radestock2010-08-041-1/+1
* better description for rabbit_eventMatthias Radestock2010-08-041-1/+1
* Merge default into bug21387.Simon MacMullen2010-08-021-2/+2
|\
| * Merge default into bug22889Simon MacMullen2010-07-091-7/+9
| |\
| * | Don't pull protocol version from the JSON.Simon MacMullen2010-06-241-2/+2
* | | Get queues to emit events for statistics.Simon MacMullen2010-07-161-0/+7
| |/ |/|
* | 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
|/
* moved common spec to rabbit.hrl; rewrote status codeAlexandru 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 constructionTony Garnock-Jones2010-05-151-1/+13
* Merging bug 19844 onto defaultMatthew Sackman2010-05-051-4/+4
|\
| * Merging default into bug 19844Matthew Sackman2010-04-271-18/+20
| |\
| * \ Merging default into bug19844Matthew Sackman2010-04-261-7/+7
| |\ \
| * | | Remove delegate_sup_sup, make delegates restartable on error.Simon MacMullen2010-04-221-1/+1
| * | | Merging default into bug 19844 (debitrotting)Matthew Sackman2010-04-211-19/+24
| |\ \ \
| * | | | Reimplement rabbit_router in terms of delegate.Simon MacMullen2010-03-181-7/+0
| * | | | Generic delegate mechanism, similar to what the router did before.Simon MacMullen2010-03-171-0/+8
* | | | | cherry-pick file_handle_cache from bug21673Matthias Radestock2010-04-301-0/+6
* | | | | merge default into bug22616Matthias Radestock2010-04-301-8/+21
|\ \ \ \ \
| * \ \ \ \ bug22637 merged into default (erlang version check on start of the application)Marek Majkowski2010-04-301-6/+18
| |\ \ \ \ \
| | * | | | | Modify version_compare so that eg 5.0 is eq 5. On application start, check th...Matthew Sackman2010-04-291-6/+18
| | | |_|_|/ | | |/| | |
| * | | | | Apparently, we're not allowed to clutter the bunny. Hence added it to the set...Matthew Sackman2010-04-291-7/+6
| * | | | | Display the erts version in the bottom right of the Rabbit bannerMatthew Sackman2010-04-291-3/+5
| |/ / / /
* | | | | merge default into bug22616Matthias Radestock2010-04-271-18/+20
|\ \ \ \ \ | |/ / / /
| * | | | Sanitise boot steps somewhat - a couple of steps had no 'enables' clause, mea...Matthew Sackman2010-04-271-12/+18
| * | | | turn queue recovery upside downMatthias Radestock2010-04-271-6/+2
| | |_|/ | |/| |
* | | | fix typoMatthias Radestock2010-04-261-1/+1
* | | | merge default into bug22616Matthias Radestock2010-04-261-7/+7
|\ \ \ \ | |/ / /
| * | | remove legacy serial seedingMatthias Radestock2010-04-241-7/+7
| | |/ | |/|
* | | add memory_monitorMatthias Radestock2010-04-161-0/+7
|/ /
* | combine queue sup startup and recoveryMatthias Radestock2010-04-121-13/+7
* | Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn thr...Matthew Sackman2010-03-231-5/+17
|/
* Merging bug 22454 into bug 22456Matthew Sackman2010-03-081-4/+4
|\