Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
* | check_expiry_size => check_expiry | Tim Watson | 2012-11-05 | 1 | -1/+1 |
* | fix type specs | Tim Watson | 2012-11-05 | 1 | -1/+1 |
* | refactor parse_expiration | Tim Watson | 2012-11-05 | 1 | -13/+12 |
* | Merge default into bug19376 | Tim Watson | 2012-11-01 | 1 | -1/+22 |
|\ | |||||
| * | merge default | Francesco Mazzoli | 2012-09-14 | 1 | -1/+22 |
| |\ | |||||
| | * | 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 | 1 | -1/+15 |
| |/ | |||||
* | | Rearrange args to put the big structure we're working with at the end; more O... | Simon MacMullen | 2012-10-29 | 1 | -10/+10 |
* | | Refactor a bit | Simon MacMullen | 2012-10-29 | 1 | -17/+12 |
* | | refactor | Tim Watson | 2012-10-29 | 1 | -15/+15 |
* | | fix spec | Tim Watson | 2012-10-25 | 1 | -1/+1 |
* | | accumulate invalid headers carefully, considering even misconfigured x-invali... | Tim Watson | 2012-10-25 | 1 | -1/+21 |
* | | we do not 'append' to the list | Tim Watson | 2012-10-25 | 1 | -4/+4 |
* | | move invalid headers into a special 'invalid headers table' header | Tim Watson | 2012-10-25 | 1 | -4/+19 |
* | | don't crash when appending table headers if the previous header wasn't an array | Tim Watson | 2012-10-24 | 1 | -2/+2 |
* | | nuke 'immediate'bug23896 | Matthias Radestock | 2012-09-17 | 1 | -17/+15 |
|/ | |||||
* | Merge bug 24901 | Simon MacMullen | 2012-05-03 | 1 | -2/+1 |
|\ | |||||
| * | Reorder exception contentsbug24901 | Emile Joubert | 2012-04-23 | 1 | -2/+1 |
* | | fix type signature for rabbit_basic:map_headers/2bug24833 | Francesco Mazzoli | 2012-04-23 | 1 | -1/+1 |
|/ | |||||
* | Restore rabbit_basic:extract_headers/1 | Emile Joubert | 2012-04-10 | 1 | -1/+8 |
* | Fix in map_headers. | Francesco Mazzoli | 2012-04-03 | 1 | -3/+3 |
* | map_headers instead of {extract, replace}_headers. | Francesco Mazzoli | 2012-04-03 | 1 | -12/+8 |
* | cosmetic | Matthias Radestock | 2012-03-28 | 1 | -3/+3 |
* | that function doesn't return errorsbug20337 | Alexandru Scvortov | 2012-02-28 | 1 | -2/+1 |
* | Extract some header-munging functions into rabbit_basic (not sure that's the ... | Simon MacMullen | 2012-02-27 | 1 | -2/+30 |
* | add type for header_routes | Alexandru Scvortov | 2012-02-24 | 1 | -0/+3 |
* | merge default into bug20337 | Alexandru Scvortov | 2012-02-12 | 1 | -1/+2 |
|\ | |||||
| * | merge default into bug20337 | Alexandru Scvortov | 2012-02-06 | 1 | -1/+1 |
| |\ | |||||
| * \ | merge default into bug20337 | Alexandru Scvortov | 2012-01-24 | 1 | -3/+3 |
| |\ \ | |||||
| * | | | record routing keys and exchanges when dead-lettering | Alexandru Scvortov | 2011-12-05 | 1 | -1/+2 |
* | | | | Merged default. | Francesco Mazzoli | 2012-02-07 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Better comment for gen/0. | Francesco Mazzoli | 2012-01-31 | 1 | -1/+1 |
| * | | | Update comment for gen/0. | Francesco Mazzoli | 2012-01-31 | 1 | -1/+1 |
| * | | | Change naming in rabbit_guid, explicit guid passing in string/0 and binary/0. | Francesco Mazzoli | 2012-01-17 | 1 | -1/+1 |
| * | | | Split guid/0 in guid/0 and the faster fast_guid/0. | Francesco Mazzoli | 2012-01-17 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
|/ / | |||||
* | | merge rabbit_router:deliver into rabbit_amqqueue:deliverbug24681 | Matthias Radestock | 2012-01-16 | 1 | -3/+3 |
|/ | |||||
* | tweak 'publish' funs to make their relationship more obvious | Matthias Radestock | 2011-09-06 | 1 | -38/+36 |
* | change tx semantics to 'batching' | Matthias Radestock | 2011-07-04 | 1 | -1/+2 |
* | tx gone from everywhere | Matthias Radestock | 2011-06-24 | 1 | -18/+14 |
* | Inline exchange/1, multihead publish/7 | Simon MacMullen | 2011-05-23 | 1 | -17/+9 |
* | Rename and move things a bit | Simon MacMullen | 2011-05-23 | 1 | -15/+14 |
* | Abstract the types | Simon MacMullen | 2011-05-23 | 1 | -6/+7 |
* | Actually use the exchange we have. Not very scientifically measured, but this... | Simon MacMullen | 2011-05-23 | 1 | -4/+4 |
* | Fold publish and republish together. | Simon MacMullen | 2011-05-20 | 1 | -43/+38 |
* | Optimise looking up trace exchange and message construction. | Simon MacMullen | 2011-05-20 | 1 | -3/+27 |
* | merge default into bug23914 | Matthias Radestock | 2011-03-04 | 1 | -12/+12 |
|\ | |||||
| * | cosmetic - comment indentation | Matthias Radestock | 2011-03-04 | 1 | -1/+1 |
| * | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -17/+17 |