summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-288-68/+175
|\
| * Merge bug21922 into default.Simon MacMullen2010-07-284-42/+136
| |\
| | * Only start the expiry timer if no consumers, and only reset on ch_down, cance...Matthew Sackman2010-07-281-13/+19
| | * Renaming and minor refactorMatthew Sackman2010-07-281-13/+11
| | * Minor refactoringsMatthew Sackman2010-07-273-28/+20
| | * Merging default into bug 21922Matthew Sackman2010-07-2716-7/+5701
| | |\
| | * | cosmeticMatthias Radestock2010-07-271-1/+2
| | * | Merging default into bug 21922Matthew Sackman2010-07-216-15/+11
| | |\ \
| | * | | Move logic for validating arguments to queue declaration out of the initialis...Matthew Sackman2010-07-213-32/+40
| | * | | Refactorings in observation of commonality between queues and exchange arg eq...Matthew Sackman2010-07-204-36/+37
| | * | | cosmeticsMatthew Sackman2010-07-202-20/+17
| | * | | All sorts of improvements to the queue lease code - simplifications and remov...Matthew Sackman2010-07-193-59/+29
| | * | | Initial commit of Ask's workAsk Solem2010-07-193-22/+143
| * | | | issue correct error for basic.ack with unknown delivery tagMatthias Radestock2010-07-281-1/+1
| * | | | Merge bug23019 into default (Index directories have too long names)David Wragg2010-07-273-12/+15
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | md5sum the queue index directory. Also detect and crash if a collision occursMatthew Sackman2010-07-263-12/+15
| * | | | remove superfluous warningMatthias Radestock2010-07-271-2/+0
| |/ / /
| * | | selectively receive more messages during testsAlexandru Scvortov2010-07-261-0/+10
* | | | 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-264-31/+59
* | | | 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-2612-3/+5679
|\ \ \ \ | |/ / /
| * | | merge bug21673 into defaultMatthias Radestock2010-07-2210-0/+5658
| |\ \ \
| | * | | replace use of dict with orddict for per-msg_store partitionsMatthias Radestock2010-07-221-17/+18
| | * | | merge default into bug21673Matthias Radestock2010-07-221-2/+9
| | |\ \ \
| | * | | | refactor: extract rates into separate part of vq stateMatthias Radestock2010-07-221-43/+45
| | * | | | use the new BQ:stop/0 function in testsMatthias Radestock2010-07-211-3/+3
| | * | | | rabbit_amqqueue:stop already stops the msg_storeMatthias Radestock2010-07-211-1/+0
| | * | | | merge default into bug21673Matthias Radestock2010-07-2110-18/+26
| | |\ \ \ \
| | * | | | | cosmeticMatthias Radestock2010-07-211-5/+6
| | * | | | | cosmeticMatthias Radestock2010-07-211-1/+1
| | * | | | | more vq test refactoringMatthias Radestock2010-07-201-32/+34
| | * | | | | vq test refactoringMatthias Radestock2010-07-201-40/+40
| | * | | | | remove superfluous testMatthias Radestock2010-07-201-9/+1
| | * | | | | made one of the vq tests a little less obscureMatthias Radestock2010-07-201-35/+32
| | * | | | | cosmeticMatthias Radestock2010-07-191-14/+13
| | * | | | | cosmeticMatthias Radestock2010-07-191-31/+31
| | * | | | | minor refactoring of vq testsMatthias Radestock2010-07-191-34/+30
| | * | | | | simplify qi testsMatthias Radestock2010-07-191-50/+52