| Commit message (Expand) | Author | Age | Files | Lines |
| * | do not call msg_store:attrs/2 from disk_queue:{phantom_fetch,prefetch} | Matthias Radestock | 2009-09-22 | 2 | -20/+11 |
| * | fix typo | Matthias Radestock | 2009-09-22 | 1 | -1/+1 |
| * | drop disk_queue/msg_store disk_only mode | Matthias Radestock | 2009-09-10 | 3 | -457/+119 |
| * | initialise msg_store ref counts via a generator | Matthias Radestock | 2009-09-10 | 2 | -57/+80 |
| * | refer to files by their number not their name | Matthias Radestock | 2009-09-08 | 1 | -88/+84 |
| * | minor tidying up: use symbolic record indices instead of numeric ones | Matthias Radestock | 2009-09-08 | 1 | -7/+8 |
| * | api tweak: pass durable queues in list rather than set | Matthias Radestock | 2009-09-08 | 2 | -5/+4 |
| * | change guid to a binary, using the md5 of term_to_binary | Matthias Radestock | 2009-09-08 | 5 | -39/+44 |
| * | refactoring: move dets/ets match into sort_msg_locations_by_offset | Matthias Radestock | 2009-09-07 | 1 | -18/+9 |
| * | rename prune_mnesia to prune | Matthias Radestock | 2009-09-07 | 1 | -10/+10 |
| * | shut up dialyzer | Matthias Radestock | 2009-09-07 | 1 | -3/+4 |
| * | refactoring of delete_empty_files | Matthias Radestock | 2009-09-07 | 1 | -23/+26 |
| * | generalise persistent flag to message attributes in rabbit_msg_store | Matthias Radestock | 2009-09-07 | 2 | -21/+19 |
| * | generalise persistent flag to message attributes in rabbit_msg_file | Matthias Radestock | 2009-09-07 | 1 | -50/+43 |
| * | resolve msg_id type confusion | Matthias Radestock | 2009-09-07 | 5 | -9/+14 |
| * | perform term/binary conversion of msg body in rabbit_msg_file | Matthias Radestock | 2009-09-07 | 2 | -21/+21 |
| * | do not return body size from rabbit_msg_file:read | Matthias Radestock | 2009-09-07 | 2 | -12/+15 |
| * | big refactoring: extract msg_store from disk_queue | Matthias Radestock | 2009-09-06 | 2 | -1157/+1315 |
| * | rename #file_summary_entry to #file_summary | Matthias Radestock | 2009-09-03 | 1 | -30/+30 |
| * | rename #message_store_entry to #msg_location | Matthias Radestock | 2009-09-03 | 1 | -38/+38 |
| * | Switched to using a file to hold the disk_only data. Also found a bug where v... | Matthew Sackman | 2009-09-03 | 1 | -22/+27 |
| * | the disk queue sometimes needs much longer to shut down safely if it's heavil... | Matthew Sackman | 2009-09-03 | 1 | -1/+1 |
| * | use a record in file summary | Matthew Sackman | 2009-09-03 | 1 | -46/+66 |
| * | ensure that we fsync after copying messages across during compaction | Matthew Sackman | 2009-09-03 | 1 | -1/+1 |
| * | commented on purpose of cache | Matthew Sackman | 2009-09-03 | 1 | -0/+11 |
| * | sort files for compaction numerically | Matthew Sackman | 2009-09-03 | 1 | -1/+1 |
| * | Guarantee that any oppressed process reporting 0 memory use will get liberated. | Matthew Sackman | 2009-09-02 | 1 | -3/+4 |
| * | Made the disk queue start up in the same mode it was last running in. | Matthew Sackman | 2009-09-02 | 2 | -20/+45 |
| * | factor out sublist and disjoint tests | Matthew Sackman | 2009-09-02 | 1 | -8/+10 |
| * | Shutdown III: Inline Vaporisation | Matthew Sackman | 2009-09-02 | 1 | -7/+3 |
| * | another attempt at stop/terminate/vaporisation/shutdown/suicide/deathsquad | Matthew Sackman | 2009-09-02 | 1 | -17/+16 |
| * | renaming of variables. | Matthew Sackman | 2009-09-02 | 1 | -21/+21 |
| * | A couple of cosmetics - grab_msg_id went away, but tidied up terminate and va... | Matthew Sackman | 2009-09-02 | 1 | -32/+38 |
| * | made dq:delete_queue a call, not a cast. This eliminates a race condition bet... | Matthew Sackman | 2009-09-02 | 1 | -4/+5 |
| * | Fixed the mistake Matthias spotted in recovery from crash (comment #211). Tes... | Matthew Sackman | 2009-09-02 | 1 | -22/+34 |
| * | made type signatures almost as useful as comments | Matthew Sackman | 2009-09-02 | 3 | -11/+19 |
| * | refactoring of (no)reply1 to eliminate duplication | Matthew Sackman | 2009-09-01 | 1 | -25/+23 |
| * | specs for msg_file | Matthew Sackman | 2009-09-01 | 1 | -0/+16 |
| * | specs for rabbit_file_handle_cache | Matthew Sackman | 2009-09-01 | 1 | -0/+21 |
| * | The multiplier for the memory thresholds should not be on the number of avail... | Matthew Sackman | 2009-09-01 | 1 | -3/+4 |
| * | comments on magic 2.5 scaling of memory report, and removal of unnecessary in... | Matthew Sackman | 2009-09-01 | 1 | -6/+4 |
| * | Before the magic_marker_msg was introduced, if the queue was entirely on disk... | Matthew Sackman | 2009-09-01 | 1 | -13/+89 |
| * | Read through all of Matthias changes, no problems. In here, one cosmetic, and... | Matthew Sackman | 2009-09-01 | 2 | -9/+5 |
| * | refactoring: move all the low level message file i/o into a separate module | Matthias Radestock | 2009-08-29 | 2 | -116/+153 |
| * | remove unused constant | Matthias Radestock | 2009-08-29 | 1 | -1/+0 |
| * | banish ?FILE_PACKING_ADJUSTMENT from all but three functions | Matthias Radestock | 2009-08-29 | 1 | -33/+29 |
| * | cosmetic | Matthias Radestock | 2009-08-29 | 1 | -2/+2 |
| * | cosmetic - mostly whitespace shuffling | Matthias Radestock | 2009-08-29 | 1 | -32/+30 |
| * | refactoring: rename non-sensical read_file_hc_cache to read_file_handle_cache | Matthias Radestock | 2009-08-29 | 1 | -9/+9 |
| * | refactoring: (re)introduce {ok, ...} return on open_file | Matthias Radestock | 2009-08-29 | 1 | -15/+15 |