summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* slightly more obvious flying_writes accountingMatthias Radestock2011-10-061-14/+11
* merge default into bug24308Matthias Radestock2011-10-061-73/+116
|\
| * Whoops, forgot that bit.Matthew Sackman2011-08-191-0/+4
| * Fixed again.Matthew Sackman2011-08-191-73/+112
* | Merged bug24459 into defaultEmile Joubert2011-10-051-30/+34
|\ \
| * \ merge default into bug24459Matthias Radestock2011-10-011-30/+34
| |\ \
| | * | keep track of uncommitted acks in a list instead of a queueMatthias Radestock2011-10-011-17/+15
| | * | collect acks in lists rather than queuesMatthias Radestock2011-10-011-20/+26
* | | | Merged bug24462 into defaultEmile Joubert2011-10-041-1/+1
|\ \ \ \
| * | | | Don't blow up when nodes policy is used.Simon MacMullen2011-10-031-1/+1
* | | | | merge bug24323 into defaultMatthias Radestock2011-10-0353-1153/+1701
|\ \ \ \ \ | |/ / / /
| * | | | optimise resource lookupMatthias Radestock2011-10-032-8/+10
| * | | | improve performance by bypassing mnesia for queue lookupMatthias Radestock2011-10-031-11/+10
| * | | | optimise interaction of limiter with single queuesMatthias Radestock2011-10-011-0/+1
| * | | | switch vq pending_ack from dict to gb_treesMatthias Radestock2011-10-011-14/+13
| * | | | optimise vq:drain_confirmed for the common caseMatthias Radestock2011-10-011-1/+5
| |/ / /
| * | | yes, this really does gain ~1% with MCM with two erlang schedulersMatthias Radestock2011-10-011-3/+9
| |/ /
| * | speed up acks a bitMatthias Radestock2011-10-011-10/+5
| * | refactor: extract gb_trees_fold/3 and gb_trees_foreach/2Matthias Radestock2011-10-013-11/+17
| * | refactor: eliminate gratuitous differences in 'confirm' codeMatthias Radestock2011-10-012-17/+17
| * | refactor: one gb_trees_cons is quite enoughMatthias Radestock2011-10-013-15/+11
| * | a few minor tweaks, essentially cosmeticMatthias Radestock2011-09-301-7/+7
| * | avoid creation of intermediate binaries by using io_listsMatthias Radestock2011-09-301-3/+2
| * | performance improving short cutMatthias Radestock2011-09-301-0/+2
| * | cosmeticMatthias Radestock2011-09-301-2/+1
| * | correct formattingMatthias Radestock2011-09-301-13/+14
| * | merge default into bug23764Matthias Radestock2011-09-302-64/+48
| |\ \
| | * | reformattingMatthias Radestock2011-09-301-57/+46
| | * | merge bug24298 into defaultMatthias Radestock2011-09-2951-886/+1304
| | |\ \
| | * | | Minor refactorMatthew Sackman2011-08-221-3/+3
| | * | | More efficient use of harddiscsMatthew Sackman2011-08-221-2/+1
| | * | | Always call client_delete_and_terminate for the transient queue. We then don'...Matthew Sackman2011-08-221-10/+6
| | | |/ | | |/|
| * | | Add brief note about requeue to VQ docsEmile Joubert2011-09-301-0/+5
| * | | always record pending acks in #msg_status formMatthias Radestock2011-09-301-53/+34
| * | | cosmeticMatthias Radestock2011-09-301-8/+8
| * | | refactor: extract removal from pending_ackMatthias Radestock2011-09-291-29/+29
| * | | inline ack/4Matthias Radestock2011-09-291-32/+25
| * | | refactor: pull call to msg_from_pending_ack into queue_mergeMatthias Radestock2011-09-291-36/+32
| * | | inlining and reshufflingMatthias Radestock2011-09-291-50/+45
| * | | further abstraction of queue/bpqueue distinctionMatthias Radestock2011-09-291-5/+9
| * | | a whole bunch of refactoring and cosmetic changesMatthias Radestock2011-09-291-101/+105
| * | | Refactor, rename, commentEmile Joubert2011-09-291-31/+21
| * | | Concession to Qpid tests is now redundantEmile Joubert2011-09-291-5/+1
| * | | Speed up requeue testEmile Joubert2011-09-291-22/+24
| * | | Move #msg_status{} back to rabbit_variable_queueEmile Joubert2011-09-291-1/+11
| * | | Only ack messages when necessaryEmile Joubert2011-09-291-10/+11
| * | | lshiftEmile Joubert2011-09-281-5/+5
| * | | Better test coverageEmile Joubert2011-09-281-4/+6
| * | | RefactorEmile Joubert2011-09-272-79/+84
| * | | Requeue fasterEmile Joubert2011-09-272-103/+143