summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use ~p after allbug19376Matthias Radestock2012-11-061-1/+1
* cosmeticMatthias Radestock2012-11-051-6/+3
* tweakMatthias Radestock2012-11-052-9/+8
* check_expiry_size => check_expiryTim Watson2012-11-053-8/+8
* simply >= 0 checkingTim Watson2012-11-051-3/+3
* better function names for ttl and expires checkingTim Watson2012-11-051-4/+4
* fix type specsTim Watson2012-11-051-1/+1
* refactor parse_expirationTim Watson2012-11-051-13/+12
* consistent error messages for invalid paramsTim Watson2012-11-051-1/+1
* use precondition_failed for error notificationTim Watson2012-11-051-3/+2
* Merge default into bug19376Tim Watson2012-11-015-22/+64
|\
| * revert 6982ce6874b3 => this broke ttl handling for rejects and ttl=0/immediat...Tim Watson2012-10-311-6/+2
| * if per-queue ttl is enabled, don't skip dropping expired messagesTim Watson2012-10-311-2/+6
| * messages can always 'potentially' expireTim Watson2012-10-311-4/+0
| * verify the basic.expiration >= 0Tim Watson2012-10-301-0/+2
| * merge headsFrancesco Mazzoli2012-09-171-6/+9
| |\
| | * refactor the check for the expiry out of `basic.publish'Francesco Mazzoli2012-09-171-6/+9
| * | TypoSimon MacMullen2012-09-171-1/+1
| |/
| * simplify and handle missing 'same ttl' case(!)Matthias Radestock2012-09-151-8/+3
| * merge defaultFrancesco Mazzoli2012-09-145-19/+65
| |\
| | * pick the lowest between the message and queue TTLFrancesco Mazzoli2012-09-121-3/+5
| | * a bit more informative errorFrancesco Mazzoli2012-09-081-1/+1
| | * check validity of the expiration in basic.publishFrancesco Mazzoli2012-09-083-15/+29
| | * binary, not stringFrancesco Mazzoli2012-09-071-1/+1
| | * per-message ttl, based on the `expiration' propertyFrancesco Mazzoli2012-09-071-6/+23
* | | Merge bug25164Simon MacMullen2012-11-016-55/+98
|\ \ \
| * | | refactor: s/lookup_absent/not_found_or_absentbug25164Matthias Radestock2012-10-312-21/+17
| * | | merge default into bug25164Matthias Radestock2012-10-316-55/+102
| |\ \ \ |/ / / /
| * | | merge default into bug25164Matthias Radestock2012-10-245-52/+98
| |\ \ \
| | * | | better error messages for 'absent' queues in binding commandsMatthias Radestock2012-10-243-24/+45
| | * | | better error messages for 'absent' queues in various commandsMatthias Radestock2012-10-243-25/+41
| | * | | better error messages for 'absent' queues on declarationMatthias Radestock2012-10-243-18/+27
* | | | | HA optimisation: don't broadcast 'drop' when nothing has been droppedMatthias Radestock2012-10-311-1/+4
* | | | | fix R12B-3 build breakageMatthias Radestock2012-10-301-3/+3
* | | | | merge bug25258 into defaultMatthias Radestock2012-10-294-11/+116
|\ \ \ \ \
| * \ \ \ \ merge headsMatthias Radestock2012-10-291-58/+45
| |\ \ \ \ \
| * \ \ \ \ \ Merge headsSimon MacMullen2012-10-294-11/+116
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge bug25244Simon MacMullen2012-10-294-11/+116
| | |\ \ \ \ \ \
| | | * | | | | | An extensive list of transformations lead me here. I think this is more reada...bug25244Simon MacMullen2012-10-291-58/+46
| | | * | | | | | Rearrange args to put the big structure we're working with at the end; more O...Simon MacMullen2012-10-291-10/+10
| | | * | | | | | Refactor a bitSimon MacMullen2012-10-291-17/+12
| | | * | | | | | make basic tests fit into rabbit_tests a bit more cleanlyTim Watson2012-10-291-74/+76
| | | * | | | | | refactorTim Watson2012-10-291-15/+15
| | | * | | | | | migrate rabbit_basic tests to rabbit_testsTim Watson2012-10-292-111/+84
| | | * | | | | | fix specTim Watson2012-10-251-1/+1
| | | * | | | | | merge defaultTim Watson2012-10-255-10/+157
| | | |\ \ \ \ \ \
| | | | * | | | | | accumulate invalid headers carefully, considering even misconfigured x-invali...Tim Watson2012-10-252-9/+76
| | | | * | | | | | we do not 'append' to the listTim Watson2012-10-252-6/+6
| | | | * | | | | | test for correct prepending of table headersTim Watson2012-10-251-5/+25
| | | | * | | | | | move invalid headers into a special 'invalid headers table' headerTim Watson2012-10-254-4/+64