| Commit message (Expand) | Author | Age | Files | Lines |
* | remove parse_properties (again) and rename testbug17162 | Alexandru Scvortov | 2011-10-18 | 2 | -116/+59 |
* | small routing optimisation and re-add parse_properties | Alexandru Scvortov | 2011-10-18 | 2 | -1/+58 |
* | cosmetic | Alexandru Scvortov | 2011-10-18 | 1 | -7/+12 |
* | unroll property parser | Alexandru Scvortov | 2011-10-17 | 2 | -59/+46 |
* | merge bug24455 into default | Matthias Radestock | 2011-10-17 | 4 | -786/+365 |
|\ |
|
| * | Minor tweaksbug24455 | Matthew Sackman | 2011-10-17 | 1 | -14/+5 |
| * | Having thought about and discussed the code and desires, change things around... | Matthew Sackman | 2011-10-17 | 1 | -47/+26 |
| * | cosmetic + correct specs for lqueue:peek{_r} | Matthias Radestock | 2011-10-15 | 1 | -16/+16 |
| * | oops | Matthias Radestock | 2011-10-15 | 1 | -7/+3 |
| * | Revert lqueue so it does not cache ends of queue as we no longer need this to... | Matthew Sackman | 2011-10-15 | 1 | -71/+33 |
| * | refactor: extract delta assertions into one place | Matthias Radestock | 2011-10-15 | 1 | -14/+15 |
| * | doc tidying | Matthias Radestock | 2011-10-15 | 1 | -10/+3 |
| * | merge default into bug24455 | Matthias Radestock | 2011-10-15 | 4 | -772/+429 |
| |\
|/ / |
|
| * | Because I've got rid of ram_index_count (i.e. betas count), and because the g... | Matthew Sackman | 2011-10-12 | 1 | -48/+20 |
| * | gb_sets:from_list(X) is slow. gb_sets:from_ordset(lists:usort(X)) is faster. ... | Matthew Sackman | 2011-10-12 | 1 | -8/+9 |
| * | Update docs | Matthew Sackman | 2011-10-12 | 1 | -29/+70 |
| * | Undo that last change, but still ensure q3 ends on a segment boundary by givi... | Matthew Sackman | 2011-10-12 | 1 | -16/+9 |
| * | cosmetic, and be somewhat smarter about deciding the minimum length of q3 (no... | Matthew Sackman | 2011-10-12 | 2 | -8/+15 |
| * | Cache both ends of the queue to give O(1) peek and peek_r | Matthew Sackman | 2011-10-12 | 1 | -37/+68 |
| * | Do not use q1+q4 length when calculating permitted ?s - if you do, then as th... | Matthew Sackman | 2011-10-11 | 1 | -5/+4 |
| * | Add peek and peek_r to lqueue, and use them in needs_timeout. Whilst this is ... | Matthew Sackman | 2011-10-11 | 2 | -10/+18 |
| * | When under memory pressure, we want to limit the size of q2 and q3, not just ... | Matthew Sackman | 2011-10-11 | 2 | -161/+132 |
| * | Merging default to bug24455 | Matthew Sackman | 2011-10-11 | 6 | -219/+211 |
| |\ |
|
| * | | Ensure that we push ?-bordering ?s into ? eagerly. | Matthew Sackman | 2011-10-11 | 2 | -10/+22 |
| * | | Merging default into bug24455 | Matthew Sackman | 2011-10-04 | 4 | -648/+271 |
| |\ \ |
|
| | * | | simplify delta calculation in push_betas_to_deltas | Matthias Radestock | 2011-10-03 | 1 | -65/+47 |
| | * | | fix indentation | Matthias Radestock | 2011-10-02 | 1 | -2/+1 |
| | * | | save a line | Matthias Radestock | 2011-10-02 | 1 | -3/+2 |
| | * | | merge heads | Matthias Radestock | 2011-10-02 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | Make lqueue opaque | Matthew Sackman | 2011-10-02 | 1 | -1/+1 |
| | * | | | refactor: get rid of #merge_funs | Matthias Radestock | 2011-10-02 | 1 | -54/+29 |
| | * | | | some small cosmetic changes and tiny tweaks | Matthias Radestock | 2011-10-02 | 1 | -13/+13 |
| | |/ / |
|
| | * | | Drop unneeded queue impls, tidy lqueue, add specs etc | Matthew Sackman | 2011-10-02 | 6 | -820/+28 |
| | * | | Avoid lots of combine_delta calls | Matthew Sackman | 2011-10-02 | 2 | -45/+87 |
| | * | | Merging default into bug24455 | Matthew Sackman | 2011-10-02 | 7 | -80/+87 |
| | |\ \ |
|
| | * | | | Avoid delta's low end extending beyond the low end of q3 | Matthew Sackman | 2011-09-30 | 1 | -16/+21 |
| | * | | | Merging default into bug24455 | Matthew Sackman | 2011-09-30 | 5 | -245/+392 |
| | |\ \ \ |
|
| | * | | | | Count the quota properly on beta -> delta. Also, fprof shows that the queue:l... | Matthew Sackman | 2011-09-29 | 2 | -51/+97 |
| | * | | | | Count properly | Matthew Sackman | 2011-09-28 | 1 | -4/+4 |
| | * | | | | Change one or two things around a little bit | Matthew Sackman | 2011-09-28 | 2 | -114/+83 |
| | * | | | | Add 2,3-finger_tree implementation. | Matthew Sackman | 2011-09-26 | 3 | -1/+288 |
| | * | | | | Merging default into bug24455 | Matthew Sackman | 2011-09-26 | 8 | -18/+34 |
| | |\ \ \ \ |
|
| | * | | | | | bpqueue is very dependent on the performance of queue:join. fqueue makes queu... | Matthew Sackman | 2011-09-23 | 2 | -32/+152 |
* | | | | | | | minor optimisation in qi: keep unsynced_msg_ids in a gb_set | Matthias Radestock | 2011-10-15 | 1 | -8/+9 |
* | | | | | | | a spot of inlining | Matthias Radestock | 2011-10-15 | 1 | -14/+7 |
* | | | | | | | fix error reporting | Matthias Radestock | 2011-10-14 | 1 | -1/+1 |
* | | | | | | | double timeout to reduce ci test failure frequency | Matthias Radestock | 2011-10-13 | 1 | -1/+1 |
* | | | | | | | Merge bug24478 | Simon MacMullen | 2011-10-13 | 1 | -2/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Use $() like we do elsewhere, add a tiny bit more comment.bug24478 | Simon MacMullen | 2011-10-13 | 1 | -2/+3 |
| * | | | | | | | Don't record cygwin pid for rabbitmqctl wait | Emile Joubert | 2011-10-13 | 1 | -2/+7 |
|/ / / / / / / |
|