summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Noticed that sometimes the shutdown message that appears to the queue process...Matthew Sackman2009-12-151-0/+3
* qi: all_segment_nums was not returning its list sorted. As a result, find_low...Matthew Sackman2009-12-151-9/+10
* Turns out that it's actually important to stop erlang from time to time...Matthew Sackman2009-12-151-5/+10
* Do not kill rabbit after 1 second when being asked to stop. Also, the default...Matthew Sackman2009-12-152-10/+2
* merging in from defaultMatthew Sackman2009-12-113-64/+85
|\
| * merging bug 22117 into defaultMatthew Sackman2009-12-112-42/+41
| |\
| | * don't wait forever for ssl negotiation to succeedMatthias Radestock2009-12-101-1/+4
| | * move ssl negotiation into reader processMatthias Radestock2009-12-102-42/+38
| * | merging bug 21963 into defaultMatthew Sackman2009-12-111-11/+12
| |\ \
| | * | display pids instead of nodesMatthias Radestock2009-12-101-11/+10
| * | | merging bug 21948 into defaultMatthew Sackman2009-12-112-8/+28
| |\ \ \
| | * | | add client_properties info item to 'rabbitmqctl list_connections'Matthias Radestock2009-12-102-8/+28
| | |/ /
| * | | don't escape space (ascii 32) in rabbitmqctl outputMatthias Radestock2009-12-101-1/+1
| |/ /
| * | replace deprecated guardMatthias Radestock2009-12-101-1/+1
| |/
* | load_segments deliberately does not adjust the pubs and acks count in the seg...Matthew Sackman2009-12-111-4/+6
* | Read 2 bytes instead of one at the start of load_segment_entries. This makes ...Matthew Sackman2009-12-111-11/+4
* | cosmeticMatthias Radestock2009-12-061-11/+8
* | cosmetic and some refactoringMatthias Radestock2009-12-041-86/+77
* | appropriately renamedMatthew Sackman2009-12-041-6/+6
* | cough, splutter, sneeze etcMatthew Sackman2009-12-041-1/+1
* | segments now stored in array, not dictMatthew Sackman2009-12-041-95/+93
* | cosmeticMatthias Radestock2009-12-041-3/+3
* | refactoringMatthew Sackman2009-12-041-34/+39
* | combined steps 3 and 4 of init, and made segment_find have the same type as d...Matthew Sackman2009-12-041-75/+78
* | cosmeticMatthias Radestock2009-12-031-13/+11
* | What a difference, two characters make...Matthew Sackman2009-12-031-1/+1
* | Make the arrays fixed size and tell them the max size. The don't actually tak...Matthew Sackman2009-12-031-1/+1
* | Switched to using array instead of dict for the inner journal. It's about 10%...Matthew Sackman2009-12-031-70/+72
* | If I write it this way then it saves code and is maybe slightly faster. maybe.Matthew Sackman2009-12-031-30/+22
* | merge headsMatthew Sackman2009-12-031-7/+7
|\ \
| * | cosmeticMatthias Radestock2009-12-031-7/+7
* | | Abstracted the segment caching in the qi, and associated improvements as not ...Matthew Sackman2009-12-031-119/+131
|/ /
* | Some renaming in the fhc and associated changes in qi and ms.Matthew Sackman2009-12-033-20/+24
* | source code file compressionMatthew Sackman2009-12-031-6/+5
* | cosmeticMatthias Radestock2009-12-021-6/+7
* | Up to 11kHz persistent on my home machine. Still a little way off the 13kHz t...Matthew Sackman2009-12-022-30/+106
* | Allowed the journal to grow substantially bigger. This helps performance subs...Matthew Sackman2009-12-021-1/+1
* | New qi in place, tested and debugged. It works. It's not quite as fast as bef...Matthew Sackman2009-12-024-1460/+594
* | Finished. It might work - untested thoughMatthew Sackman2009-12-021-35/+217
* | More good progress on qi3. The code still almost looks pretty in places. Its ...Matthew Sackman2009-12-021-7/+175
* | Lots of good progress on qi3. The code almost looks pretty in placesMatthew Sackman2009-12-021-36/+377
* | Wrote two key combinators which will be used by the new queue index shortly. ...Matthew Sackman2009-12-011-0/+159
* | Only pull in one segment at a time from γ into q3Matthew Sackman2009-11-301-8/+9
* | Remove the garbage_collect call as this doesn't seem to be necessary in R13B03Matthew Sackman2009-11-301-3/+1
* | Garbage collect on memory reduction; remove delayed_write in queue index as w...Matthew Sackman2009-11-303-4/+8
* | Removal of unnecessary clause in handle_info for queue process as prefetcher ...Matthew Sackman2009-11-272-9/+4
* | Removed mnesia table and dq_msg_loc record that's no longer neededMatthew Sackman2009-11-271-10/+5
* | There was a bug. Now it has gone away. It arose when γ has a partial segment...Matthew Sackman2009-11-272-35/+110
* | storage_mode is long goneMatthias Radestock2009-11-271-1/+1
* | unintended variable captureMatthias Radestock2009-11-271-6/+7