| Commit message (Expand) | Author | Age | Files | Lines |
| * | More simpler | Simon MacMullen | 2011-10-26 | 1 | -1/+1 |
| * | If HiPE is not available, print an error message and continue. | Simon MacMullen | 2011-10-26 | 1 | -11/+17 |
| * | Oops, forgot to add this one. | Simon MacMullen | 2011-10-24 | 1 | -1/+1 |
| * | Go faster stripes. | Simon MacMullen | 2011-10-24 | 2 | -3/+37 |
| * | a spot of inlining/renaming | Matthias Radestock | 2011-10-24 | 1 | -29/+21 |
| * | minor optimisation: switch from dict to gb_trees | Matthias Radestock | 2011-10-22 | 1 | -6/+6 |
| * | eliminate unused var warning | Matthias Radestock | 2011-10-21 | 1 | -6/+5 |
| * | merge bug24504 into default | Matthias Radestock | 2011-10-21 | 1 | -2/+8 |
| |\ |
|
| | * | expand scope of "no alternate exchange" optimisation | Matthias Radestock | 2011-10-21 | 1 | -3/+2 |
| | * | Revert 910c670238ad (Produce guids a bit more efficiently) | Simon MacMullen | 2011-10-19 | 1 | -7/+7 |
| | * | 3) Cache results of rabbit_registry:lookup_module() for exchange types in the... | Simon MacMullen | 2011-10-19 | 1 | -2/+6 |
| | * | 2) Produce guids a bit more efficiently. | Simon MacMullen | 2011-10-19 | 1 | -7/+7 |
| | * | 1) Don't even consider alternate exchanges for exchanges with no args. | Simon MacMullen | 2011-10-19 | 1 | -0/+3 |
| * | | Cosmetic | Simon MacMullen | 2011-10-21 | 1 | -1/+2 |
| * | | Refrain from resetting message expiry in message requeue | Emile Joubert | 2011-10-20 | 6 | -46/+35 |
| * | | 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. | Simon MacMullen | 2011-10-20 | 1 | -0/+3 |
| * | | | | replace timer:apply_interval with timer:send_interval | Matthias Radestock | 2011-10-20 | 2 | -19/+10 |
| | |/ /
|/| | |
|
| * | | | Merged bug24362 into default | Emile Joubert | 2011-10-19 | 11 | -940/+474 |
| |\ \ \
| |/ / |
|
| | * | | Cosmetic | 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 | 2 | -116/+59 |
| | |\ |
|
| | | * | remove parse_properties (again) and rename test | Alexandru Scvortov | 2011-10-18 | 2 | -116/+59 |
| | | * | small routing optimisation and re-add parse_properties | Alexandru Scvortov | 2011-10-18 | 2 | -1/+58 |
| | | * | unroll property parser | Alexandru Scvortov | 2011-10-17 | 1 | -54/+1 |
| | * | | 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 usort | Alexandru Scvortov | 2011-10-17 | 1 | -2/+1 |
| | | * | | properly sort the queue of acks | Alexandru Scvortov | 2011-10-17 | 1 | -3/+3 |
| | * | | | looks like a 200ms wait is still not enough to keep CI happy | Matthias Radestock | 2011-10-17 | 1 | -1/+1 |
| | | |/
| |/| |
|
| | * | | Minor tweaks | 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 |