summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaksbug24455Matthew Sackman2011-10-171-14/+5
* Having thought about and discussed the code and desires, change things around...Matthew Sackman2011-10-171-47/+26
* cosmetic + correct specs for lqueue:peek{_r}Matthias Radestock2011-10-151-16/+16
* oopsMatthias Radestock2011-10-151-7/+3
* Revert lqueue so it does not cache ends of queue as we no longer need this to...Matthew Sackman2011-10-151-71/+33
* refactor: extract delta assertions into one placeMatthias Radestock2011-10-151-14/+15
* doc tidyingMatthias Radestock2011-10-151-10/+3
* merge default into bug24455Matthias Radestock2011-10-154-772/+429
|\
| * Because I've got rid of ram_index_count (i.e. betas count), and because the g...Matthew Sackman2011-10-121-48/+20
| * gb_sets:from_list(X) is slow. gb_sets:from_ordset(lists:usort(X)) is faster. ...Matthew Sackman2011-10-121-8/+9
| * Update docsMatthew Sackman2011-10-121-29/+70
| * Undo that last change, but still ensure q3 ends on a segment boundary by givi...Matthew Sackman2011-10-121-16/+9
| * cosmetic, and be somewhat smarter about deciding the minimum length of q3 (no...Matthew Sackman2011-10-122-8/+15
| * Cache both ends of the queue to give O(1) peek and peek_rMatthew Sackman2011-10-121-37/+68
| * Do not use q1+q4 length when calculating permitted ?s - if you do, then as th...Matthew Sackman2011-10-111-5/+4
| * Add peek and peek_r to lqueue, and use them in needs_timeout. Whilst this is ...Matthew Sackman2011-10-112-10/+18
| * When under memory pressure, we want to limit the size of q2 and q3, not just ...Matthew Sackman2011-10-112-161/+132
| * Merging default to bug24455Matthew Sackman2011-10-116-219/+211
| |\
| * | Ensure that we push ?-bordering ?s into ? eagerly.Matthew Sackman2011-10-112-10/+22
| * | 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
* | | | | | | minor optimisation in qi: keep unsynced_msg_ids in a gb_setMatthias Radestock2011-10-151-8/+9
* | | | | | | a spot of inliningMatthias Radestock2011-10-151-14/+7
* | | | | | | fix error reportingMatthias Radestock2011-10-141-1/+1
* | | | | | | double timeout to reduce ci test failure frequencyMatthias Radestock2011-10-131-1/+1
* | | | | | | Merge bug24478Simon MacMullen2011-10-131-2/+8
|\ \ \ \ \ \ \
| * | | | | | | Use $() like we do elsewhere, add a tiny bit more comment.bug24478Simon MacMullen2011-10-131-2/+3
| * | | | | | | Don't record cygwin pid for rabbitmqctl waitEmile Joubert2011-10-131-2/+7
|/ / / / / / /
* | | | | | | Merge bug24477Simon MacMullen2011-10-122-17/+56
|\ \ \ \ \ \ \
| * | | | | | | Explain a bitbug24477Simon MacMullen2011-10-121-0/+2
| * | | | | | | only confirm messages on 'remove' that are pending confirmationMatthias Radestock2011-10-111-2/+3
| * | | | | | | add tests for msg_store confirm logicMatthias Radestock2011-10-111-0/+29
| * | | | | | | make tests wait for *exactly* the right confirms, no more, no fewerMatthias Radestock2011-10-111-15/+22
|/ / / / / / /