summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cosmeticsMatthew Sackman2009-08-271-7/+17
* QA-corrections to prefetcher.Matthew Sackman2009-08-272-35/+40
* filesync is unnecessary because tx_commit really is synchronous.Matthew Sackman2009-08-271-1/+0
* cosmeticMatthew Sackman2009-08-271-10/+11
* cosmetic - MarkerCount => MarkerPreludeCountMatthew Sackman2009-08-271-6/+7
* documentationMatthew Sackman2009-08-271-8/+26
* Reworked handle_ch_down so that we detect early whether or not we should auto...Matthew Sackman2009-08-272-24/+23
* and of course the run length encoding should not include the marker message.Matthew Sackman2009-08-271-1/+1
* Tiny cosmetic, but also, we shouldn't include the size of the marker message ...Matthew Sackman2009-08-271-2/+2
* As Matthias spotted, if we crash in the middle of a mixed -> disk transition ...Matthew Sackman2009-08-271-6/+39
* tiny bit of refactoringMatthias Radestock2009-08-271-8/+8
* cosmeticMatthew Sackman2009-08-261-3/+2
* A comment and a small amount of refactoring. Nothing outrageously exciting.Matthew Sackman2009-08-261-13/+13
* cosmetic: place functions in appropriate sections of the fileMatthias Radestock2009-08-261-208/+218
* cosmeticMatthew Sackman2009-08-261-2/+2
* cosmeticMatthew Sackman2009-08-261-2/+2
* merge in from defaultMatthew Sackman2009-08-261-28/+20
|\
| * Escape non-printable ASCII characters using a backslash.David Wragg2009-08-241-28/+20
* | pushed the encoding of the properties into the binary_generator. Plus associa...Matthew Sackman2009-08-262-8/+22
* | cosmetic + assert major invariant of queue_process on reply and noreplyMatthew Sackman2009-08-261-2/+6
* | Removal of pointless calls to run_message_queueMatthew Sackman2009-08-261-2/+2
* | made sure that messages that go through the MQ have binary properties added. ...Matthew Sackman2009-08-262-18/+41
* | cosmeticMatthew Sackman2009-08-261-2/+2
* | cosmeticMatthew Sackman2009-08-261-1/+1
* | Everything outstanding on MQ. +prefetcher:stop. Also give DQ more time to shu...Matthew Sackman2009-08-266-61/+60
* | cosmetic in MQ. Refactored purge and requeue in MQ. Spotted that read_ahead w...Matthew Sackman2009-08-262-73/+71
* | Application of Matthias's patch. Can't find any faults in it, and the tests a...Matthew Sackman2009-08-261-73/+46
* | cosmeticMatthias Radestock2009-08-261-18/+18
* | cosmeticMatthias Radestock2009-08-261-9/+3
* | consistent field orderMatthias Radestock2009-08-251-4/+4
* | s/erlang:length/lengthMatthias Radestock2009-08-251-4/+4
* | MQ: length/0 => len/0Matthew Sackman2009-08-253-25/+25
* | MQ: Made run length encoding more obvious; Added comment about logic for star...Matthew Sackman2009-08-251-35/+38
* | cosmeticMatthias Radestock2009-08-241-5/+4
* | cosmeticMatthias Radestock2009-08-242-4/+2
* | merge in from defaultMatthew Sackman2009-08-241-29/+13
|\ \ | |/
| * merge bug21429 into defaultMatthias Radestock2009-08-232-55/+53
| |\
| | * cosmeticMatthias Radestock2009-08-231-4/+2
| | * more simplification of the table copying codeMatthias Radestock2009-08-231-14/+8
| | * doneMatthew Sackman2009-08-231-14/+6
| * | Merged bug20013 into default (memsup support for OS X)Marek Majkowski2009-08-214-110/+287
| |\ \
* | | | Removed is_persistent from tx_tracking. Removed auto_ack_next_message as it w...Matthew Sackman2009-08-243-55/+22
* | | | remaining items from comment 92Matthew Sackman2009-08-241-27/+25
* | | | handle_cache => file_handle_cache.Matthew Sackman2009-08-242-53/+60
* | | | english preferable to gobbledegookMatthew Sackman2009-08-241-3/+3
* | | | All the below, done.Matthew Sackman2009-08-242-78/+79
* | | | More cosmetics. Also, if the seek failed, it's probably safer to assume that ...Matthew Sackman2009-08-241-5/+5
* | | | cosmeticMatthew Sackman2009-08-241-1/+1
* | | | Abstracted out all the read handles stuff to a separate module, and refined t...Matthew Sackman2009-08-242-84/+147
* | | | preemptive refactoring and other assorted changesMatthew Sackman2009-08-232-65/+54