summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merging bug 23634 into default. This makes ctl list_connections list all conn...Matthew Sackman2010-12-211-1/+2
| |\ \ \ \ \ \
| | * | | | | | Cosmetic.bug23634Simon MacMullen2010-12-211-5/+4
| | * | | | | | Matthew says we really need that check, so make connections() return connecti...Simon MacMullen2010-12-211-4/+9
| | * | | | | | Don't attempt to verify the pid represents a connection.Simon MacMullen2010-12-211-4/+1
| * | | | | | | And points for obviously merging things to default without running the tests ...Matthew Sackman2010-12-211-1/+1
| * | | | | | | merge bug23586 to defaultMatthew Sackman2010-12-211-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | fix msg_store losing confirmsAlexandru Scvortov2010-12-191-1/+1
| |/ / / / / /
| * | | | | | Merge bug23632 into default.Simon MacMullen2010-12-211-7/+7
| |\ \ \ \ \ \
| | * | | | | | include Creation field in string representation of pidbug23632Matthias Radestock2010-12-211-7/+7
| |/ / / / / /
| * | | | | | merge bug23619 into defaultMatthias Radestock2010-12-207-17/+49
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | OopsSimon MacMullen2010-12-201-1/+1
| | * | | | | merge headsMatthias Radestock2010-12-201-1/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge bug23358 into defaultSimon MacMullen2010-12-202-6/+12
| | |\ \ \ \ \ \
| | * | | | | | | rabbit_misc:rs/1bug23358Simon MacMullen2010-12-201-6/+3
| | * | | | | | | Legible error message.Simon MacMullen2010-12-201-3/+6
| | * | | | | | | Tone down the name a bitSimon MacMullen2010-12-201-2/+2
| | * | | | | | | Large-ish merge from default.Jerry Kuch2010-12-1632-274/+805
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Cosmetics.Simon MacMullen2010-12-132-15/+10
| | * | | | | | | List comprehension in Mnesia upgrade functions to cut code duplication.Jerry Kuch2010-12-081-8/+6
| | * | | | | | | Merge from default.Jerry Kuch2010-12-0841-1676/+1589
| | |\ \ \ \ \ \ \
| | * | | | | | | | Merge add_internal_to_[exchange|durable_exchange] into single upgrade function.Jerry Kuch2010-11-181-16/+12
| | * | | | | | | | Add Mnesia db migration for rabbit_durable_exchange table.Jerry Kuch2010-11-171-0/+10
| | * | | | | | | | Merge from default.Jerry Kuch2010-11-1736-390/+753
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Update rabbitmqctl docs adding 'internal' to list_exchanges.Jerry Kuch2010-11-111-0/+4
| | * | | | | | | | | Make rabbit_exchange:infos aware of internal exchanges to support rabbitmqctl.Jerry Kuch2010-11-111-1/+2
| | * | | | | | | | | Move internal exchange implementation over from other laptop.Jerry Kuch2010-11-105-15/+33
| * | | | | | | | | | Delegate from remote to local as well as from local to remotebug23619Matthew Sackman2010-12-201-0/+16
| * | | | | | | | | | more typeoishnessMatthew Sackman2010-12-201-3/+4
| * | | | | | | | | | typeoishMatthew Sackman2010-12-201-2/+2
| * | | | | | | | | | Test the badnodes caseMatthew Sackman2010-12-201-4/+14
| * | | | | | | | | | merge default into bug23619Matthias Radestock2010-12-201-6/+4
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | cosmeticMatthias Radestock2010-12-201-6/+4
| | * | | | | | | | | Adding documentationMatthew Sackman2010-12-171-0/+8
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | treat nodedown as a recoverable errorMatthias Radestock2010-12-202-3/+3
| * | | | | | | | | cosmetic and minor refactorMatthias Radestock2010-12-202-30/+20
| * | | | | | | | | Treat localpids even more specially, and save 4 lines in the process...Matthew Sackman2010-12-191-19/+15
| * | | | | | | | | Substantially reworked delegateMatthew Sackman2010-12-184-131/+100
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | remove dead codeAlexandru Scvortov2010-12-211-11/+5
* | | | | | | | | move another confirm into VQAlexandru Scvortov2010-12-213-12/+13
* | | | | | | | | removes form the msg_store cause confirms to be sent out immediatelyAlexandru Scvortov2010-12-213-10/+20
* | | | | | | | | fix testsAlexandru Scvortov2010-12-212-7/+7
* | | | | | | | | simplify variable_queue:ack's return formatAlexandru Scvortov2010-12-213-43/+36
* | | | | | | | | the msg_store is responsible for confirming rejected messagesAlexandru Scvortov2010-12-201-7/+5
* | | | | | | | | the msg_store is now responsible for confirming messagesAlexandru Scvortov2010-12-202-7/+3
* | | | | | | | | amqqueue_process shouldn't confirm when a message is basic.got (it's the BQ's...Alexandru Scvortov2010-12-202-1/+5
* | | | | | | | | remove confirming of undelivered immediate messages from amqqueue_processAlexandru Scvortov2010-12-202-5/+2
|/ / / / / / / /
* | | | | | | | fix bug in consumer_delete event emission on queue terminationMatthias Radestock2010-12-171-1/+1
|/ / / / / / /
* | | | | | | merge bug23232 into defaultMatthias Radestock2010-12-151-11/+39
|\ \ \ \ \ \ \
| * | | | | | | Fixbug23232Simon MacMullen2010-12-031-3/+3
| * | | | | | | Consistency with other events.Simon MacMullen2010-12-031-8/+8