| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: move all the low level message file i/o into a separate module | Matthias Radestock | 2009-08-29 | 2 | -116/+153 |
| | | | | | The details of how messages are encoded in files are opaque to disk_queue. | ||||
| * | remove unused constant | Matthias Radestock | 2009-08-29 | 1 | -1/+0 |
| | | | | | This was added in revision b48919ed4e12 for no apparent reason | ||||
| * | banish ?FILE_PACKING_ADJUSTMENT from all but three functions | Matthias Radestock | 2009-08-29 | 1 | -33/+29 |
| | | | | | | | | | The details of the message packing are opaque to high level code, as they should be. The TotalSize that code sees now is the total size of the message on disk, including all packing adjustments, which is all that is ever needed to perform all the necessary file positioning etc at that level. | ||||
| * | cosmetic | Matthias Radestock | 2009-08-29 | 1 | -2/+2 |
| | | |||||
| * | cosmetic - mostly whitespace shuffling | Matthias Radestock | 2009-08-29 | 1 | -32/+30 |
| | | |||||
| * | refactoring: rename non-sensical read_file_hc_cache to read_file_handle_cache | Matthias Radestock | 2009-08-29 | 1 | -9/+9 |
| | | |||||
| * | refactoring: (re)introduce {ok, ...} return on open_file | Matthias Radestock | 2009-08-29 | 1 | -15/+15 |
| | | | | | | | This allows us to replace the last remaining file:open with open_file. Also, extract binary mode settings and use them in both open_file and fh cache creation. | ||||
| * | cosmetic: remove whitespace | Matthias Radestock | 2009-08-29 | 1 | -21/+18 |
| | | |||||
| * | Other is KO | Matthias Radestock | 2009-08-29 | 1 | -1/+1 |
| | | | | | accidentally changed in previous commit | ||||
| * | refactoring: extract reading of stop byte | Matthias Radestock | 2009-08-29 | 1 | -14/+17 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2009-08-29 | 1 | -3/+2 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2009-08-29 | 1 | -5/+3 |
| | | |||||
| * | refactoring: simplify match in read_next_file_entry | Matthias Radestock | 2009-08-29 | 1 | -4/+4 |
| | | | | | this is equivalent since the read entities are unsigned | ||||
| * | refactoring: eliminate code duplication in read_message_from_disk | Matthias Radestock | 2009-08-29 | 1 | -8/+7 |
| | | |||||
| * | refactoring: extract file opening, and simplify file:position calls | Matthias Radestock | 2009-08-29 | 1 | -25/+20 |
| | | |||||
| * | refactor: pull msg_location_dets filename construction into separate fun | Matthias Radestock | 2009-08-28 | 1 | -6/+7 |
| | | |||||
| * | cosmetic changes to shutdown marker code | Matthias Radestock | 2009-08-28 | 1 | -94/+95 |
| | | | | | | move it to the right place reorganise constants section | ||||
| * | Use an mnesia transaction to record safely shutting down, and associated ↵ | Matthew Sackman | 2009-08-28 | 1 | -0/+74 |
| | | | | | wiring on startup. Manually verified this all works. | ||||
| * | sigh, merge | Matthew Sackman | 2009-08-28 | 1 | -0/+8 |
| |\ | |||||
| | * | cosmetic - visual separation of sections | Matthias Radestock | 2009-08-28 | 1 | -0/+8 |
| | | | |||||
| * | | minor refactorings | Matthew Sackman | 2009-08-28 | 1 | -2/+1 |
| |/ | |||||
| * | dq: revert the table change to earlier on, so that recovery isn't as ↵ | Matthew Sackman | 2009-08-28 | 2 | -11/+19 |
| | | | | | horrendously slow. amqq_proc: correct order of actions in delete_queue and document. | ||||
| * | more merging | Matthew Sackman | 2009-08-28 | 1 | -5/+6 |
| |\ | |||||
| | * | merge heads | Matthias Radestock | 2009-08-28 | 1 | -1/+1 |
| | |\ | |||||
| | * | | minor refactoring | Matthias Radestock | 2009-08-28 | 1 | -5/+6 |
| | | | | | | | | | | | | | make it more obvious that ReqRem will always end up being <= 0 | ||||
| * | | | superdooper. Recovery from crashes mid compaction tested, corrected, working. | Matthew Sackman | 2009-08-28 | 2 | -18/+18 |
| | |/ |/| | |||||
| * | | cosmetic | Matthew Sackman | 2009-08-28 | 1 | -1/+1 |
| |/ | |||||
| * | merge heads - gratuitous shuffling | Matthew Sackman | 2009-08-28 | 1 | -93/+117 |
| |\ | |||||
| | * | cosmetic: move things around | Matthias Radestock | 2009-08-28 | 1 | -93/+117 |
| | | | |||||
| * | | cosmetics - documentation | Matthew Sackman | 2009-08-28 | 1 | -5/+8 |
| |/ | |||||
| * | cosmetics - formatting | Matthew Sackman | 2009-08-28 | 1 | -14/+13 |
| | | |||||
| * | merging heads | Matthew Sackman | 2009-08-28 | 1 | -1/+1 |
| |\ | |||||
| | * | reference bug21489 | Matthias Radestock | 2009-08-28 | 1 | -1/+1 |
| | | | |||||
| * | | Changes to memory_manager. Watch for change in overall amount of free ↵ | Matthew Sackman | 2009-08-28 | 1 | -38/+44 |
| |/ | | | | tokens, not requested amount | ||||
| * | cosmetic | Matthew Sackman | 2009-08-28 | 1 | -1/+1 |
| | | |||||
| * | less noisy startup | Matthias Radestock | 2009-08-28 | 1 | -8/+2 |
| | | |||||
| * | merge default into bug21368 | Matthias Radestock | 2009-08-28 | 11 | -55/+240 |
| |\ | |||||
| | * | slight resequencing of core process startup | Matthias Radestock | 2009-08-28 | 1 | -3/+3 |
| | | | | | | | | | | | - perform crucial check a bit earlier - start memory alarms as early as possible | ||||
| | * | merge in from bug 19356 | Matthew Sackman | 2009-08-26 | 11 | -52/+237 |
| | |\ | |||||
| | | * | merging in from default | Matthew Sackman | 2009-08-26 | 1 | -0/+11 |
| | | |\ | | |/ | |/| | |||||
| | | * | merging in from default | Matthew Sackman | 2009-08-25 | 6 | -242/+392 |
| | | |\ | |||||
| | | * \ | merging in from default | Matthew Sackman | 2009-08-25 | 51 | -584/+1744 |
| | | |\ \ | |||||
| | | * | | | If we don't do this then it means that scripts which call both run-node and ↵ | Matthew Sackman | 2009-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | start-background-node have to do different things for each of them wrt quoting of the RABBITMQ_SERVER_START_ARGS var, which is a pita. Thus it should always be requoted consistently. | ||||
| | | * | | | cosmetic | Matthew Sackman | 2009-07-23 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | cosmetic | Matthias Radestock | 2009-07-21 | 2 | -9/+11 |
| | | | | | | |||||
| | | * | | | raise minimum required otp version for dialyzer support to R12B-5 | Matthias Radestock | 2009-07-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | since we depend on some new features, notably the 'timeout()' type. | ||||
| | | * | | | make dialyzer happy | Matthias Radestock | 2009-07-21 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | Merge with upstream. Clean no conflicts to resolve | Essien Ita Essien | 2009-07-21 | 1 | -2/+2 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge with upstream | Essien Ita Essien | 2009-07-12 | 2 | -13/+54 |
| | | |\ \ \ \ | |||||
| | | * | | | | | timeout() is now built in. Redefinition is deprecated | Essien Ita Essien | 2009-06-21 | 1 | -1/+0 |
| | | | | | | | | |||||
