Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update escript and docsbug24511 | Emile Joubert | 2011-10-24 | 2 | -6/+8 |
* | Publish multiple differently in soak test | Emile Joubert | 2011-10-20 | 1 | -23/+17 |
* | merge heads | Alexandru Scvortov | 2011-10-20 | 1 | -0/+7 |
|\ | |||||
| * | merge bug24510 (make start-background-node start-rabbit-on-node breaks loggin... | Alexandru Scvortov | 2011-10-20 | 2 | -2/+7 |
| |\ | |||||
| * | | Load rabbit first.bug24510 | Simon MacMullen | 2011-10-20 | 1 | -0/+3 |
* | | | Merge bug24508. | Simon MacMullen | 2011-10-20 | 2 | -19/+10 |
|\ \ \ | |_|/ |/| | | |||||
| * | | replace timer:apply_interval with timer:send_intervalbug24508 | Matthias Radestock | 2011-10-20 | 2 | -19/+10 |
|/ / | |||||
* | | Merged bug24362 into default | Emile Joubert | 2011-10-19 | 14 | -964/+538 |
|\ \ | |/ | |||||
| * | Merge bug24481 | Simon MacMullen | 2011-10-19 | 0 | -0/+0 |
| |\ | |||||
| * | | Cosmeticbug24481 | Simon MacMullen | 2011-10-19 | 1 | -8/+8 |
| * | | Saner naming | Emile Joubert | 2011-10-19 | 1 | -3/+3 |
| * | | Perform semantic equivalence test | Emile Joubert | 2011-10-19 | 1 | -6/+20 |
| |/ | |||||
| * | Merge bug17162. | Simon MacMullen | 2011-10-19 | 3 | -121/+109 |
| |\ | |||||
| | * | 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 |
| * | | yet another attempt to reduce timeouts in CI | Matthias Radestock | 2011-10-19 | 1 | -6/+6 |
| * | | As noted in bug17162 comment 13, this delivers a few percent improvement on M... | Simon MacMullen | 2011-10-18 | 1 | -0/+5 |
| * | | Merged bug24460 into default | Emile Joubert | 2011-10-18 | 1 | -3/+2 |
| |\ \ | |||||
| | * | | remove redundant usortbug24460 | Alexandru Scvortov | 2011-10-17 | 1 | -2/+1 |
| | * | | properly sort the queue of acks | Alexandru Scvortov | 2011-10-17 | 1 | -3/+3 |
| * | | | Merge bug24483 | Simon MacMullen | 2011-10-18 | 8 | -812/+391 |
| |\ \ \ | |||||
| | * | | | looks like a 200ms wait is still not enough to keep CI happy | Matthias Radestock | 2011-10-17 | 1 | -1/+1 |
| | | |/ | | |/| | |||||
| | * | | 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 |