| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sockets have priority up to 90%. Processes have the full 100% but at lower pr... | Matthew Sackman | 2010-08-16 | 2 | -55/+80 |
| * | Make sure tests have enough file descriptors | Matthew Sackman | 2010-08-16 | 1 | -1/+1 |
| * | Whoops | Matthew Sackman | 2010-08-16 | 1 | -1/+1 |
| * | Split obtains in two : one for open requests (higher priority) and one for ob... | Matthew Sackman | 2010-08-16 | 1 | -39/+67 |
| * | Allow the fhc server to request the client closes file handles before grantin... | Matthew Sackman | 2010-08-16 | 1 | -31/+52 |
| * | Merging default into bug 23132 | Matthew Sackman | 2010-08-16 | 2 | -151/+86 |
| |\ | |||||
| | * | minor refactor | Matthias Radestock | 2010-08-16 | 1 | -4/+1 |
| | * | cosmetic | Matthias Radestock | 2010-08-16 | 1 | -4/+3 |
| | * | don't log file summary recover error | Matthias Radestock | 2010-08-15 | 1 | -8/+5 |
| | * | don't attempt to recover file summary when we know there isn't one | Matthias Radestock | 2010-08-15 | 1 | -4/+3 |
| | * | cosmetic | Matthias Radestock | 2010-08-15 | 1 | -4/+4 |
| | * | more refactoring | Matthias Radestock | 2010-08-15 | 1 | -17/+13 |
| | * | yet more refactoring | Matthias Radestock | 2010-08-15 | 1 | -35/+30 |
| | * | now it compiles | Matthias Radestock | 2010-08-15 | 1 | -12/+6 |
| | * | minor refactor | Matthias Radestock | 2010-08-15 | 1 | -12/+10 |
| | * | cosmetic | Matthias Radestock | 2010-08-15 | 1 | -1/+1 |
| | * | minor refactor | Matthias Radestock | 2010-08-15 | 1 | -1/+5 |
| | * | Refactorings and improvents to msg_store startup | Matthew Sackman | 2010-08-15 | 1 | -29/+39 |
| | * | The underlying call to file:copy will not make use of any erlang-level read b... | Matthew Sackman | 2010-08-15 | 1 | -1/+1 |
| | * | Improve, correct and document msg store recovery | Matthew Sackman | 2010-08-15 | 1 | -19/+41 |
| | * | Correct and simplify the recovery from crashed compactions | Matthew Sackman | 2010-08-15 | 1 | -101/+22 |
| | * | When recovering, because of the possibility of finding the same msg twice, en... | Matthew Sackman | 2010-08-14 | 1 | -4/+5 |
| | * | A msg can appear > once in the same file because of multiple queues receiving... | Matthew Sackman | 2010-08-14 | 2 | -3/+5 |
| * | | Obtain from the fhc sync, and obtain it before we actually open the file | Matthew Sackman | 2010-08-15 | 1 | -18/+20 |
| |/ | |||||
| * | Improvements to comments | Matthew Sackman | 2010-08-13 | 1 | -6/+10 |
| * | Reduce the file descriptor limit for Windows to 512 | Matthew Sackman | 2010-08-13 | 1 | -2/+2 |
| * | merge bug23120 into default | Alexandru Scvortov | 2010-08-13 | 21 | -34/+28 |
| |\ | |||||
| | * | use consistent return types for start/start_link functions | Matthias Radestock | 2010-08-13 | 21 | -34/+28 |
| * | | tiny simplifying refactor | Matthias Radestock | 2010-08-13 | 1 | -2/+1 |
| * | | cosmetic: friendlier type name | Matthias Radestock | 2010-08-13 | 1 | -4/+5 |
| |/ | |||||
| * | Merging default into bug23095 | Matthew Sackman | 2010-08-12 | 5 | -104/+175 |
| |\ | |||||
| | * | cosmetic | Matthias Radestock | 2010-08-12 | 1 | -1/+3 |
| | * | remove redundant code | Matthias Radestock | 2010-08-11 | 1 | -3/+2 |
| | * | minor neatification | Matthias Radestock | 2010-08-11 | 1 | -3/+1 |
| | * | merge default into bug23104 | Matthias Radestock | 2010-08-11 | 1 | -6/+6 |
| | |\ | |||||
| | | * | cosmetic: consistency | Matthias Radestock | 2010-08-11 | 1 | -5/+5 |
| | * | | make table content spot check part of schema_integrity_check | Matthias Radestock | 2010-08-11 | 1 | -23/+22 |
| | * | | idiot2 | Matthew Sackman | 2010-08-11 | 1 | -1/+0 |
| | * | | idiot | Matthew Sackman | 2010-08-11 | 1 | -3/+1 |
| | * | | The table content tests need to happen *after* we've waited for the tables, o... | Matthew Sackman | 2010-08-11 | 1 | -7/+20 |
| | * | | cosmetic | Matthew Sackman | 2010-08-11 | 1 | -3/+3 |
| | * | | Improve match specs | Matthew Sackman | 2010-08-11 | 1 | -11/+27 |
| | * | | Use match specs instead. This is a first pass - I want to be able to add some... | Matthew Sackman | 2010-08-11 | 1 | -35/+35 |
| | * | | Partial implementation of 3rd suggestion. Partial because I just wanted to se... | Matthew Sackman | 2010-08-10 | 1 | -9/+43 |
| | |/ | |||||
| | * | merge bug23098 into default | Matthias Radestock | 2010-08-09 | 1 | -1/+1 |
| | |\ | |||||
| | | * | On reaching the max_restart_intensited, don't remove the child spec. Instead ... | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| | * | | Merge bug21875 into default | David Wragg | 2010-08-09 | 1 | -4/+2 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Fix typo. | Simon MacMullen | 2010-08-02 | 1 | -1/+1 |
| | | * | Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch. | Simon MacMullen | 2010-08-02 | 1 | -4/+2 |
| | * | | merge heads | Matthias Radestock | 2010-08-09 | 2 | -31/+47 |
| | |\ \ | |||||
