summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* renamingMatthias Radestock2011-01-033-24/+24
|
* replace rabbit_framing_channel with tiny state machineMatthias Radestock2011-01-014-103/+66
| | | | | | | | | | ...which we store in the reader's process dict This simplifies the interactions between the channel and the reader. Note that the reader now monitors the channel processes rather than their sups. This makes more sense since it interacts with the former but never the latter.
* refactoring in preperation for eliminating the framing_channel processMatthias Radestock2011-01-011-68/+69
|
* Whitespace change in order to force correct head of defaultMatthew Sackman2010-12-211-1/+1
|
* AbstractionMatthew Sackman2010-12-212-9/+17
|
* It's called port. Not server_port.Matthew Sackman2010-12-211-1/+1
|
* Merging bug 23634 into default. This makes ctl list_connections list all ↵Matthew Sackman2010-12-211-1/+2
|\ | | | | | | connections in a cluster, but I think that's more logical anyway and makes it match the behaviour of list_queues and list_exchanges etc etc
| * Cosmetic.Simon MacMullen2010-12-211-5/+4
| |
| * Matthew says we really need that check, so make connections() return ↵Simon MacMullen2010-12-211-4/+9
| | | | | | | | connections from all nodes.
| * 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
| | | | | | | | are awarded to Simon, whilst points for not making the change in the first place and not running the tests are awarded to Matthias. Good jobs.
* | 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 pidMatthias Radestock2010-12-211-7/+7
|/ | | | | in order to preserve pid identity through ser/deser, particularly when the pid is remote
* 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/1Simon 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
| | | | | | | | | | | | | | | | | | | | | | | | Per Simon's feedback---they really belong together.
| * | | | | Add Mnesia db migration for rabbit_durable_exchange table.Jerry Kuch2010-11-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The broker should now be able to auto-upgrade both rabbit_exchange and rabbit_durable_exchange tables at boot time.
| * | | | | 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 remoteMatthew 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
| |_|_|_|/ |/| | | |
* | | | | fix bug in consumer_delete event emission on queue terminationMatthias Radestock2010-12-171-1/+1
|/ / / / | | | | | | | | | | | | | | | | This caused rabbit_mgmt_db to explode as it attemps to format a consumer tag as a pid.
* | | | merge bug23232 into defaultMatthias Radestock2010-12-151-11/+39
|\ \ \ \
| * | | | FixSimon MacMullen2010-12-031-3/+3
| | | | |
| * | | | Consistency with other events.Simon MacMullen2010-12-031-8/+8
| | | | |
| * | | | CosmeticSimon MacMullen2010-12-031-2/+2
| | | | |
| * | | | FixSimon MacMullen2010-12-031-1/+2
| | | | |
| * | | | Oops.Simon MacMullen2010-12-031-1/+1
| | | | |