summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging default into bug24455Matthew Sackman2011-10-044-648/+271
|\
| * simplify delta calculation in push_betas_to_deltasMatthias Radestock2011-10-031-65/+47
| * fix indentationMatthias Radestock2011-10-021-2/+1
| * save a lineMatthias Radestock2011-10-021-3/+2
| * merge headsMatthias Radestock2011-10-021-1/+1
| |\
| | * Make lqueue opaqueMatthew Sackman2011-10-021-1/+1
| * | refactor: get rid of #merge_funsMatthias Radestock2011-10-021-54/+29
| * | some small cosmetic changes and tiny tweaksMatthias Radestock2011-10-021-13/+13
| |/
| * Drop unneeded queue impls, tidy lqueue, add specs etcMatthew Sackman2011-10-026-820/+28
| * Avoid lots of combine_delta callsMatthew Sackman2011-10-022-45/+87
| * Merging default into bug24455Matthew Sackman2011-10-027-80/+87
| |\
| * | Avoid delta's low end extending beyond the low end of q3Matthew Sackman2011-09-301-16/+21
| * | Merging default into bug24455Matthew Sackman2011-09-305-245/+392
| |\ \
| * | | Count the quota properly on beta -> delta. Also, fprof shows that the queue:l...Matthew Sackman2011-09-292-51/+97
| * | | Count properlyMatthew Sackman2011-09-281-4/+4
| * | | Change one or two things around a little bitMatthew Sackman2011-09-282-114/+83
| * | | Add 2,3-finger_tree implementation.Matthew Sackman2011-09-263-1/+288
| * | | Merging default into bug24455Matthew Sackman2011-09-268-18/+34
| |\ \ \
| * | | | bpqueue is very dependent on the performance of queue:join. fqueue makes queu...Matthew Sackman2011-09-232-32/+152
* | | | | merge bug24323 into defaultMatthias Radestock2011-10-0369-1225/+1797
|\ \ \ \ \
| * | | | | 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
| | |_|/ | |/| |
| * | | merge bug23764 into defaultMatthias Radestock2011-09-304-175/+340
| |\ \ \
| | * | | correct formattingMatthias Radestock2011-09-301-13/+14
| | * | | merge default into bug23764Matthias Radestock2011-09-303-69/+60
| | |\ \ \ | | |/ / / | |/| | |
| * | | | reformattingMatthias Radestock2011-09-301-57/+46
| * | | | merge bug24298 into defaultMatthias Radestock2011-09-2965-963/+1450
| |\ \ \ \
| | * | | | Further oops, we now depend on everything being built before running run-back...Simon MacMullen2011-09-281-1/+1
| | * | | | OoopsSimon MacMullen2011-09-281-1/+1
| | * | | | Merge bug24371Simon MacMullen2011-09-2825-483/+631
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | merge default into bug24371Alexandru Scvortov2011-09-211-4/+11
| | |\ \ \ \
| | | * | | | Ensure dir existsMatthew Sackman2011-09-061-0/+1
| | | * | | | Use ctl wait in makefile; use setsid and backgrounding borrowed from initMatthew Sackman2011-08-222-5/+11
| * | | | | | 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