Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merging bug 23634 into default. This makes ctl list_connections list all conn... | Matthew Sackman | 2010-12-21 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Cosmetic.bug23634 | Simon MacMullen | 2010-12-21 | 1 | -5/+4 | |
| | * | | | | | | Matthew says we really need that check, so make connections() return connecti... | Simon MacMullen | 2010-12-21 | 1 | -4/+9 | |
| | * | | | | | | Don't attempt to verify the pid represents a connection. | Simon MacMullen | 2010-12-21 | 1 | -4/+1 | |
| * | | | | | | | And points for obviously merging things to default without running the tests ... | Matthew Sackman | 2010-12-21 | 1 | -1/+1 | |
| * | | | | | | | merge bug23586 to default | Matthew Sackman | 2010-12-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | fix msg_store losing confirms | Alexandru Scvortov | 2010-12-19 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge bug23632 into default. | Simon MacMullen | 2010-12-21 | 1 | -7/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | include Creation field in string representation of pidbug23632 | Matthias Radestock | 2010-12-21 | 1 | -7/+7 | |
| |/ / / / / / | ||||||
| * | | | | | | merge bug23619 into default | Matthias Radestock | 2010-12-20 | 7 | -17/+49 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | Oops | Simon MacMullen | 2010-12-20 | 1 | -1/+1 | |
| | * | | | | | merge heads | Matthias Radestock | 2010-12-20 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge bug23358 into default | Simon MacMullen | 2010-12-20 | 2 | -6/+12 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | rabbit_misc:rs/1bug23358 | Simon MacMullen | 2010-12-20 | 1 | -6/+3 | |
| | * | | | | | | | Legible error message. | Simon MacMullen | 2010-12-20 | 1 | -3/+6 | |
| | * | | | | | | | Tone down the name a bit | Simon MacMullen | 2010-12-20 | 1 | -2/+2 | |
| | * | | | | | | | Large-ish merge from default. | Jerry Kuch | 2010-12-16 | 32 | -274/+805 | |
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | * | | | | | | | Cosmetics. | Simon MacMullen | 2010-12-13 | 2 | -15/+10 | |
| | * | | | | | | | List comprehension in Mnesia upgrade functions to cut code duplication. | Jerry Kuch | 2010-12-08 | 1 | -8/+6 | |
| | * | | | | | | | Merge from default. | Jerry Kuch | 2010-12-08 | 41 | -1676/+1589 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Merge add_internal_to_[exchange|durable_exchange] into single upgrade function. | Jerry Kuch | 2010-11-18 | 1 | -16/+12 | |
| | * | | | | | | | | Add Mnesia db migration for rabbit_durable_exchange table. | Jerry Kuch | 2010-11-17 | 1 | -0/+10 | |
| | * | | | | | | | | Merge from default. | Jerry Kuch | 2010-11-17 | 36 | -390/+753 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Update rabbitmqctl docs adding 'internal' to list_exchanges. | Jerry Kuch | 2010-11-11 | 1 | -0/+4 | |
| | * | | | | | | | | | Make rabbit_exchange:infos aware of internal exchanges to support rabbitmqctl. | Jerry Kuch | 2010-11-11 | 1 | -1/+2 | |
| | * | | | | | | | | | Move internal exchange implementation over from other laptop. | Jerry Kuch | 2010-11-10 | 5 | -15/+33 | |
| * | | | | | | | | | | Delegate from remote to local as well as from local to remotebug23619 | Matthew Sackman | 2010-12-20 | 1 | -0/+16 | |
| * | | | | | | | | | | more typeoishness | Matthew Sackman | 2010-12-20 | 1 | -3/+4 | |
| * | | | | | | | | | | typeoish | Matthew Sackman | 2010-12-20 | 1 | -2/+2 | |
| * | | | | | | | | | | Test the badnodes case | Matthew Sackman | 2010-12-20 | 1 | -4/+14 | |
| * | | | | | | | | | | merge default into bug23619 | Matthias Radestock | 2010-12-20 | 1 | -6/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | cosmetic | Matthias Radestock | 2010-12-20 | 1 | -6/+4 | |
| | * | | | | | | | | | Adding documentation | Matthew Sackman | 2010-12-17 | 1 | -0/+8 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | treat nodedown as a recoverable error | Matthias Radestock | 2010-12-20 | 2 | -3/+3 | |
| * | | | | | | | | | cosmetic and minor refactor | Matthias Radestock | 2010-12-20 | 2 | -30/+20 | |
| * | | | | | | | | | Treat localpids even more specially, and save 4 lines in the process... | Matthew Sackman | 2010-12-19 | 1 | -19/+15 | |
| * | | | | | | | | | Substantially reworked delegate | Matthew Sackman | 2010-12-18 | 4 | -131/+100 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | remove dead code | Alexandru Scvortov | 2010-12-21 | 1 | -11/+5 | |
* | | | | | | | | | move another confirm into VQ | Alexandru Scvortov | 2010-12-21 | 3 | -12/+13 | |
* | | | | | | | | | removes form the msg_store cause confirms to be sent out immediately | Alexandru Scvortov | 2010-12-21 | 3 | -10/+20 | |
* | | | | | | | | | fix tests | Alexandru Scvortov | 2010-12-21 | 2 | -7/+7 | |
* | | | | | | | | | simplify variable_queue:ack's return format | Alexandru Scvortov | 2010-12-21 | 3 | -43/+36 | |
* | | | | | | | | | the msg_store is responsible for confirming rejected messages | Alexandru Scvortov | 2010-12-20 | 1 | -7/+5 | |
* | | | | | | | | | the msg_store is now responsible for confirming messages | Alexandru Scvortov | 2010-12-20 | 2 | -7/+3 | |
* | | | | | | | | | amqqueue_process shouldn't confirm when a message is basic.got (it's the BQ's... | Alexandru Scvortov | 2010-12-20 | 2 | -1/+5 | |
* | | | | | | | | | remove confirming of undelivered immediate messages from amqqueue_process | Alexandru Scvortov | 2010-12-20 | 2 | -5/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | fix bug in consumer_delete event emission on queue termination | Matthias Radestock | 2010-12-17 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | merge bug23232 into default | Matthias Radestock | 2010-12-15 | 1 | -11/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixbug23232 | Simon MacMullen | 2010-12-03 | 1 | -3/+3 | |
| * | | | | | | | Consistency with other events. | Simon MacMullen | 2010-12-03 | 1 | -8/+8 |