summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use multiple processes for compilation. 2 seems to be as fast as any > 1, but...Simon MacMullen2011-10-261-3/+30
* It turns out that I can't even design ascii art correctly.Simon MacMullen2011-10-261-3/+3
* More simplerSimon MacMullen2011-10-261-1/+1
* If HiPE is not available, print an error message and continue.Simon MacMullen2011-10-261-11/+17
* Oops, forgot to add this one.Simon MacMullen2011-10-241-1/+1
* Go faster stripes.Simon MacMullen2011-10-242-3/+37
* a spot of inlining/renamingMatthias Radestock2011-10-241-29/+21
* minor optimisation: switch from dict to gb_treesMatthias Radestock2011-10-221-6/+6
* eliminate unused var warningMatthias Radestock2011-10-211-6/+5
* merge bug24504 into defaultMatthias Radestock2011-10-211-2/+8
|\
| * expand scope of "no alternate exchange" optimisationMatthias Radestock2011-10-211-3/+2
| * Revert 910c670238ad (Produce guids a bit more efficiently)Simon MacMullen2011-10-191-7/+7
| * 3) Cache results of rabbit_registry:lookup_module() for exchange types in the...Simon MacMullen2011-10-191-2/+6
| * 2) Produce guids a bit more efficiently.Simon MacMullen2011-10-191-7/+7
| * 1) Don't even consider alternate exchanges for exchanges with no args.Simon MacMullen2011-10-191-0/+3
* | CosmeticSimon MacMullen2011-10-211-1/+2
* | Refrain from resetting message expiry in message requeueEmile Joubert2011-10-206-46/+35
* | merge headsAlexandru Scvortov2011-10-201-0/+7
|\ \
| * \ merge bug24510 (make start-background-node start-rabbit-on-node breaks loggin...Alexandru Scvortov2011-10-202-2/+7
| |\ \
| * | | Load rabbit first.Simon MacMullen2011-10-201-0/+3
* | | | replace timer:apply_interval with timer:send_intervalMatthias Radestock2011-10-202-19/+10
| |/ / |/| |
* | | Merged bug24362 into defaultEmile Joubert2011-10-1911-940/+474
|\ \ \ | |/ /
| * | CosmeticSimon MacMullen2011-10-191-8/+8
| * | Saner namingEmile Joubert2011-10-191-3/+3
| * | Perform semantic equivalence testEmile Joubert2011-10-191-6/+20
| |/
| * Merge bug17162.Simon MacMullen2011-10-192-116/+59
| |\
| | * remove parse_properties (again) and rename testAlexandru Scvortov2011-10-182-116/+59
| | * small routing optimisation and re-add parse_propertiesAlexandru Scvortov2011-10-182-1/+58
| | * unroll property parserAlexandru Scvortov2011-10-171-54/+1
| * | yet another attempt to reduce timeouts in CIMatthias Radestock2011-10-191-6/+6
| * | As noted in bug17162 comment 13, this delivers a few percent improvement on M...Simon MacMullen2011-10-181-0/+5
| * | Merged bug24460 into defaultEmile Joubert2011-10-181-3/+2
| |\ \
| | * | remove redundant usortAlexandru Scvortov2011-10-171-2/+1
| | * | properly sort the queue of acksAlexandru Scvortov2011-10-171-3/+3
| * | | looks like a 200ms wait is still not enough to keep CI happyMatthias Radestock2011-10-171-1/+1
| | |/ | |/|
| * | Minor tweaksMatthew 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