| Commit message (Expand) | Author | Age | Files | Lines |
| * | geometric distribution | Matthew Sackman | 2009-12-17 | 1 | -0/+38 |
| * | All sorts of stuff. See the bug. GC is off here (other that deleting empty fi... | Matthew Sackman | 2009-12-17 | 2 | -194/+271 |
| * | Reworked the GC of msg_store so that it scans the files themselves for their ... | Matthew Sackman | 2009-12-17 | 2 | -19/+34 |
| * | Added accountancy for file size and sums thereof plus sums of valid data. Thi... | Matthew Sackman | 2009-12-16 | 2 | -75/+107 |
| * | Don't reverse the entire list, only to pull off one element | Matthew Sackman | 2009-12-15 | 1 | -5/+6 |
| * | Noticed that sometimes the shutdown message that appears to the queue process... | Matthew Sackman | 2009-12-15 | 1 | -0/+3 |
| * | qi: all_segment_nums was not returning its list sorted. As a result, find_low... | Matthew Sackman | 2009-12-15 | 1 | -9/+10 |
| * | Turns out that it's actually important to stop erlang from time to time... | Matthew Sackman | 2009-12-15 | 1 | -5/+10 |
| * | Do not kill rabbit after 1 second when being asked to stop. Also, the default... | Matthew Sackman | 2009-12-15 | 2 | -10/+2 |
| * | merging in from default | Matthew Sackman | 2009-12-11 | 3 | -64/+85 |
| |\ |
|
| | * | merging bug 22117 into default | Matthew Sackman | 2009-12-11 | 2 | -42/+41 |
| | |\ |
|
| | | * | don't wait forever for ssl negotiation to succeed | Matthias Radestock | 2009-12-10 | 1 | -1/+4 |
| | | * | move ssl negotiation into reader process | Matthias Radestock | 2009-12-10 | 2 | -42/+38 |
| | * | | merging bug 21963 into default | Matthew Sackman | 2009-12-11 | 1 | -11/+12 |
| | |\ \ |
|
| | | * | | display pids instead of nodes | Matthias Radestock | 2009-12-10 | 1 | -11/+10 |
| | * | | | merging bug 21948 into default | Matthew Sackman | 2009-12-11 | 2 | -8/+28 |
| | |\ \ \ |
|
| | | * | | | add client_properties info item to 'rabbitmqctl list_connections' | Matthias Radestock | 2009-12-10 | 2 | -8/+28 |
| | | |/ / |
|
| | * | | | don't escape space (ascii 32) in rabbitmqctl output | Matthias Radestock | 2009-12-10 | 1 | -1/+1 |
| | |/ / |
|
| | * | | replace deprecated guard | Matthias Radestock | 2009-12-10 | 1 | -1/+1 |
| | |/ |
|
| * | | load_segments deliberately does not adjust the pubs and acks count in the seg... | Matthew Sackman | 2009-12-11 | 1 | -4/+6 |
| * | | Read 2 bytes instead of one at the start of load_segment_entries. This makes ... | Matthew Sackman | 2009-12-11 | 1 | -11/+4 |
| * | | cosmetic | Matthias Radestock | 2009-12-06 | 1 | -11/+8 |
| * | | cosmetic and some refactoring | Matthias Radestock | 2009-12-04 | 1 | -86/+77 |
| * | | appropriately renamed | Matthew Sackman | 2009-12-04 | 1 | -6/+6 |
| * | | cough, splutter, sneeze etc | Matthew Sackman | 2009-12-04 | 1 | -1/+1 |
| * | | segments now stored in array, not dict | Matthew Sackman | 2009-12-04 | 1 | -95/+93 |
| * | | cosmetic | Matthias Radestock | 2009-12-04 | 1 | -3/+3 |
| * | | refactoring | Matthew Sackman | 2009-12-04 | 1 | -34/+39 |
| * | | combined steps 3 and 4 of init, and made segment_find have the same type as d... | Matthew Sackman | 2009-12-04 | 1 | -75/+78 |
| * | | cosmetic | Matthias Radestock | 2009-12-03 | 1 | -13/+11 |
| * | | What a difference, two characters make... | Matthew Sackman | 2009-12-03 | 1 | -1/+1 |
| * | | Make the arrays fixed size and tell them the max size. The don't actually tak... | Matthew Sackman | 2009-12-03 | 1 | -1/+1 |
| * | | Switched to using array instead of dict for the inner journal. It's about 10%... | Matthew Sackman | 2009-12-03 | 1 | -70/+72 |
| * | | If I write it this way then it saves code and is maybe slightly faster. maybe. | Matthew Sackman | 2009-12-03 | 1 | -30/+22 |
| * | | merge heads | Matthew Sackman | 2009-12-03 | 1 | -7/+7 |
| |\ \ |
|
| | * | | cosmetic | Matthias Radestock | 2009-12-03 | 1 | -7/+7 |
| * | | | Abstracted the segment caching in the qi, and associated improvements as not ... | Matthew Sackman | 2009-12-03 | 1 | -119/+131 |
| |/ / |
|
| * | | Some renaming in the fhc and associated changes in qi and ms. | Matthew Sackman | 2009-12-03 | 3 | -20/+24 |
| * | | source code file compression | Matthew Sackman | 2009-12-03 | 1 | -6/+5 |
| * | | cosmetic | Matthias Radestock | 2009-12-02 | 1 | -6/+7 |
| * | | Up to 11kHz persistent on my home machine. Still a little way off the 13kHz t... | Matthew Sackman | 2009-12-02 | 2 | -30/+106 |
| * | | Allowed the journal to grow substantially bigger. This helps performance subs... | Matthew Sackman | 2009-12-02 | 1 | -1/+1 |
| * | | New qi in place, tested and debugged. It works. It's not quite as fast as bef... | Matthew Sackman | 2009-12-02 | 4 | -1460/+594 |
| * | | Finished. It might work - untested though | Matthew Sackman | 2009-12-02 | 1 | -35/+217 |
| * | | More good progress on qi3. The code still almost looks pretty in places. Its ... | Matthew Sackman | 2009-12-02 | 1 | -7/+175 |
| * | | Lots of good progress on qi3. The code almost looks pretty in places | Matthew Sackman | 2009-12-02 | 1 | -36/+377 |
| * | | Wrote two key combinators which will be used by the new queue index shortly. ... | Matthew Sackman | 2009-12-01 | 1 | -0/+159 |
| * | | Only pull in one segment at a time from γ into q3 | Matthew Sackman | 2009-11-30 | 1 | -8/+9 |
| * | | Remove the garbage_collect call as this doesn't seem to be necessary in R13B03 | Matthew Sackman | 2009-11-30 | 1 | -3/+1 |
| * | | Garbage collect on memory reduction; remove delayed_write in queue index as w... | Matthew Sackman | 2009-11-30 | 3 | -4/+8 |