| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make dialyzer marginally happier | Matthew Sackman | 2010-10-11 | 1 | -2/+2 |
| * | Typeo in spec, and simplify delete_queues as order of operations here doesn't... | Matthew Sackman | 2010-10-11 | 2 | -8/+6 |
| * | Reworked binding / exchange autodeletion with better abstracted and cleaner API | Matthew Sackman | 2010-10-11 | 3 | -117/+115 |
| * | Minimised the number of calls to the XTs on deletion | Matthew Sackman | 2010-10-08 | 3 | -37/+93 |
| * | remove R14ism | Matthew Sackman | 2010-10-08 | 1 | -2/+2 |
| * | Gratuitous refactoring | Matthew Sackman | 2010-10-08 | 1 | -8/+6 |
| * | XT:publish => XT:route | Matthew Sackman | 2010-10-08 | 7 | -15/+15 |
| * | refactor | Matthias Radestock | 2010-10-07 | 1 | -27/+22 |
| * | merge default into bug21377 | Matthias Radestock | 2010-10-07 | 8 | -121/+144 |
| |\ | |||||
| | * | cosmetic | Matthias Radestock | 2010-10-07 | 1 | -15/+12 |
| | * | merge bug23133 into default | Matthias Radestock | 2010-10-06 | 4 | -27/+29 |
| | |\ | |||||
| | | * | Merging bug 23156 onto default | Matthew Sackman | 2010-10-05 | 1 | -3/+5 |
| | | |\ | |||||
| | | | * | Refresh expiry on stat call as used by queue redeclaration | Matthew Sackman | 2010-10-05 | 1 | -3/+5 |
| | | |/ | |||||
| | | * | add missing export | Matthias Radestock | 2010-10-05 | 1 | -1/+1 |
| | | * | correct type spec, and cosmetics | Matthias Radestock | 2010-10-05 | 1 | -2/+1 |
| | | * | cosmetic | Matthias Radestock | 2010-10-05 | 2 | -21/+22 |
| | * | | refactor file summary updating in write/remove | Matthias Radestock | 2010-10-06 | 1 | -32/+20 |
| | * | | cosmetic | Matthias Radestock | 2010-10-05 | 1 | -11/+10 |
| | * | | cosmetic | Matthias Radestock | 2010-10-05 | 1 | -6/+5 |
| | * | | Use delete_object, not match_delete | Matthew Sackman | 2010-10-04 | 1 | -1/+1 |
| | * | | Introduce delete_object and use it to solve race | Matthew Sackman | 2010-10-04 | 3 | -19/+23 |
| | * | | Merging default into bug 23133 | Matthew Sackman | 2010-10-02 | 19 | -130/+401 |
| | |\ \ | | |/ | |||||
| | * | | Merging default into bug23133 | Matthew Sackman | 2010-09-24 | 35 | -709/+962 |
| | |\ \ | |||||
| | * | | | when a message is written the ref_count is always 1 | Matthias Radestock | 2010-09-09 | 1 | -4/+4 |
| | * | | | adjust function name for consistency | Matthias Radestock | 2010-09-09 | 1 | -5/+5 |
| | * | | | oops | Matthias Radestock | 2010-09-09 | 1 | -1/+1 |
| | * | | | minor refactor | Matthias Radestock | 2010-09-09 | 1 | -9/+7 |
| | * | | | tweak | Matthias Radestock | 2010-09-09 | 1 | -25/+24 |
| | * | | | cosmetic tweaks and minor simplifications | Matthias Radestock | 2010-09-09 | 1 | -36/+31 |
| | * | | | Merging bug 23233 into bug 23133 | Matthew Sackman | 2010-09-08 | 1 | -63/+50 |
| | |\ \ \ | |||||
| | * | | | | Scan the file and remove from the index as necessary on file delete rather th... | Matthew Sackman | 2010-09-08 | 1 | -1/+4 |
| | * | | | | Merging default into bug 23133 | Matthew Sackman | 2010-09-08 | 41 | -1391/+1696 |
| | |\ \ \ \ | |||||
| | * | | | | | Fixed the bug. The problem was that I was not removing msgs from the index fo... | Matthew Sackman | 2010-09-08 | 1 | -43/+27 |
| | * | | | | | Merging default into bug 23133 | Matthew Sackman | 2010-08-19 | 11 | -130/+161 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Abstract refcount == 0 to imply not_found for appropriate call sites | Matthew Sackman | 2010-08-18 | 1 | -9/+13 |
| | * | | | | | | By this stage of the client-read, we know a GC can't start and can't be in pr... | Matthew Sackman | 2010-08-18 | 1 | -2/+1 |
| | * | | | | | | Abstraction of the inner write function | Matthew Sackman | 2010-08-18 | 1 | -28/+26 |
| | * | | | | | | cosmetic | Matthew Sackman | 2010-08-18 | 1 | -9/+8 |
| | * | | | | | | Because we can increment the refcount back above 0, the calculation of the co... | Matthew Sackman | 2010-08-18 | 1 | -1/+1 |
| | * | | | | | | Backed out changeset c47670da4830 - I decided the dedup cache shouldn't be ma... | Matthew Sackman | 2010-08-18 | 1 | -5/+7 |
| | * | | | | | | treat the dedup cache the same way as the index - permit 0 ref_counts and pru... | Matthew Sackman | 2010-08-17 | 1 | -7/+5 |
| | * | | | | | | Merging default into bug 23133 | Matthew Sackman | 2010-08-17 | 3 | -97/+183 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Permit 0 ref counts and don't actually forget about messages until the file g... | Matthew Sackman | 2010-08-16 | 1 | -40/+78 |
| * | | | | | | | | Revert unnecessary reformatting | Matthew Sackman | 2010-10-05 | 1 | -3/+3 |
| * | | | | | | | | Merging default into bug21377 | Matthew Sackman | 2010-10-04 | 9 | -81/+331 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | | cosmetic and minor refactoring | Matthias Radestock | 2010-10-01 | 1 | -40/+37 |
| | * | | | | | | | Merging bug 22902 into default | Matthew Sackman | 2010-10-01 | 5 | -11/+222 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | It's binary up until it goes through public_key:pkix_decode_cert, at which po... | Matthew Sackman | 2010-10-01 | 1 | -1/+1 |
| | | * | | | | | | | support for R14B; fix utf8 bug | Alexandru Scvortov | 2010-10-01 | 1 | -4/+8 |
| | | * | | | | | | | merge default into bug22902 | Alexandru Scvortov | 2010-10-01 | 33 | -816/+1020 |
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
