summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Standardise on "stats" rather than "statistics" since we were getting rather ...Simon MacMullen2010-07-203-24/+24
| | * | | | | Store both channel-exchange stats and channel-queue stats in the same format.Simon MacMullen2010-07-201-13/+15
| | * | | | | Missed out arguments in binding_created.Simon MacMullen2010-07-191-1/+2
| | * | | | | Lifecycle events for queues, exchanges and bindings.Simon MacMullen2010-07-192-3/+23
| | * | | | | The channel has a few statistics / state of its own too.Simon MacMullen2010-07-191-8/+11
| | * | | | | Use list comprehensions to build the stats proplists.Simon MacMullen2010-07-193-43/+25
| | * | | | | Switch to using proplists rather than records for events.Simon MacMullen2010-07-195-66/+49
| | * | | | | Make channel monitor queues for which it is gathering statistics, and remove ...Simon MacMullen2010-07-191-1/+10
| | * | | | | That's not needed.Simon MacMullen2010-07-191-2/+0
| | * | | | | Emit events for connection and channel statistics and creation / deletion.Simon MacMullen2010-07-194-20/+138
| | * | | | | cosmeticsSimon MacMullen2010-07-161-7/+7
| | * | | | | Use timer:now_diff, don't double-wrap.Simon MacMullen2010-07-161-16/+14
| | * | | | | q_pid -> qpidSimon MacMullen2010-07-162-2/+2
| | * | | | | Get queues to emit events for statistics.Simon MacMullen2010-07-164-4/+82
| * | | | | | Merging bug 23022 onto defaultMatthew Sackman2010-08-028-39/+74
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | added connection_exit() and channel_exit() to relevant function specsAlexandru Scvortov2010-07-308-39/+74
* | | | | | | moved option parser to rabbit_miscAlexandru Scvortov2010-08-033-46/+45
* | | | | | | added option parser testsAlexandru Scvortov2010-08-032-1/+35
* | | | | | | updated tests to use the new rabbit_control:action/5Alexandru Scvortov2010-08-031-22/+36
* | | | | | | updated docsAlexandru Scvortov2010-08-031-3/+0
* | | | | | | treat no-arguments-given as a special case; refactored opt parserAlexandru Scvortov2010-08-032-14/+16
* | | | | | | homemade opt parserAlexandru Scvortov2010-08-021-76/+100
* | | | | | | merged default into bug22964Alexandru Scvortov2010-08-0252-521/+6627
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 0-8 protocol header fix (bug23040)Michael Bridgen2010-08-021-1/+10
| |\ \ \ \ \ \
| | * | | | | | The crazy protocol header is the 0-8 spec's fault; adjust comment to not impu...Michael Bridgen2010-08-021-2/+7
| | * | | | | | Work around broken py-amqplib handshakingSimon MacMullen2010-08-021-0/+4
| * | | | | | | merge headsMatthias Radestock2010-08-021-56/+60
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | * | | | | merge bug23034 into defaultAlexandru Scvortov2010-07-301-56/+60
| | |\ \ \ \ \
| | | * | | | | tweaks to heartbeaterMatthias Radestock2010-07-301-56/+60
| | |/ / / / /
| * | | | | | cosmeticMatthias Radestock2010-08-021-2/+1
| * | | | | | Merge bug14647Michael Bridgen2010-08-023-1/+31
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge default to get json filename changesMichael Bridgen2010-08-0124-358/+510
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | merge bug22886 into defaultMatthias Radestock2010-07-301-18/+15
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ merge default into bug22886Matthias Radestock2010-07-3052-499/+6634
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge amqp_0_9_1 into defaultSimon MacMullen2010-07-300-0/+0
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge default into amqp_0_9_1Simon MacMullen2010-07-3038-198/+6197
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | merge bug22889 into defaultMatthias Radestock2010-07-3016-248/+286
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge default into bug22889.Simon MacMullen2010-07-3038-198/+6197
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merging bug 23032 onto defaultMatthew Sackman2010-07-306-36/+32
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | consistently return {ok, Pid} from start_{link} functionsMatthias Radestock2010-07-296-36/+32
| |/ / / / / / / / /
| * | | | | | | | | merge bug21396 into defaultMatthias Radestock2010-07-293-18/+189
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | simplifying refactorMatthias Radestock2010-07-291-16/+14
| | * | | | | | | | | remove unnecessary exportMatthias Radestock2010-07-291-1/+1
| | * | | | | | | | | Extend test coverage of delayed restart to simple case and fix exposed bugMatthew Sackman2010-07-292-9/+22
| | * | | | | | | | | reduce time taken by testsMatthias Radestock2010-07-291-4/+4
| | * | | | | | | | | Added test for delayed restart in supervisor2Matthew Sackman2010-07-272-0/+87
| | * | | | | | | | | Merging default into bug 21396Matthew Sackman2010-07-2722-26/+5814
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Merge the timed/delayed restart code originally from supervisor3 in shovel in...Matthew Sackman2010-07-201-18/+91
| * | | | | | | | | | | Merging bug 22973 onto defaultMatthew Sackman2010-07-295-52/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | application:get_env/2 -> application:get_env/1Alexandru Scvortov2010-07-191-1/+1