summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * 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-0/+7
|\ \ \ \ \
| * \ \ \ \ merge default into bug22616Matthias Radestock2010-04-271-18/+20
| |\ \ \ \ \ | | |/ / / /
| * | | | | fix typoMatthias Radestock2010-04-261-1/+1
| * | | | | merge default into bug22616Matthias Radestock2010-04-261-0/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | add memory_monitorMatthias Radestock2010-04-161-0/+7
| | | |_|/ | | |/| |
* | | | | bug22637 merged into default (erlang version check on start of the application)Marek Majkowski2010-04-301-2/+3
|\ \ \ \ \
| * | | | | Apparently, we're not allowed to clutter the bunny. Hence added it to the set...bug22264Matthew Sackman2010-04-291-7/+6
| * | | | | Display the erts version in the bottom right of the Rabbit bannerMatthew Sackman2010-04-291-3/+5
| | |_|/ / | |/| | |
* | | | | Modify version_compare so that eg 5.0 is eq 5. On application start, check th...bug22637Matthew Sackman2010-04-291-6/+18
|/ / / /
* | | | 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
|/ / /
* | | remove legacy serial seedingbug22646Matthias Radestock2010-04-241-7/+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
|\
| * Reworked the supervision heirarchy againbug22454Matthew Sackman2010-03-081-4/+4
* | Extended all timeoutsMatthew Sackman2010-03-081-9/+6
|/
* reworked supervisor hierarchyMatthew Sackman2010-03-051-4/+8
* merging default into bug 22169Matthew Sackman2010-02-191-0/+6
|\