summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | introduce a noop process at the head of rabbit_sup's children,Tim Watson2012-11-082-29/+51
* | | | tweakbug24915Matthias Radestock2012-11-131-25/+15
* | | | Don't hibernate, GC self instead.Simon MacMullen2012-11-121-6/+3
* | | | Start background_gc earlierSimon MacMullen2012-11-121-1/+1
* | | | Remove define, change message, silence dialyser.Simon MacMullen2012-11-121-4/+3
* | | | SpecsSimon MacMullen2012-11-121-0/+9
* | | | cast not call.Simon MacMullen2012-11-122-10/+9
* | | | Use background_gc when the memory alarm goes off.Simon MacMullen2012-11-122-2/+9
* | | | Decrease geometrically as well.Simon MacMullen2012-11-121-1/+2
* | | | Profiling suggests that garbage_collect/1 is in fact far cheaper than process...Simon MacMullen2012-11-121-12/+5
* | | | Only GC idle (waiting) processes. Filter tiny processes from the list (to mak...Simon MacMullen2012-11-121-8/+10
* | | | Background GC.Simon MacMullen2012-11-123-0/+105
| |/ / |/| |
* | | Merge bug25260Simon MacMullen2012-11-084-17/+40
|\ \ \
| * \ \ merge default into bug25260bug25260Matthias Radestock2012-11-081-6/+6
| |\ \ \ | |/ / / |/| | |
* | | | cosmeticMatthias Radestock2012-11-071-7/+7
* | | | merge bug25260 into defaultMatthias Radestock2012-11-071-2/+2
|\ \ \ \ | |_|/ / |/| | |
| | * | fix testsMatthias Radestock2012-11-081-1/+1
| | * | pass q records instead of names between recovery phasesMatthias Radestock2012-11-082-9/+10
| | * | defer final phase of queue recoveryMatthias Radestock2012-11-083-15/+37
| |/ /
| * | Apply TTL after DLX, during recovery we want to have a working DLX when messa...Simon MacMullen2012-11-071-2/+2
|/ /
* | inlineMatthias Radestock2012-11-071-3/+5
* | remove cruftMatthias Radestock2012-11-061-12/+0
* | merge bug25277 into defaultMatthias Radestock2012-11-065-26/+62
|\ \
| * \ merge bug19376 into defaultMatthias Radestock2012-11-065-26/+62
| |\ \
| | * | 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
* | | | | | propagate resultbug25277Matthias Radestock2012-11-061-1/+1