summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Well, this seems to work.bug19662Matthew Sackman2009-06-301-4/+13
* and now clustering seems to work again...Matthew Sackman2009-06-301-4/+4
* Removed the dumb timer:sleep, and after testing, properly sorted out the mnes...Matthew Sackman2009-06-242-13/+22
* acktags in ack or tx_commit do not need to be ordered. Messages in tx_cancel ...Matthew Sackman2009-06-232-8/+7
* without this, rabbit_disk_queue seems to refuse to start up if there are mess...Matthew Sackman2009-06-231-1/+1
* These two fixes were done in 20980 but should really be in this branch.Matthew Sackman2009-06-222-3/+3
* substantially bulked up the tests for this bug. All tests pass.Matthew Sackman2009-06-222-48/+94
* fixed.Matthew Sackman2009-06-223-18/+53
* A test. The problem really does exist. Not worked out how to fix it yet.Matthew Sackman2009-06-201-0/+49
* fixed bug documented in preceeding commentMatthew Sackman2009-06-201-4/+5
* comment typeoMatthew Sackman2009-06-191-1/+1
* get_cache_info ==> cache_info.Matthew Sackman2009-06-191-5/+5
* Just added a means to get the ets:info out for the cache. Testing shows that ...Matthew Sackman2009-06-191-2/+8
* fixesMatthew Sackman2009-06-191-2/+3
* Added caching layer using ets which, when a message is shared between multipl...Matthew Sackman2009-06-191-10/+61
* Altered API so that the disk_queue understands about #basic_message. This mea...Matthew Sackman2009-06-194-79/+109
* removing two usused functions: publish_with_seq and tx_commit_with_seqMatthew Sackman2009-06-181-28/+2
* just merging in identical change from defaultMatthew Sackman2009-06-1818-872/+3079
|\
| * fixing up my issues with tmp dir, hopefully once and for all. TMPDIR is a sta...Matthew Sackman2009-06-181-2/+6
| * removal of two unused functions from disk_queue. There are two more unused fu...Matthew Sackman2009-06-172-19/+8
| * preemptive tidyingMatthew Sackman2009-06-171-18/+12
| * sorted out specs.Matthew Sackman2009-06-176-9/+62
| * commentMatthew Sackman2009-06-171-1/+2
| * FunAcc0 ==> FunAccMatthew Sackman2009-06-171-6/+6
| * merging in defaultMatthew Sackman2009-06-177-22/+23
| |\
| * | more renaming and mnesia change to bat fileMatthew Sackman2009-06-173-17/+18
| * | Renaming variables. All tests still passMatthew Sackman2009-06-173-99/+95
| * | added batching for autoacks for general run_message_queueMatthew Sackman2009-06-171-16/+15
| * | adjusted HO-ness in deliver queue beautifully. Thus in the deliver_from_queue...Matthew Sackman2009-06-171-42/+45
| * | More tidyingMatthew Sackman2009-06-174-23/+19
| * | further discussionMatthew Sackman2009-06-171-18/+19
| * | post case/if discussionMatthew Sackman2009-06-171-9/+6
| * | mainly if ==> case in suitable places, but also some formattingMatthew Sackman2009-06-175-69/+88
| * | tabs and line lengthMatthew Sackman2009-06-171-2/+3
| * | fixed line lengthsMatthew Sackman2009-06-1710-116/+177
| * | Removing the failed experiment that was the odbc db queueMatthew Sackman2009-06-172-476/+0
| * | just removing tabsMatthew Sackman2009-06-174-219/+219
| * | Yep, as I'd thought, the next_seq_id field was totally unused for anything us...Matthew Sackman2009-06-121-81/+54
| * | Made mixed_queue track its length by itself. This avoids synchronous calls to...Matthew Sackman2009-06-124-81/+106
| * | merging in from defaultMatthew Sackman2009-06-1118-845/+3419
| |\ \
| | * | And suddenly it works. Testing showed that removing the crude limit UNSENT_ME...Matthew Sackman2009-06-113-14/+17
| | * | well, I've made the acking for messages which are on disk but are not persist...Matthew Sackman2009-06-102-14/+32
| | * | Took advantage of the gen_server2 priorities.Matthew Sackman2009-06-104-8/+9
| | * | Added means to alter all queues and switch to disk_only mode in the disk queue.Matthew Sackman2009-06-106-2/+131
| | * | just merging in default.Matthew Sackman2009-06-1017-849/+3275
| | |\ \
| | | * | Two things have happened here. Firstly, the mixed_queue now functions correct...Matthew Sackman2009-06-103-124/+245
| | | * | just committing as need to work from home tomorrow. Code in "interesting" sta...Matthew Sackman2009-06-093-52/+130
| | | * | Using delayed_write batches together small writes and reduces the number of O...Matthew Sackman2009-06-091-10/+32
| | | * | Logic failure which only came to light when trying to run the consumers as do...Matthew Sackman2009-06-091-3/+5
| | | * | can now switch the mixed queue between modesMatthew Sackman2009-06-081-1/+48