| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | Nuked a head | Ben Hood | 2009-11-05 | 2 | -2/+6 |
| | |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | | Merged bug21775 into default | Ben Hood | 2009-11-05 | 1 | -3/+24 |
| | |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| | | * | | | | | Merged default into bug21775 | Ben Hood | 2009-11-05 | 19 | -447/+443 |
| | | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | * | | | | | merging from default | Vlad Ionescu | 2009-10-29 | 9 | -46/+57 |
| | | |\ \ \ \ \ |
|
| | | * | | | | | | adding support for determining if an amqp reply code is either a soft or a ha... | Vlad Ionescu | 2009-10-23 | 1 | -3/+24 |
| * | | | | | | | | Fixed. There was a choice of having the qi do its own seqids, which would hav... | Matthew Sackman | 2009-11-10 | 2 | -69/+160 |
| * | | | | | | | | Added test which slowly reduces the duration target of the queue as messages ... | Matthew Sackman | 2009-11-10 | 2 | -1/+44 |
| * | | | | | | | | Cosmetic reorganisation of vq. Added specs and made sure usage matches specs | Matthew Sackman | 2009-11-09 | 3 | -184/+270 |
| * | | | | | | | | Wrote specific test of the case mentioned in previous commit, and fixed code ... | Matthew Sackman | 2009-11-09 | 4 | -51/+264 |
| * | | | | | | | | Made the tests work again. Also one tiny cosmetic in vq. However, uncovered m... | Matthew Sackman | 2009-11-09 | 2 | -19/+35 |
| * | | | | | | | | modified vq such that when we're bringing entries back in from gamma to beta ... | Matthew Sackman | 2009-11-09 | 2 | -47/+55 |
| * | | | | | | | | Making progress with vq testing and debugging - up to 75% code coverage overa... | Matthew Sackman | 2009-11-06 | 2 | -59/+152 |
| * | | | | | | | | man 2 write states: | Matthew Sackman | 2009-11-06 | 3 | -24/+42 |
| * | | | | | | | | merging in from default | Matthew Sackman | 2009-11-05 | 8 | -6/+59 |
| |\ \ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| | * | | | | | | | One head is better than two. | David Wragg | 2009-11-05 | 2 | -2/+6 |
| | |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | | * | | | | | | Merge bug21802 into default | David Wragg | 2009-11-04 | 2 | -2/+6 |
| | | |\ \ \ \ \ \ |
|
| | | | * | | | | | | typeo. Or something. | Matthew Sackman | 2009-10-29 | 1 | -1/+1 |
| | | | * | | | | | | Made the wrappers slightly smarter so that they also detect when they're the ... | Matthew Sackman | 2009-10-29 | 2 | -3/+7 |
| | * | | | | | | | | merge bug21831 into default | Matthias Radestock | 2009-11-04 | 2 | -1/+23 |
| | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | When clustered, on application:stop, make sure we call on_node_node(node()). ... | Matthew Sackman | 2009-10-29 | 1 | -1/+1 |
| | | * | | | | | | | | placation of Matthias - more sensible rabbit_mnesia API | Matthew Sackman | 2009-10-29 | 2 | -23/+22 |
| | | * | | | | | | | | On application:stop, if we're not clustered, walk through all the ram tables,... | Matthew Sackman | 2009-10-29 | 2 | -1/+24 |
| | | | |/ / / / / /
| | |/| | | | | | |
|
| | * | | | | | | | | merge bug21782 into default | Matthias Radestock | 2009-11-04 | 2 | -3/+5 |
| | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | cosmetic | Matthias Radestock | 2009-11-04 | 1 | -3/+3 |
| | | * | | | | | | | | Added destination file, and lifted the code from rabbit_misc:write_term_file ... | Matthew Sackman | 2009-10-30 | 2 | -3/+5 |
| | | | |/ / / / / /
| | |/| | | | | | |
|
| | * | | | | | | | | merge bug21570 into default | Matthias Radestock | 2009-11-04 | 2 | -0/+25 |
| | |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | | * | | | | | | | Added extra spec which may shut up R13B01 | Matthew Sackman | 2009-10-29 | 1 | -0/+3 |
| | | * | | | | | | | Added specs which, importantly, feature no_return() as the return types, in o... | Matthew Sackman | 2009-10-29 | 2 | -0/+22 |
| | | |/ / / / / / |
|
| * | | | | | | | | subtle bug in queue_index in that there's a sort of race because scattering t... | Matthew Sackman | 2009-11-03 | 2 | -4/+10 |
| * | | | | | | | | Fixed a few bugs in fhc, pushed fhc through to msg_store and msg_file. API ch... | Matthew Sackman | 2009-11-03 | 5 | -267/+180 |
| * | | | | | | | | started work on properly testing the vq. Caught several bugs already. Also ho... | Matthew Sackman | 2009-11-02 | 4 | -20/+111 |
| * | | | | | | | | Still haven't discovered any real bugs in the refactoring that happened to qi... | Matthew Sackman | 2009-11-02 | 1 | -41/+41 |
| * | | | | | | | | Documentation, cosmetic and tidying up test artifacts | Matthew Sackman | 2009-11-02 | 2 | -29/+29 |
| * | | | | | | | | Well, the transformation is done. Hilariously it works, first time. However, ... | Matthew Sackman | 2009-10-30 | 1 | -158/+206 |
| * | | | | | | | | Made the qi keep counters for the publishes and deliveries and flush to disk ... | Matthew Sackman | 2009-10-30 | 3 | -47/+112 |
| * | | | | | | | | Added specs to fhc | Matthew Sackman | 2009-10-30 | 1 | -1/+34 |
| * | | | | | | | | bool() => boolean() | Matthew Sackman | 2009-10-30 | 3 | -3/+3 |
| * | | | | | | | | merging in from default | Matthew Sackman | 2009-10-30 | 14 | -472/+419 |
| |\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | * | | | | | | | merging bug21804 into default | Vlad Ionescu | 2009-10-29 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | stop batch from tripping over vars containing parentheses | Matthias Radestock | 2009-10-29 | 1 | -1/+1 |
| | | |/ / / / / / |
|
| | * | | | | | | | merging bug21877 into default | Vlad Ionescu | 2009-10-29 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | correct default path to erlsrv.exe | Matthias Radestock | 2009-10-29 | 1 | -1/+1 |
| | | |/ / / / / / |
|
| | * | | | | | | | merging bug21789 into default | Vlad Ionescu | 2009-10-29 | 6 | -1/+31 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | missed one | Matthias Radestock | 2009-10-29 | 1 | -0/+4 |
| | | * | | | | | | | prevent vars from escaping the script and polluting the env | Matthias Radestock | 2009-10-29 | 5 | -1/+27 |
| | | |/ / / / / / |
|
| | * | | | | | | | merging bug 21457 into default | Matthew Sackman | 2009-10-29 | 4 | -19/+34 |
| | |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | | * | | | | | | set limits for 32bit to 4GB and 64bit to 256TB. Set default vm_memory_high_wa... | Matthew Sackman | 2009-10-29 | 4 | -8/+9 |
| | | * | | | | | | Minor improvements to spec and some cosmetics | Matthew Sackman | 2009-10-29 | 1 | -11/+10 |
| | | * | | | | | | QA: specs | Marek Majkowski | 2009-10-29 | 1 | -0/+15 |
| | | * | | | | | | QA: yes, that's better error handling... | Marek Majkowski | 2009-10-29 | 1 | -16/+10 |