| Commit message (Expand) | Author | Age | Files | Lines |
| * | Right, getting there - some major reworkings to vq which have fixed bugs. It ... | Matthew Sackman | 2010-01-12 | 1 | -18/+2 |
| * | Msg_store now supports concurrent reads when it is safe, directly from the qu... | Matthew Sackman | 2010-01-08 | 1 | -1/+2 |
| * | Toughened up cache accessors and switched to using named tables in prep for c... | Matthew Sackman | 2010-01-07 | 1 | -0/+3 |
| * | background lazy GC in and working | Matthew Sackman | 2009-12-20 | 1 | -0/+51 |
| * | merging default into bug 21673 | Matthew Sackman | 2009-12-19 | 2 | -42/+1 |
| |\ |
|
| | * | post-backout merge | Matthias Radestock | 2009-12-18 | 2 | -42/+1 |
| | |\ |
|
| | | * | Backed out changeset 71e93e17450c | Matthias Radestock | 2009-12-18 | 2 | -42/+1 |
| * | | | merging in from default | Matthew Sackman | 2009-12-11 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | add client_properties info item to 'rabbitmqctl list_connections' | Matthias Radestock | 2009-12-10 | 1 | -1/+1 |
| | |/ |
|
| * | | Removed mnesia table and dq_msg_loc record that's no longer needed | Matthew Sackman | 2009-11-27 | 1 | -2/+0 |
| * | | There was a bug. Now it has gone away. It arose when γ has a partial segment... | Matthew Sackman | 2009-11-27 | 1 | -4/+6 |
| * | | merging in from default | Matthew Sackman | 2009-11-23 | 2 | -1/+42 |
| |\ \
| |/ |
|
| | * | Oops -- it's supposed to be a .hrl, not a .erl | Tony Garnock-Jones | 2009-11-23 | 1 | -0/+0 |
| | * | Speculative specs, pending R13B to try them out | Tony Garnock-Jones | 2009-11-23 | 2 | -1/+42 |
| * | | Cosmetic reorganisation of vq. Added specs and made sure usage matches specs | Matthew Sackman | 2009-11-09 | 1 | -0/+7 |
| * | | Wrote specific test of the case mentioned in previous commit, and fixed code ... | Matthew Sackman | 2009-11-09 | 1 | -0/+51 |
| * | | merging in from default | Matthew Sackman | 2009-09-30 | 2 | -10/+13 |
| |\ \
| |/ |
|
| | * | s/bool()/boolean() in type specs | Matthias Radestock | 2009-09-30 | 1 | -7/+7 |
| | * | renaming expl to explanation in #amqp_error{} | Vlad Ionescu | 2009-09-22 | 1 | -4/+4 |
| | * | minor, mostly cosmetic, tweaks | Matthias Radestock | 2009-09-19 | 1 | -1/+1 |
| | * | using #amqp_error{} instead of {amqp, ...} | Vlad Ionescu | 2009-09-17 | 2 | -3/+6 |
| * | | replace msg_store:attrs with contains | Matthias Radestock | 2009-09-23 | 1 | -1/+1 |
| * | | change guid to a binary, using the md5 of term_to_binary | Matthias Radestock | 2009-09-08 | 1 | -1/+1 |
| * | | resolve msg_id type confusion | Matthias Radestock | 2009-09-07 | 1 | -3/+0 |
| * | | made type signatures almost as useful as comments | Matthew Sackman | 2009-09-02 | 1 | -0/+3 |
| * | | merge default into bug21368 | Matthias Radestock | 2009-08-28 | 1 | -1/+3 |
| |\ \
| |/ |
|
| | * | Merge with upstream | Essien Ita Essien | 2009-06-21 | 1 | -0/+8 |
| | |\ |
|
| | * \ | Merge with upstream default | Essien Ita Essien | 2009-02-19 | 1 | -3/+4 |
| | |\ \ |
|
| | * \ \ | Merged with upstream | Essien Ita Essien | 2009-01-29 | 1 | -0/+6 |
| | |\ \ \ |
|
| | * | | | | It seems I don't have to define the record types recursively. | Essien Ita Essien | 2009-01-16 | 1 | -7/+1 |
| | * | | | | Redefine type socket() in terms of rabbit's ssl_socket which is | Essien Ita Essien | 2009-01-11 | 1 | -1/+8 |
| | * | | | | Rename rabbit_ssl_socket to ssl_socket. | Essien Ita Essien | 2008-12-26 | 1 | -1/+1 |
| | * | | | | Define rabbit_ssl_socket record. | Essien Ita Essien | 2008-12-16 | 1 | -0/+2 |
| * | | | | | pushed the encoding of the properties into the binary_generator. Plus associa... | Matthew Sackman | 2009-08-26 | 1 | -0/+6 |
| * | | | | | The mixed queue contains in its queue knowledge of whether the next message i... | Matthew Sackman | 2009-07-08 | 1 | -1/+1 |
| * | | | | | tabs and line length | Matthew Sackman | 2009-06-17 | 1 | -2/+3 |
| * | | | | | merge in default, post the bug20782 merge. All the tests still pass and the t... | Matthew Sackman | 2009-06-08 | 1 | -0/+8 |
| |\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | | clean up tx records in queues when a transaction's channel dies | Matthias Radestock | 2009-06-05 | 1 | -1/+2 |
| | * | | | | refactoring: bundle up all the data for a publish | Matthias Radestock | 2009-06-05 | 1 | -0/+7 |
| * | | | | | merge from default, which was more effort than I'd expected. Also, started wo... | Matthew Sackman | 2009-06-05 | 1 | -0/+1 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | rationalise publish/route result types | Matthias Radestock | 2009-05-20 | 1 | -0/+1 |
| | | |_|/
| |/| | |
|
| * | | | | So the mnesia table now contains next_seq_id. This means we can cope with gap... | Matthew Sackman | 2009-05-20 | 1 | -1/+1 |
| * | | | | Some initial reworkings, making sure all messages have a guid, and moving the... | Matthew Sackman | 2009-05-19 | 1 | -2/+3 |
| * | | | | Introduced sequence IDs internally. Sadly, because of the need to lookup seqi... | Matthew Sackman | 2009-04-21 | 1 | -1/+1 |
| * | | | | switched mnesia to an ordered_set. | Matthew Sackman | 2009-04-12 | 1 | -1/+1 |
| * | | | | changed the mnesia table to be a bag of MsgId -> {Q, Delivered} | Matthew Sackman | 2009-04-11 | 1 | -1/+1 |
| * | | | | Well, I think I can recover crashes that happened mid way through a compaction. | Matthew Sackman | 2009-04-09 | 1 | -0/+2 |
| |/ / / |
|
| * | | | refine permission structure | Matthias Radestock | 2009-01-27 | 1 | -3/+4 |
| | |/
|/| |
|
| * | | beginnings of permission admin | Matthias Radestock | 2009-01-16 | 1 | -1/+6 |
| * | | modify table structure in preparation for permissions | Matthias Radestock | 2009-01-16 | 1 | -1/+2 |
| |/ |
|