summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more renaming and mnesia change to bat fileMatthew Sackman2009-06-172-17/+17
* 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
* 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-111-150/+138
|\
| * refactoring: rename "round robin" to "active consumers"Matthias Radestock2009-06-101-27/+31
| * proper round-robining even when blockingMatthias Radestock2009-06-101-124/+111
* | 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-102-22/+31
|\ \ | |/
| * respect channel blocking when adding consumersMatthias Radestock2009-06-101-4/+11
| * fix off-by-one errorMatthias Radestock2009-06-101-1/+1
| * cosmeticMatthias Radestock2009-06-101-7/+9
| * cosmeticMatthias Radestock2009-06-101-6/+7
| * Made can_send/2 into can_send/3.Matthew Sackman2009-06-092-9/+11
* | 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
* | tiny refactorMatthew Sackman2009-06-081-4/+1
* | refactorings and code cleanupMatthew Sackman2009-06-081-355/+398
* | idiotMatthew Sackman2009-06-081-1/+2
* | tiny refactoringsMatthew Sackman2009-06-082-7/+5
* | merge in default, post the bug20782 merge. All the tests still pass and the t...Matthew Sackman2009-06-088-89/+101
|\ \ | |/
| * clean up tx records in queues when a transaction's channel diesMatthias Radestock2009-06-053-22/+41
| * refactoring: bundle up all the data for a publishMatthias Radestock2009-06-056-64/+59
* | was just watching the logs go by when running tests and saw an explosion. Pre...Matthew Sackman2009-06-062-2/+4
* | need to leave the disk queue running so that the rest of the tests go throughMatthew Sackman2009-06-051-0/+2
* | All tests pass. Including clustering tests. "ram-nodes" in clustering now hav...Matthew Sackman2009-06-052-38/+41
* | all java tests now pass. tiny (but significant!) bug in the mixed_queue start...Matthew Sackman2009-06-051-1/+1
* | Java functional tests now pass.Matthew Sackman2009-06-051-6/+19
* | merge from default, which was more effort than I'd expected. Also, started wo...Matthew Sackman2009-06-0510-128/+246
|\ \ | |/
| * Split out internal_declare/2.Tony Garnock-Jones2009-06-041-2/+10
| * merge bug20633 into defaultMatthew Sackman2009-06-041-16/+24
| |\
| | * make delete_binding return an error when the binding does not existMatthias Radestock2009-06-021-16/+24
| * | alignMatthias Radestock2009-06-031-2/+2
| * | Change from number to atom.Tony Garnock-Jones2009-06-032-5/+11
| * | mergerTony Garnock-Jones2009-06-037-29/+34
| |\ \