summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct formattingbug22695Matthew Sackman2010-05-121-21/+25
* Don't recover exclusive queues if the owner pid has gone away.Simon MacMullen2010-05-112-63/+36
* Merge default into amqp_0_9_1.Simon MacMullen2010-05-1012-311/+389
|\
| * Merge a182153c2578 into amqp_0_9_1Simon MacMullen2010-05-1012-308/+388
| |\
| | * Merge up to a8da11d231ff from default to amqp_0_9_1. This causesSimon MacMullen2010-05-1022-237/+225
| | |\
| | * \ Merge default into amqp_0_9_1 (for the sake of bug22619)David Wragg2010-04-2812-324/+380
| | |\ \
| | | * \ Merge default into amqp_0_9_1. There was a conflict inMichael Bridgen2010-04-2617-174/+250
| | | |\ \
| | | * \ \ Merge default into amqp_0_9_1Tony Garnock-Jones2010-04-0612-321/+377
| | | |\ \ \
| | | | * \ \ Merging default into amqp_0_9_1Matthew Sackman2010-03-2429-1078/+2379
| | | | |\ \ \
| | | | * \ \ \ Non-trivial merge of default into amqp_0_9_1. Queue exclusivity (bugMichael Bridgen2010-03-1832-437/+1264
| | | | |\ \ \ \
| | | | * | | | | Fix up things that dialyze complains aboutMichael Bridgen2010-02-153-11/+2
| | | | * | | | | Remove usused variables. That includes removing ReaderPid from the signature...Michael Bridgen2010-02-155-11/+10
| | | | * | | | | De-bitrot by merging default in. Passes rabbit_tests:all_tests() andMichael Bridgen2010-02-1513-329/+365
| | | | |\ \ \ \ \
| | | | | * | | | | fixing mergesDavid R. MacIver2010-01-221-39/+12
| | | | | * | | | | merge with previous head for merge of default into 0_9_1David R. MacIver2010-01-220-0/+0
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge default into amqp_0_9_1Tony Garnock-Jones2009-12-013-59/+62
| | | | | | |\ \ \ \ \
| | | | | * | \ \ \ \ \ merge of default into amqp_0_9_1. Not quite working yet, but runs and passes ...David R. MacIver2010-01-2233-830/+778
| | | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | | Bug 21838: check equivalence on exchange.declareMichael Bridgen2009-12-022-3/+31
| | | | | * | | | | | | | Bug 21838: Don't check the type in a exchange.declare{passive=true},Michael Bridgen2009-12-021-3/+1
| | | | | | |/ / / / / / | | | | | |/| | | | | |
| | | | | * | | | | | | Merge default in. This includes bug22020. There were someMichael Bridgen2009-11-2413-319/+336
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge default into amqp_0_9_1Tony Garnock-Jones2009-11-2113-327/+329
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Bug 21986: Use gen_server2:call instead of gen_server2:cast to makeMichael Bridgen2009-11-172-15/+16
| | | | | | | * | | | | | | Bug 21986: Implement synchronous basic.recoverMichael Bridgen2009-11-171-0/+8
| | | | | | | * | | | | | | Merge from default, to get recent work as well as support for field-array.Michael Bridgen2009-11-1713-317/+310
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | Enforce frame-max negotiationMichael Bridgen2009-11-121-9/+20
| | | | | | | | * | | | | | | Bug 21836: Test that the content framing code doesn't produce frames that bre...Michael Bridgen2009-11-121-0/+40
| | | | | | | | * | | | | | | bug 20578: factor out the check-if-the-queue-has-changed pattern of the two b...Michael Bridgen2009-11-041-19/+18
| | | | | | | | * | | | | | | bug 20578: Spring-clean queues on recovery by checking each to see ifMichael Bridgen2009-11-041-20/+37
| | | | | | | | * | | | | | | Merge from default to get, among other things, better memory management and s...Michael Bridgen2009-11-0413-291/+217
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | Update test to rabbit_amqqueue:declare/5Michael Bridgen2009-11-041-1/+1
| | | | | | | | | * | | | | | | bug 21385: Make basic.get respect exclusivityMichael Bridgen2009-11-041-1/+5
| | | | | | | | | * | | | | | | bug 21385: check exclusivity for queue.bind as well. Because I needMichael Bridgen2009-11-033-22/+29
| | | | | | | | | * | | | | | | bug 21385: Move exclusive queue checks to rabbit_channel, and add themMichael Bridgen2009-11-032-68/+58
| | | | | | | | | * | | | | | | - keep track of the owner in the amqqueue record. We need this so weMichael Bridgen2009-10-224-82/+70
| | | | | | | | | * | | | | | | Merge default into amqp_0_9_1Tony Garnock-Jones2009-10-1911-142/+79
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | Include protocol revision in bannerMichael Bridgen2009-10-191-1/+2
| | | | | | | | | | * | | | | | | Bug 20768: Accept a protocol header with 0-9 or 0-9-1 only, and disconnect ot...Michael Bridgen2009-10-131-48/+44
| | | | | | | | | | * | | | | | | auto_delete is no longer a property of exchangesMichael Bridgen2009-10-061-2/+2
| | | | | | | | | | * | | | | | | auto_delete is no longer a property of the exchange class (protocol spec sect...Michael Bridgen2009-10-051-1/+1
| | | | | | | | | | * | | | | | | Merge from default. Resolved some conflicts due to bool->boolean inMichael Bridgen2009-10-058-108/+48
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-08-128-112/+50
| | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ Merge default into amqp_0_9_1Tony Garnock-Jones2009-06-2417-211/+244
| | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | Removed check for durable queues on transient exchangesBen Hood2009-06-081-6/+2
| | | | | | | | | | | | * | | | | | | | Merged default back into amqp_0_9_1Ben Hood2009-06-088-106/+48
| | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-06-0313-105/+207
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-05-185-11/+20
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-05-131-1/+5
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-05-139-115/+53
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | | Cope with both 0-8/0-9 style and 0-9-1 style protocol headers.Tony Garnock-Jones2009-05-122-13/+21
| | | | | | | | | | | | | | * | | | | | | | | | | Fix up merge damageTony Garnock-Jones2009-04-241-10/+0