summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-084-38/+43
* 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-074-6/+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
* rename #file_summary_entry to #file_summaryMatthias Radestock2009-09-031-30/+30
* rename #message_store_entry to #msg_locationMatthias Radestock2009-09-031-38/+38
* Switched to using a file to hold the disk_only data. Also found a bug where v...Matthew Sackman2009-09-031-22/+27
* the disk queue sometimes needs much longer to shut down safely if it's heavil...Matthew Sackman2009-09-031-1/+1
* use a record in file summaryMatthew Sackman2009-09-031-46/+66
* ensure that we fsync after copying messages across during compactionMatthew Sackman2009-09-031-1/+1
* commented on purpose of cacheMatthew Sackman2009-09-031-0/+11
* sort files for compaction numericallyMatthew Sackman2009-09-031-1/+1
* Guarantee that any oppressed process reporting 0 memory use will get liberated.Matthew Sackman2009-09-021-3/+4
* Made the disk queue start up in the same mode it was last running in.Matthew Sackman2009-09-022-20/+45
* factor out sublist and disjoint testsMatthew Sackman2009-09-021-8/+10
* Shutdown III: Inline VaporisationMatthew Sackman2009-09-021-7/+3
* another attempt at stop/terminate/vaporisation/shutdown/suicide/deathsquadMatthew Sackman2009-09-021-17/+16
* renaming of variables.Matthew Sackman2009-09-021-21/+21
* A couple of cosmetics - grab_msg_id went away, but tidied up terminate and va...Matthew Sackman2009-09-021-32/+38
* made dq:delete_queue a call, not a cast. This eliminates a race condition bet...Matthew Sackman2009-09-021-4/+5
* Fixed the mistake Matthias spotted in recovery from crash (comment #211). Tes...Matthew Sackman2009-09-021-22/+34
* made type signatures almost as useful as commentsMatthew Sackman2009-09-022-11/+16
* refactoring of (no)reply1 to eliminate duplicationMatthew Sackman2009-09-011-25/+23
* specs for msg_fileMatthew Sackman2009-09-011-0/+16
* specs for rabbit_file_handle_cacheMatthew Sackman2009-09-011-0/+21
* The multiplier for the memory thresholds should not be on the number of avail...Matthew Sackman2009-09-011-3/+4
* comments on magic 2.5 scaling of memory report, and removal of unnecessary in...Matthew Sackman2009-09-011-6/+4
* Before the magic_marker_msg was introduced, if the queue was entirely on disk...Matthew Sackman2009-09-011-13/+89
* Read through all of Matthias changes, no problems. In here, one cosmetic, and...Matthew Sackman2009-09-012-9/+5
* refactoring: move all the low level message file i/o into a separate moduleMatthias Radestock2009-08-292-116/+153
* remove unused constantMatthias Radestock2009-08-291-1/+0
* banish ?FILE_PACKING_ADJUSTMENT from all but three functionsMatthias Radestock2009-08-291-33/+29
* cosmeticMatthias Radestock2009-08-291-2/+2
* cosmetic - mostly whitespace shufflingMatthias Radestock2009-08-291-32/+30
* refactoring: rename non-sensical read_file_hc_cache to read_file_handle_cacheMatthias Radestock2009-08-291-9/+9
* refactoring: (re)introduce {ok, ...} return on open_fileMatthias Radestock2009-08-291-15/+15
* cosmetic: remove whitespaceMatthias Radestock2009-08-291-21/+18
* Other is KOMatthias Radestock2009-08-291-1/+1
* refactoring: extract reading of stop byteMatthias Radestock2009-08-291-14/+17
* cosmeticMatthias Radestock2009-08-291-3/+2
* cosmeticMatthias Radestock2009-08-291-5/+3
* refactoring: simplify match in read_next_file_entryMatthias Radestock2009-08-291-4/+4