summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Msg_store now supports concurrent reads when it is safe, directly from the qu...Matthew Sackman2010-01-081-1/+2
* Toughened up cache accessors and switched to using named tables in prep for c...Matthew Sackman2010-01-071-0/+3
* background lazy GC in and workingMatthew Sackman2009-12-201-0/+51
* merging default into bug 21673Matthew Sackman2009-12-192-42/+1
|\
| * post-backout mergeMatthias Radestock2009-12-182-42/+1
| |\
| | * Backed out changeset 71e93e17450cMatthias Radestock2009-12-182-42/+1
* | | merging in from defaultMatthew Sackman2009-12-111-1/+1
|\ \ \ | |/ /
| * | add client_properties info item to 'rabbitmqctl list_connections'Matthias Radestock2009-12-101-1/+1
| |/
* | Removed mnesia table and dq_msg_loc record that's no longer neededMatthew Sackman2009-11-271-2/+0
* | There was a bug. Now it has gone away. It arose when γ has a partial segment...Matthew Sackman2009-11-271-4/+6
* | merging in from defaultMatthew Sackman2009-11-232-1/+42
|\ \ | |/
| * Oops -- it's supposed to be a .hrl, not a .erlTony Garnock-Jones2009-11-231-0/+0
| * Speculative specs, pending R13B to try them outTony Garnock-Jones2009-11-232-1/+42
* | Cosmetic reorganisation of vq. Added specs and made sure usage matches specsMatthew Sackman2009-11-091-0/+7
* | Wrote specific test of the case mentioned in previous commit, and fixed code ...Matthew Sackman2009-11-091-0/+51
* | merging in from defaultMatthew Sackman2009-09-302-10/+13
|\ \ | |/
| * s/bool()/boolean() in type specsMatthias Radestock2009-09-301-7/+7
| * renaming expl to explanation in #amqp_error{}Vlad Ionescu2009-09-221-4/+4
| * minor, mostly cosmetic, tweaksMatthias Radestock2009-09-191-1/+1
| * using #amqp_error{} instead of {amqp, ...}Vlad Ionescu2009-09-172-3/+6
* | replace msg_store:attrs with containsMatthias Radestock2009-09-231-1/+1
* | change guid to a binary, using the md5 of term_to_binaryMatthias Radestock2009-09-081-1/+1
* | resolve msg_id type confusionMatthias Radestock2009-09-071-3/+0
* | made type signatures almost as useful as commentsMatthew Sackman2009-09-021-0/+3
* | merge default into bug21368Matthias Radestock2009-08-281-1/+3
|\ \ | |/
| * Merge with upstreamEssien Ita Essien2009-06-211-0/+8
| |\
| * \ Merge with upstream defaultEssien Ita Essien2009-02-191-3/+4
| |\ \
| * \ \ Merged with upstreamEssien Ita Essien2009-01-291-0/+6
| |\ \ \
| * | | | It seems I don't have to define the record types recursively.Essien Ita Essien2009-01-161-7/+1
| * | | | Redefine type socket() in terms of rabbit's ssl_socket which isEssien Ita Essien2009-01-111-1/+8
| * | | | Rename rabbit_ssl_socket to ssl_socket.Essien Ita Essien2008-12-261-1/+1
| * | | | Define rabbit_ssl_socket record.Essien Ita Essien2008-12-161-0/+2
* | | | | pushed the encoding of the properties into the binary_generator. Plus associa...Matthew Sackman2009-08-261-0/+6
* | | | | The mixed queue contains in its queue knowledge of whether the next message i...Matthew Sackman2009-07-081-1/+1
* | | | | tabs and line lengthMatthew Sackman2009-06-171-2/+3
* | | | | merge in default, post the bug20782 merge. All the tests still pass and the t...Matthew Sackman2009-06-081-0/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | clean up tx records in queues when a transaction's channel diesMatthias Radestock2009-06-051-1/+2
| * | | | refactoring: bundle up all the data for a publishMatthias Radestock2009-06-051-0/+7
* | | | | merge from default, which was more effort than I'd expected. Also, started wo...Matthew Sackman2009-06-051-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | rationalise publish/route result typesMatthias Radestock2009-05-201-0/+1
| | |_|/ | |/| |
* | | | So the mnesia table now contains next_seq_id. This means we can cope with gap...Matthew Sackman2009-05-201-1/+1
* | | | Some initial reworkings, making sure all messages have a guid, and moving the...Matthew Sackman2009-05-191-2/+3
* | | | Introduced sequence IDs internally. Sadly, because of the need to lookup seqi...Matthew Sackman2009-04-211-1/+1
* | | | switched mnesia to an ordered_set.Matthew Sackman2009-04-121-1/+1
* | | | changed the mnesia table to be a bag of MsgId -> {Q, Delivered}Matthew Sackman2009-04-111-1/+1
* | | | Well, I think I can recover crashes that happened mid way through a compaction.Matthew Sackman2009-04-091-0/+2
|/ / /
* | | refine permission structureMatthias Radestock2009-01-271-3/+4
| |/ |/|
* | beginnings of permission adminMatthias Radestock2009-01-161-1/+6
* | modify table structure in preparation for permissionsMatthias Radestock2009-01-161-1/+2
|/
* merged default into bug18381Tony Garnock-Jones2008-12-092-15/+27
|\