| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove define, change message, silence dialyser. | Simon MacMullen | 2012-11-12 | 1 | -4/+3 |
| * | Specs | Simon MacMullen | 2012-11-12 | 1 | -0/+9 |
| * | cast not call. | Simon MacMullen | 2012-11-12 | 2 | -10/+9 |
| * | Use background_gc when the memory alarm goes off. | Simon MacMullen | 2012-11-12 | 2 | -2/+9 |
| * | Decrease geometrically as well. | Simon MacMullen | 2012-11-12 | 1 | -1/+2 |
| * | Profiling suggests that garbage_collect/1 is in fact far cheaper than process... | Simon MacMullen | 2012-11-12 | 1 | -12/+5 |
| * | Only GC idle (waiting) processes. Filter tiny processes from the list (to mak... | Simon MacMullen | 2012-11-12 | 1 | -8/+10 |
| * | Background GC. | Simon MacMullen | 2012-11-12 | 3 | -0/+105 |
| * | merge default into bug25260 | Matthias Radestock | 2012-11-08 | 1 | -6/+6 |
| |\ | |||||
| | * | cosmetic | Matthias Radestock | 2012-11-07 | 1 | -7/+7 |
| * | | fix tests | Matthias Radestock | 2012-11-08 | 1 | -1/+1 |
| * | | pass q records instead of names between recovery phases | Matthias Radestock | 2012-11-08 | 2 | -9/+10 |
| * | | defer final phase of queue recovery | Matthias Radestock | 2012-11-08 | 3 | -15/+37 |
| |/ | |||||
| * | Apply TTL after DLX, during recovery we want to have a working DLX when messa... | Simon MacMullen | 2012-11-07 | 1 | -2/+2 |
| * | inline | Matthias Radestock | 2012-11-07 | 1 | -3/+5 |
| * | remove cruft | Matthias Radestock | 2012-11-06 | 1 | -12/+0 |
| * | merge bug25277 into default | Matthias Radestock | 2012-11-06 | 5 | -26/+62 |
| |\ | |||||
| | * | merge bug19376 into default | Matthias Radestock | 2012-11-06 | 5 | -26/+62 |
| | |\ | |||||
| | | * | use ~p after all | Matthias Radestock | 2012-11-06 | 1 | -1/+1 |
| | | * | cosmetic | Matthias Radestock | 2012-11-05 | 1 | -6/+3 |
| | | * | tweak | Matthias Radestock | 2012-11-05 | 2 | -9/+8 |
| | | * | check_expiry_size => check_expiry | Tim Watson | 2012-11-05 | 3 | -8/+8 |
| | | * | simply >= 0 checking | Tim Watson | 2012-11-05 | 1 | -3/+3 |
| | | * | better function names for ttl and expires checking | Tim Watson | 2012-11-05 | 1 | -4/+4 |
| | | * | fix type specs | Tim Watson | 2012-11-05 | 1 | -1/+1 |
| | | * | refactor parse_expiration | Tim Watson | 2012-11-05 | 1 | -13/+12 |
| | | * | consistent error messages for invalid params | Tim Watson | 2012-11-05 | 1 | -1/+1 |
| | | * | use precondition_failed for error notification | Tim Watson | 2012-11-05 | 1 | -3/+2 |
| | | * | Merge default into bug19376 | Tim Watson | 2012-11-01 | 5 | -22/+64 |
| | | |\ | |||||
| | | | * | revert 6982ce6874b3 => this broke ttl handling for rejects and ttl=0/immediat... | Tim Watson | 2012-10-31 | 1 | -6/+2 |
| | | | * | if per-queue ttl is enabled, don't skip dropping expired messages | Tim Watson | 2012-10-31 | 1 | -2/+6 |
| | | | * | messages can always 'potentially' expire | Tim Watson | 2012-10-31 | 1 | -4/+0 |
| | | | * | verify the basic.expiration >= 0 | Tim Watson | 2012-10-30 | 1 | -0/+2 |
| | | | * | merge heads | Francesco Mazzoli | 2012-09-17 | 1 | -6/+9 |
| | | | |\ | |||||
| | | | | * | refactor the check for the expiry out of `basic.publish' | Francesco Mazzoli | 2012-09-17 | 1 | -6/+9 |
| | | | * | | Typo | Simon MacMullen | 2012-09-17 | 1 | -1/+1 |
| | | | |/ | |||||
| | | | * | simplify and handle missing 'same ttl' case(!) | Matthias Radestock | 2012-09-15 | 1 | -8/+3 |
| | | | * | merge default | Francesco Mazzoli | 2012-09-14 | 5 | -19/+65 |
| | | | |\ | |||||
| | | | | * | pick the lowest between the message and queue TTL | Francesco Mazzoli | 2012-09-12 | 1 | -3/+5 |
| | | | | * | a bit more informative error | Francesco Mazzoli | 2012-09-08 | 1 | -1/+1 |
| | | | | * | check validity of the expiration in basic.publish | Francesco Mazzoli | 2012-09-08 | 3 | -15/+29 |
| | | | | * | binary, not string | Francesco Mazzoli | 2012-09-07 | 1 | -1/+1 |
| | | | | * | per-message ttl, based on the `expiration' property | Francesco Mazzoli | 2012-09-07 | 1 | -6/+23 |
| * | | | | | propagate result | Matthias Radestock | 2012-11-06 | 1 | -1/+1 |
| * | | | | | send out the alarm event before gc | Matthias Radestock | 2012-11-06 | 1 | -2/+2 |
| * | | | | | cosmetic | Matthias Radestock | 2012-11-06 | 1 | -4/+3 |
| * | | | | | Simplify | Simon MacMullen | 2012-11-06 | 1 | -8/+9 |
| * | | | | | GC the world when memory alarm goes off. | Simon MacMullen | 2012-11-06 | 1 | -4/+7 |
| |/ / / / | |||||
| * | | | | drop property codec tests | Matthias Radestock | 2012-11-05 | 1 | -107/+39 |
| * | | | | code gen property encoder | Matthias Radestock | 2012-11-05 | 1 | -56/+1 |
