summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge default into bug22886bug22886Matthias Radestock2010-07-3052-499/+6634
|\
| * Merge amqp_0_9_1 into defaultSimon MacMullen2010-07-300-0/+0
| |\
| * \ Merge default into amqp_0_9_1Simon MacMullen2010-07-3038-198/+6197
| |\ \ | | |/
| | * merge bug22889 into defaultMatthias Radestock2010-07-300-0/+0
| | |\
| | * \ Merge default into bug22889.bug22889Simon MacMullen2010-07-3038-198/+6197
| | |\ \ | | | |/
| | | * Merging bug 23032 onto defaultMatthew Sackman2010-07-306-36/+32
| | | |\
| | | | * consistently return {ok, Pid} from start_{link} functionsbug23032Matthias Radestock2010-07-296-36/+32
| | | |/
| | | * merge bug21396 into defaultMatthias Radestock2010-07-293-18/+189
| | | |\
| | | | * simplifying refactorbug21396Matthias Radestock2010-07-291-16/+14
| | | | * remove unnecessary exportMatthias Radestock2010-07-291-1/+1
| | | | * Extend test coverage of delayed restart to simple case and fix exposed bugMatthew Sackman2010-07-292-9/+22
| | | | * reduce time taken by testsMatthias Radestock2010-07-291-4/+4
| | | | * Added test for delayed restart in supervisor2Matthew Sackman2010-07-272-0/+87
| | | | * Merging default into bug 21396Matthew Sackman2010-07-2722-26/+5814
| | | | |\
| | | | * | Merge the timed/delayed restart code originally from supervisor3 in shovel in...Matthew Sackman2010-07-201-18/+91
| | | * | | Merging bug 22973 onto defaultMatthew Sackman2010-07-295-52/+2
| | | |\ \ \
| | | | * | | application:get_env/2 -> application:get_env/1bug22973Alexandru Scvortov2010-07-191-1/+1
| | | | * | | moved rabbitmq_cluster.config into the cluster_nodes field of rabbit in rabbi...Alexandru Scvortov2010-07-195-52/+2
| | | * | | | Merge bug21922 into default.Simon MacMullen2010-07-284-13/+16
| | | |\ \ \ \
| | | | * \ \ \ Merged bug23028 into default.Simon MacMullen2010-07-281-1/+1
| | | | |\ \ \ \
| | | | | * | | | issue correct error for basic.ack with unknown delivery tagbug23028Matthias Radestock2010-07-281-1/+1
| | | | |/ / / /
| | | | * | | | Merge bug23019 into default (Index directories have too long names)David Wragg2010-07-271-2/+0
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | * | | | md5sum the queue index directory. Also detect and crash if a collision occursbug23019Matthew Sackman2010-07-263-12/+15
| | | * | | | | Only start the expiry timer if no consumers, and only reset on ch_down, cance...bug21922Matthew Sackman2010-07-281-13/+19
| | | * | | | | Renaming and minor refactorMatthew Sackman2010-07-281-13/+11
| | | * | | | | Minor refactoringsMatthew Sackman2010-07-273-28/+20
| | | * | | | | Merging default into bug 21922Matthew Sackman2010-07-2721-10/+5808
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | * | | | remove superfluous warningMatthias Radestock2010-07-271-2/+0
| | | | |/ / /
| | | | * | | merging bug23010 into defaultVlad Ionescu2010-07-261-0/+10
| | | | |\ \ \
| | | | | * | | selectively receive more messages during testsbug23010Alexandru Scvortov2010-07-261-0/+10
| | | | |/ / /
| | | | * | | merge bug21673 into defaultMatthias Radestock2010-07-221-1/+12
| | | | |\ \ \
| | | | | * \ \ merge headsMatthias Radestock2010-07-221-1/+12
| | | | | |\ \ \
| | | | | | * \ \ Merge bug22992 into default.Simon MacMullen2010-07-221-1/+12
| | | | | | |\ \ \
| | | | | | | * | | reformatted commentsbug22992Alexandru Scvortov2010-07-201-4/+6
| | | | | | | * | | reporting of cluster node types now worksAlexandru Scvortov2010-07-201-5/+14
| | | | | | | |/ /
| | | | * | | | | replace use of dict with orddict for per-msg_store partitionsbug21673Matthias Radestock2010-07-221-17/+18
| | | | * | | | | merge default into bug21673Matthias Radestock2010-07-2213-1/+5761
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | | * | | | refactor: extract rates into separate part of vq stateMatthias Radestock2010-07-221-43/+45
| | | | | * | | | Merging default into bug 21673Matthew Sackman2010-07-211-2/+2
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | * | | | use the new BQ:stop/0 function in testsMatthias Radestock2010-07-211-3/+3
| | | | | * | | | rabbit_amqqueue:stop already stops the msg_storeMatthias Radestock2010-07-211-1/+0
| | | | | * | | | merge default into bug21673Matthias Radestock2010-07-2113-1/+5760
| | | | | |\ \ \ \
| | | | | | * | | | cosmeticMatthias Radestock2010-07-211-5/+6
| | | | | | * | | | cosmeticMatthias Radestock2010-07-211-1/+1
| | | | | | * | | | more vq test refactoringMatthias Radestock2010-07-201-32/+34
| | | | | | * | | | vq test refactoringMatthias Radestock2010-07-201-40/+40
| | | | | | * | | | remove superfluous testMatthias Radestock2010-07-201-9/+1
| | | | | | * | | | made one of the vq tests a little less obscureMatthias Radestock2010-07-201-35/+32
| | | | | | * | | | cosmeticMatthias Radestock2010-07-191-14/+13
| | | | | | * | | | cosmeticMatthias Radestock2010-07-191-31/+31