summaryrefslogtreecommitdiff
path: root/src/rabbit_msg_file.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* merge default into bug23914Matthias Radestock2011-03-041-26/+26
|\
| * cosmeticMatthias Radestock2011-03-041-25/+25
| * cosmeticMatthias Radestock2011-03-041-2/+2
* | guid -> msg_id in msg_store and friendsMatthias Radestock2011-03-041-15/+16
* | introduce separate type for msg idsMatthias Radestock2011-03-041-5/+7
|/
* Sender-specified destinations updatesEmile Joubert2011-02-221-12/+12
* Remove rabbit_msg_file:scan/2Emile Joubert2011-02-111-10/+1
* rabbit_msg_file:scan/4 now looks a bit more like foldEmile Joubert2011-02-111-10/+10
* Upgrade messagesEmile Joubert2011-02-111-29/+39
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Merging default into bug21673 and correcting specs and typesMatthew Sackman2010-07-071-4/+6
* cosmeticMatthias Radestock2010-06-171-2/+1
* Fix msg_file scan block size at 4MBMatthew Sackman2010-06-171-16/+16
* Expose the msg_store file size limit to configuration. Also some suitable der...Matthew Sackman2010-06-171-16/+17
* refactor: more sensible ordering of result tupleMatthias Radestock2010-05-151-7/+8
* tighten guid size check on 'append'Matthias Radestock2010-05-151-1/+1
* remove unused constantMatthias Radestock2010-05-151-1/+0
* cosmeticMatthias Radestock2010-05-041-3/+3
* refactor: move type spec since it's only used in one placeMatthias Radestock2010-04-271-0/+1
* Switch four megs to a fraction of the file size limitMatthew Sackman2010-04-181-4/+4
* Rewrote scanning of message files, to read in blocks of up to 4MB (hence boun...Matthew Sackman2010-04-181-48/+41
* MsgId => Guid. All tests still pass. The distinction between msg_ids and guid...Matthew Sackman2010-04-121-12/+12
* msg_id => guid in type specs, field names and function names. Vars still todoMatthew Sackman2010-04-121-16/+16
* All sorts of tidying, cosmetics, reorganisation and pruning. A veritable sm?r...Matthew Sackman2010-04-091-1/+1
* Rearranging GC code and tidying up of some common dialyzer type defsMatthew Sackman2010-04-081-3/+2
* Merging default into bug21673 and correcting further copyright datesMatthew Sackman2010-02-101-3/+3
* Added accountancy for file size and sums thereof plus sums of valid data. Thi...Matthew Sackman2009-12-161-3/+3
* Fixed a few bugs in fhc, pushed fhc through to msg_store and msg_file. API ch...Matthew Sackman2009-11-031-8/+9
* Statically configurable fixed width msg id size in msg_store. Associated chan...Matthew Sackman2009-10-281-55/+40
* Added comment explaining delightful codeMatthew Sackman2009-10-281-0/+5
* Work around in scanning in msg_store files to ensure we don't explode memory....Matthew Sackman2009-10-281-1/+4
* get rid of message attriburs in msg_store and msg_fileMatthias Radestock2009-09-241-33/+18
* change guid to a binary, using the md5 of term_to_binaryMatthias Radestock2009-09-081-19/+18
* generalise persistent flag to message attributes in rabbit_msg_fileMatthias Radestock2009-09-071-50/+43
* perform term/binary conversion of msg body in rabbit_msg_fileMatthias Radestock2009-09-071-9/+11
* do not return body size from rabbit_msg_file:readMatthias Radestock2009-09-071-10/+13
* made type signatures almost as useful as commentsMatthew Sackman2009-09-021-6/+7
* specs for msg_fileMatthew Sackman2009-09-011-0/+16
* Read through all of Matthias changes, no problems. In here, one cosmetic, and...Matthew Sackman2009-09-011-2/+2
* refactoring: move all the low level message file i/o into a separate moduleMatthias Radestock2009-08-291-0/+148