summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ensure TTL conditionallyEmile Joubert2012-12-171-4/+8
|
* ShortcutEmile Joubert2012-12-141-13/+6
|
* Maxdepth checking with confirms and DLXEmile Joubert2012-12-141-10/+33
|
* Better maxdepth checkingEmile Joubert2012-12-141-21/+16
|
* Limit queue depthEmile Joubert2012-12-122-5/+43
| | | | Without dead-lettering yet
* merge stable into defaultMatthias Radestock2012-12-101-4/+7
|\
| * merge bug25351 into stableMatthias Radestock2012-12-101-4/+7
| |\
| | * Those catches do no really do anything.Simon MacMullen2012-12-101-2/+2
| | |
| | * Call application_master:get_child/1 more like OTP does.Simon MacMullen2012-12-101-2/+3
| | |
| | * application_controller:get_master/1 can return 'undefined'.Simon MacMullen2012-12-101-4/+6
| |/
| * Added tag rabbitmq_v3_0_1 for changeset d538aa1bb716Simon MacMullen2012-12-070-0/+0
| |
| * Remove spurious 3.0.1 changelogs.Simon MacMullen2012-12-072-9/+0
| |
| * Added tag rabbitmq_v3_0_1 for changeset 43f92e93c7d0Simon MacMullen2012-12-060-0/+0
| |
| * Package changelogs for 3.0.1.Simon MacMullen2012-12-062-0/+9
| |
* | Fix a couple of partition-related specs.Simon MacMullen2012-12-102-2/+3
| |
* | fix spec bugsMatthias Radestock2012-12-061-5/+5
| |
* | Merged stable into defaultEmile Joubert2012-12-0512-388/+607
|\ \ | |/ |/|
| * merge stable into defaultMatthias Radestock2012-12-052-3/+17
| |\
| * \ stable to defaultSimon MacMullen2012-12-0412-388/+607
| |\ \
| | * | remove pre-0-9-1 cruftMatthias Radestock2012-12-041-8/+4
| | | |
| | * | Merged bug25328Emile Joubert2012-12-046-68/+123
| | |\ \
| | | * | yet more testsMatthias Radestock2012-12-031-2/+21
| | | | |
| | | * | test moreMatthias Radestock2012-12-031-9/+13
| | | | |
| | | * | add test for vq:fetchwhileMatthias Radestock2012-12-031-11/+20
| | | | |
| | | * | WhitespaceEmile Joubert2012-12-031-1/+1
| | | | |
| | | * | merge default into bug25328Matthias Radestock2012-11-306-58/+81
| | | |\ \ | | |/ / /
| | | * | merge default into bug25328Matthias Radestock2012-11-306-58/+81
| | | |\ \
| | | | * | return to a simpler, better BQ:dropwhile, and introduce 'fetchwhile'Matthias Radestock2012-11-296-64/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...to cover the remaining required functionality, including the ability to process messages along the way, pass around an accumulator, and get hold of the IsDelivered flag (not needed in our use case but included for similarity with 'fetch').
| | * | | | unbreak qc (hopefully)Matthias Radestock2012-11-301-2/+2
| | |/ / /
| | * | | remove unused state varMatthias Radestock2012-11-301-29/+14
| | |/ / | | | | | | | | | | | | | | | | We were diligently maintaining ack_msg_id, but never actually using it for anything. And it's always been like that.
| | * | merge bug25303 into defaultMatthias Radestock2012-11-2814-274/+269
| | |\ \
| | | * \ re-merge bug25303 into defaultMatthias Radestock2012-11-2714-274/+269
| | | |\ \
| | | | * \ Merge bug25323Simon MacMullen2012-11-277-57/+40
| | | | |\ \
| | | | | * | mark all messages enqueued in the slave as 'delivered'Matthias Radestock2012-11-267-57/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which is a much better than the set_delivered logic, which we can now get rid of. In doing so it also becomes clear that having the 'delivered' flag in the #message_properties is less than ideal. It is mutable and we never bothered updating vq s.t. it sets the flag correctly. So lets get rid of it and add a parameter to bq:publish instead
| | | | * | | cosmeticMatthias Radestock2012-11-271-5/+3
| | | | | | |
| | | | * | | remove cruftMatthias Radestock2012-11-261-1/+0
| | | | | | |
| | | | * | | merge stable into defaultTim Watson2012-11-265-38/+31
| | | | |\ \ \
| | | | * \ \ \ merge bug25303 into defaultMatthias Radestock2012-11-264-9/+11
| | | | |\ \ \ \
| | | | * \ \ \ \ Merged bug25311Emile Joubert2012-11-267-61/+140
| | | | |\ \ \ \ \ | | | | | | |_|/ / | | | | | |/| | |
| | | | | * | | | merge bug25324 into defaultMatthias Radestock2012-11-241-1/+1
| | | | | |\ \ \ \
| | | | | | * | | | 'pid' is a valid INFO_KEYMatthias Radestock2012-11-241-1/+1
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | and some code, namely the clustering tests, rely on that
| | | | | * | | | merge bug25303 into defaultMatthias Radestock2012-11-235-9/+93
| | | | | |\ \ \ \
| | | | | * \ \ \ \ Merged bug25315Emile Joubert2012-11-237-151/+197
| | | | | |\ \ \ \ \
| | | | | * | | | | | propagate API changeMatthias Radestock2012-11-221-4/+4
| | | | | | | | | | |
| | | | | * | | | | | bq api tweak: don't include remaining message count in fetch/drop resultMatthias Radestock2012-11-226-47/+42
| | | | | | | | | | |
| | | | * | | | | | | don't evict messages from RAM when inserting them into pending_ackMatthias Radestock2012-11-231-10/+7
| | | | | |/ / / / / | | | | |/| | | | |
| | | | * | | | | | refactor: vq:ram_ack_index doesn't need to be a gb_treeMatthias Radestock2012-11-231-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a gb_set suffices
| | | | * | | | | | merge bug23625 into defaultMatthias Radestock2012-11-234-106/+137
| | | | |\ \ \ \ \ \
| | | | | * | | | | | ExplainSimon MacMullen2012-11-221-0/+10
| | | | | | | | | | |
| | | | | * | | | | | Don't duplicate name.Simon MacMullen2012-11-221-1/+1
| | | | | | | | | | |