| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reworked backing_queue and variable_queue to store msg_properties. used msg p... | Rob Harrop | 2010-08-18 | 4 | -37/+75 |
| * | added msg_properties record for rabbit.hrl | Rob Harrop | 2010-08-18 | 1 | -0/+2 |
| * | added validation for x-message-ttl arg on queue declare | Rob Harrop | 2010-08-18 | 1 | -1/+13 |
| * | small simplifying refactor | Matthias Radestock | 2010-08-18 | 1 | -15/+13 |
| * | take current memory alarms status into account straight away | Matthias Radestock | 2010-08-18 | 1 | -3/+4 |
| * | merge bug23135 into default | Matthias Radestock | 2010-08-17 | 2 | -22/+23 |
| |\ | |||||
| | * | obtain_and_release_on_death => obtain, and minor refactor of tcp acceptor | Matthew Sackman | 2010-08-17 | 2 | -16/+14 |
| | * | Combine obtains and release_on_death | Matthew Sackman | 2010-08-17 | 2 | -30/+33 |
| |/ | |||||
| * | merge bug23132 into default | Matthias Radestock | 2010-08-17 | 1 | -76/+165 |
| |\ | |||||
| | * | Minor corrections | Matthew Sackman | 2010-08-17 | 1 | -4/+5 |
| | * | cosmetic | Matthias Radestock | 2010-08-16 | 1 | -1/+1 |
| | * | tweak | Matthias Radestock | 2010-08-16 | 1 | -2/+2 |
| | * | tweak | Matthias Radestock | 2010-08-16 | 1 | -5/+5 |
| | * | tweak | Matthias Radestock | 2010-08-16 | 1 | -1/+1 |
| | * | obtain_limit can be 'infinity' | Matthias Radestock | 2010-08-16 | 1 | -1/+1 |
| | * | cosmetic | Matthias Radestock | 2010-08-16 | 1 | -1/+1 |
| | * | refactor: incorporate limit checking into maybe_reduce | Matthias Radestock | 2010-08-16 | 1 | -26/+22 |
| | * | cosmetic | Matthias Radestock | 2010-08-16 | 1 | -26/+35 |
| | * | opens => open. obtains => obtain | Matthew Sackman | 2010-08-16 | 1 | -61/+61 |
| | * | Finally, it works. Important points: 1) remove elders from blocked clients so... | Matthew Sackman | 2010-08-16 | 1 | -18/+24 |
| | * | Whoops. Be consistent about comparisons | Matthew Sackman | 2010-08-16 | 1 | -1/+2 |
| | * | 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 |
| | |\ | |/ |/| | |||||
| * | | bug23129 | Matthias Radestock | 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 |
| |/ | |||||
| * | bug 23118 merged into default (windows file descriptors limit) | Marek Majkowski | 2010-08-13 | 1 | -8/+12 |
| |\ | |||||
| | * | 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 |
| |\ | |||||
