summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bool() => boolean() (just doing this here too as it's possible some people ar...bug21444Matthew Sackman2009-10-303-4/+4
* merging in from bug 21368Matthew Sackman2009-10-126-131/+137
|\
| * rollback transactions on queue terminationbug21368Matthias Radestock2009-10-112-80/+59
| * fixing erroneous use of thunk(_) in spec to fun()Matthew Sackman2009-10-081-1/+1
| * cosmeticMatthias Radestock2009-10-081-8/+5
| * make msg_store responsible for sync'ingMatthias Radestock2009-10-082-130/+148
| * merge default into bug21368Matthias Radestock2009-10-0722-861/+4369
| |\
| * | Added tag rabbitmq_v1_7_0 for changeset b1089fcc31b7David Wragg2009-10-070-0/+0
| * | Bump version to 1.7.0rabbitmq_v1_7_0David Wragg2009-10-072-0/+9
| * | Merge QAd bug21738 into defaultMichael Bridgen2009-10-051-1/+4
| |\ \
| | * | fix race condition in list_connections test when in a clusterbug21738Matthias Radestock2009-10-021-1/+4
* | | | merging in from defaultMatthew Sackman2009-10-0523-865/+4507
|\ \ \ \ | |/ / / |/| | |
| * | | merging bug 21368 into bug 21444Matthew Sackman2009-10-0542-1678/+1786
| |\ \ \ | | | |/ | | |/|
| | * | cosmetic refactoringMatthew Sackman2009-09-301-10/+10
| | * | merging in from defaultMatthew Sackman2009-09-3018-83/+128
| | |\ \
| | * | | turn the msg_store into a separate processMatthias Radestock2009-09-252-181/+200
| | * | | merge default into bug21368Matthias Radestock2009-09-2523-151/+354
| | |\ \ \
| | * | | | move constants to where they belongMatthias Radestock2009-09-252-14/+10
| | * | | | get rid of message attriburs in msg_store and msg_fileMatthias Radestock2009-09-243-59/+40
| | * | | | replace msg_store:attrs with containsMatthias Radestock2009-09-235-68/+65
| | * | | | merge headsMatthew Sackman2009-09-231-1/+1
| | |\ \ \ \
| | | * \ \ \ merge headsMatthew Sackman2009-09-231-19/+26
| | | |\ \ \ \
| | | * | | | | english is betterMatthew Sackman2009-09-231-1/+1
| | * | | | | | compact (well, delete, actually) files with no valid messagesMatthias Radestock2009-09-231-1/+1
| | | |/ / / / | | |/| | | |
| | * | | | | on startup, compact files from which we removed unreferenced messagesMatthias Radestock2009-09-231-19/+26
| | |/ / / /
| | * | | | inverting previous changeset...Matthew Sackman2009-09-231-4/+3
| | * | | | overload open_file so it can cope with filenumbers and names, plus associated...Matthew Sackman2009-09-231-3/+4
| | * | | | Made sure the magic marker message cannot be produced by a client by forcing ...Matthew Sackman2009-09-231-3/+3
| | * | | | rename load_messages to build_indexMatthias Radestock2009-09-231-16/+15
| | * | | | remove verify_messages_referenced checkMatthias Radestock2009-09-231-16/+5
| | * | | | get rid of message cache limitMatthias Radestock2009-09-231-10/+2
| | * | | | refactoring: get rid of MnesiaDelete flag to remove_messagesMatthias Radestock2009-09-221-23/+14
| | * | | | do not call msg_store:attrs/2 from disk_queue:{phantom_fetch,prefetch}Matthias Radestock2009-09-222-20/+11
| | * | | | fix typoMatthias Radestock2009-09-221-1/+1
| | * | | | drop disk_queue/msg_store disk_only modeMatthias Radestock2009-09-103-457/+119
| | * | | | initialise msg_store ref counts via a generatorMatthias Radestock2009-09-102-57/+80
| | * | | | refer to files by their number not their nameMatthias Radestock2009-09-081-88/+84
| | * | | | minor tidying up: use symbolic record indices instead of numeric onesMatthias Radestock2009-09-081-7/+8
| | * | | | api tweak: pass durable queues in list rather than setMatthias Radestock2009-09-082-5/+4
| | * | | | change guid to a binary, using the md5 of term_to_binaryMatthias Radestock2009-09-085-39/+44
| | * | | | refactoring: move dets/ets match into sort_msg_locations_by_offsetMatthias Radestock2009-09-071-18/+9
| | * | | | rename prune_mnesia to pruneMatthias Radestock2009-09-071-10/+10
| | * | | | shut up dialyzerMatthias Radestock2009-09-071-3/+4
| | * | | | refactoring of delete_empty_filesMatthias Radestock2009-09-071-23/+26
| | * | | | generalise persistent flag to message attributes in rabbit_msg_storeMatthias Radestock2009-09-072-21/+19
| | * | | | generalise persistent flag to message attributes in rabbit_msg_fileMatthias Radestock2009-09-071-50/+43
| | * | | | resolve msg_id type confusionMatthias Radestock2009-09-075-9/+14
| | * | | | perform term/binary conversion of msg body in rabbit_msg_fileMatthias Radestock2009-09-072-21/+21
| | * | | | do not return body size from rabbit_msg_file:readMatthias Radestock2009-09-072-12/+15
| | * | | | big refactoring: extract msg_store from disk_queueMatthias Radestock2009-09-062-1157/+1315