summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | better description for rabbit_eventMatthias Radestock2010-08-041-1/+1
|/ / / / / / / /
* | | | | | | | more useful commentMatthias Radestock2010-08-041-1/+2
* | | | | | | | bug23071 into defaultMarek Majkowski2010-08-041-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use now() instead of os:timestamp() for compatibility. now() uses a per-node ...bug23071Simon MacMullen2010-08-041-1/+2
|/ / / / / / / /
* | | | | | | | Merge bug22964 into default.Simon MacMullen2010-08-040-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Cosmetics.bug22964Simon MacMullen2010-08-041-3/+3
* | | | | | | | Merge headsSimon MacMullen2010-08-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | CosmeticsSimon MacMullen2010-08-041-1/+1
* | | | | | | | | fixed broken function calls; tests passAlexandru Scvortov2010-08-041-4/+4
|/ / / / / / / /
* | | | | | | | merged default into bug22964Alexandru Scvortov2010-08-048-51/+41
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge bug23059 into default.Simon MacMullen2010-08-042-8/+6
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | make queue collector shutdown asynchronousbug23059Matthias Radestock2010-08-032-8/+6
| |/ / / / / /
| * | | | | | Correct specs of post functions from exchanges. none() is the empty set. No v...Matthew Sackman2010-08-031-2/+2
| * | | | | | Merging bug 23048 onto default (again)Matthew Sackman2010-08-030-0/+0
| |\ \ \ \ \ \
| * | | | | | | Correct missing _ prefixbug23048Matthew Sackman2010-08-031-1/+1
| * | | | | | | Merging default onto bug 23048Matthew Sackman2010-08-031-4/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merging bug 23048 onto defaultMatthew Sackman2010-08-031-4/+2
| | |\ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | updated specsAlexandru Scvortov2010-08-035-32/+26
| * | | | | | | rabbit_exchange:type_to_module/1 no longer throws protocol errorsAlexandru Scvortov2010-08-032-9/+9
| |/ / / / / /
* | | | | | | merged default into bug22964Alexandru Scvortov2010-08-0417-100/+639
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Provide a better protocol() typeMatthew Sackman2010-08-031-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Merging bug 21387 onto defaultMatthew Sackman2010-08-0210-42/+76
| |\ \ \ \ \
| | * \ \ \ \ Merging bug 23022 onto defaultMatthew Sackman2010-08-0219-290/+359
| | |\ \ \ \ \
| | * | | | | | added connection_exit() and channel_exit() to relevant function specsbug23022Alexandru Scvortov2010-07-308-39/+74
| | | |_|/ / / | | |/| | | |
| * | | | | | Corrections to specs and export suitable event specsbug21387Matthew Sackman2010-08-021-4/+21
| * | | | | | Attempt to improve specs.Simon MacMullen2010-08-021-6/+16
| * | | | | | Merge default into bug21387.Simon MacMullen2010-08-0211-60/+538
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Re-abstract the stats timer thing in reader.Simon MacMullen2010-07-302-13/+27
| | * | | | | Add an attempt at specs. The second part of the state type should not be an a...Simon MacMullen2010-07-291-0/+8
| | * | | | | Fix warning.Simon MacMullen2010-07-291-1/+1
| | * | | | | Revert reader changes in 1451c9523971 sicne they force us to start / stop a t...Simon MacMullen2010-07-291-19/+14
| | * | | | | Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping whe...Simon MacMullen2010-07-294-40/+36
| | * | | | | Refactor: abstract some things into rabbit_event.Simon MacMullen2010-07-295-68/+91
| | * | | | | Construct channel creation event as a comprehension.Simon MacMullen2010-07-291-29/+28
| | * | | | | Typo.Simon MacMullen2010-07-281-1/+1
| | * | | | | Clean up tests a bit, avoid the retry count and sleeping.Simon MacMullen2010-07-282-18/+21
| | * | | | | Don't need retries the first time through.Simon MacMullen2010-07-281-1/+1
| | * | | | | Merge default into bug21387Simon MacMullen2010-07-2811-42/+482
| | |\ \ \ \ \
| | | * | | | | cosmeticsMatthew Sackman2010-07-271-3/+0
| | | * | | | | Rename these to avoid name clashes in the management plugin.Simon MacMullen2010-07-271-3/+3
| | | * | | | | Oops, don't turn into a timer bomb.Simon MacMullen2010-07-262-2/+2
| | | * | | | | Send a stats event as soon as you wake up.Simon MacMullen2010-07-262-0/+2
| | | * | | | | Use apply_interval rather than apply_after, cosmetics.Simon MacMullen2010-07-263-12/+9
| | | * | | | | Make statistics collection into an application parameter, switched off by def...Simon MacMullen2010-07-265-32/+61
| | | * | | | | Tweak priorities a bit.Simon MacMullen2010-07-262-3/+3
| | | * | | | | Revert to the prior, process dictionary-based way of storing statistics.Simon MacMullen2010-07-261-52/+38
| | | * | | | | Merging default into bug 21387Matthew Sackman2010-07-2610-40/+467
| | | |\ \ \ \ \
| | | | * | | | | Base the connection_created event on the updated state; needed to get vhost n...Simon MacMullen2010-07-231-3/+4
| | | | * | | | | Allow the complete test suite to run.Simon MacMullen2010-07-221-3/+10
| | | | * | | | | Unit test, and fix a bug found by the test.Simon MacMullen2010-07-223-7/+162