| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backed out changeset c47670da4830 - I decided the dedup cache shouldn't be ma... | Matthew Sackman | 2010-08-18 | 1 | -5/+7 |
| * | treat the dedup cache the same way as the index - permit 0 ref_counts and pru... | Matthew Sackman | 2010-08-17 | 1 | -7/+5 |
| * | Merging default into bug 23133 | Matthew Sackman | 2010-08-17 | 3 | -97/+183 |
| |\ | |||||
| | * | 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 |
| | * | 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 |
| | |\ | |||||
| | | * | minor refactor | Matthias Radestock | 2010-08-16 | 1 | -4/+1 |
| | | * | cosmetic | Matthias Radestock | 2010-08-16 | 1 | -4/+3 |
| | * | | Obtain from the fhc sync, and obtain it before we actually open the file | Matthew Sackman | 2010-08-15 | 1 | -18/+20 |
| * | | | Permit 0 ref counts and don't actually forget about messages until the file g... | Matthew Sackman | 2010-08-16 | 1 | -40/+78 |
| | |/ |/| | |||||
| * | | 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 |
| |/ | |||||
| * | 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 |
