summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Stylistic changes to rabbit_mnesia_queue.bug23576John DeTreville2011-03-281-119/+91
|
* Draft updates to rabbit_ram_queue.John DeTreville2011-03-281-63/+30
|
* Passes all tests (except as noted).John DeTreville2011-03-271-8/+5
|
* Most changes to queue implementations. Brought transactions back in ↵John DeTreville2011-03-251-25/+26
| | | | rabbit_mnesia_queue. Speeded up code.
* Brought transactions back, as system is otherwise unreliable.John DeTreville2011-03-241-63/+107
|
* Converted length(mnesia:all_keys(Table)) to mnesia:table_info(Table, size). ↵John DeTreville2011-03-241-108/+63
| | | | Removed transactionality.
* Removed q_record and p_record, which used to wrap a msg_status in Mnesia; ↵John DeTreville2011-03-242-40/+35
| | | | use msg_status directly instead.
* Moved internal specs out of line, perhas preparatory to removing them.John DeTreville2011-03-243-139/+139
|
* Removed almost all comments.John DeTreville2011-03-243-955/+28
|
* Most changes; most tests pass.John DeTreville2011-03-233-52/+59
|
* Made all stylistic changes to rabbit-{ram,mnesia,disk}_queue.John DeTreville2011-03-174-0/+2100
|
* cosmeticMatthew Sackman2011-03-171-1/+1
|
* merge bug23942 into defaultMatthias Radestock2011-03-172-23/+40
|\
| * minor refactor of testbug23942Matthew Sackman2011-03-161-6/+4
| |
| * Ensure we hit both branches of fhc:filter_pendingMatthew Sackman2011-03-141-9/+15
| |
| * Merging bug23948 to bug23942Matthew Sackman2011-03-149-184/+237
| |\
| * | Adjusted test to hit code pathMatthew Sackman2011-03-141-13/+28
| | |
| * | FixMatthew Sackman2011-03-141-9/+7
| | |
* | | merging bug23929 to defaultMatthew Sackman2011-03-171-35/+45
|\ \ \
| * | | and again, _don't_ record confirm on immediate if we don't deliver...bug23929Matthew Sackman2011-03-171-1/+4
| | | |
| * | | refactoringsMatthew Sackman2011-03-161-33/+23
| | | |
| * | | refactorAlexandru Scvortov2011-03-161-15/+8
| | | |
| * | | don't record anything confirm-related for immediate unroutable messagesAlexandru Scvortov2011-03-161-26/+50
| | | |
* | | | Merging bug23263 to defaultMatthew Sackman2011-03-164-50/+55
|\ \ \ \
| * | | | cosmeticbug23263Matthew Sackman2011-03-161-7/+7
| | | | |
| * | | | Say "ConnPid" everywhere.Simon MacMullen2011-03-163-40/+40
| | | | |
| * | | | How could I forget those joyous uses of channel in tests?Simon MacMullen2011-03-161-4/+6
| | | | |
| * | | | Try to make this branch vertical space neutral. Sadly we can't do this by ↵Simon MacMullen2011-03-161-3/+2
| | | | | | | | | | | | | | | | | | | | planting a vertical space tree.
| * | | | Use the correct connection pid for exclusivity (and error logging).Simon MacMullen2011-03-161-23/+25
| | | | |
| * | | | Transplant reader_pid vs connection_pid work from bug23350.Simon MacMullen2011-03-163-33/+35
|/ / / /
* | | | merge bug23949 into defaultMatthias Radestock2011-03-161-61/+62
|\ \ \ \ | |/ / / |/| | |
| * | | cosmetic: more consistent naming of constantsbug23949Matthias Radestock2011-03-161-16/+14
| | | |
| * | | avoid sub-binary construction of tailMatthias Radestock2011-03-161-12/+15
| | | | | | | | | | | | | | | | and some cosmetics
| * | | cosmeticMatthias Radestock2011-03-161-1/+2
| | | |
| * | | inlining and some minor refactoringMatthias Radestock2011-03-151-15/+11
| | | |
| * | | Read segment files in one goMatthew Sackman2011-03-151-38/+41
| | | |
* | | | cosmeticMatthias Radestock2011-03-163-25/+16
| | | |
* | | | initialise #connection.capabilitiesMatthias Radestock2011-03-151-1/+2
| | | | | | | | | | | | | | | | - not strictly necessary, but good form
* | | | merge bug23948 into defaultMatthias Radestock2011-03-151-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | cosmeticbug23948Matthias Radestock2011-03-151-6/+4
| | |/ | |/|
| * | fixMatthew Sackman2011-03-141-5/+8
|/ /
* | merge bug23946 into defaultMatthias Radestock2011-03-141-12/+11
|\ \
| * | cosmeticbug23946Matthias Radestock2011-03-141-2/+1
| | |
| * | Start the GC before we rebuild the index, and store it in the StateMatthew Sackman2011-03-141-10/+10
| | |
* | | cosmeticMatthias Radestock2011-03-141-9/+9
|/ /
* | Whoops - add missing catch case which I just hit in testing...Matthew Sackman2011-03-141-3/+10
| |
* | more docsMatthias Radestock2011-03-141-5/+7
| |
* | Merge bug23882 (unnecessary coupling and implicit contract between bq and ↵Simon MacMullen2011-03-1410-515/+330
|\ \ | |/ | | | | amqqueue_process).
| * merge bug23885 into defaultMatthias Radestock2011-03-111-30/+34
| |\
| | * Merged bug22005 into default.Steve Powell2011-03-1151-1547/+1402
| | |\