| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change the SeenXs to a sets rather than a list | Matthew Sackman | 2010-09-30 | 1 | -3/+6 |
| | | |||||
| * | Exchange auto-deletion works even with e2e. Diamond property works. Correct ↵ | Matthew Sackman | 2010-09-30 | 2 | -18/+21 |
| | | | | | behaviour if explicitly deleted entity is queue or exchange | ||||
| * | Merging default into bug 21377 | Matthew Sackman | 2010-09-30 | 16 | -259/+330 |
| |\ | |||||
| | * | generalise binding code somewhat to mostly abstract away the source kind | Matthias Radestock | 2010-09-27 | 3 | -18/+21 |
| | | | | | | | | | | | - not completely, since that would require substantial changes, but enough to make the code more pleasing to the eye | ||||
| | * | correct a spec | Matthias Radestock | 2010-09-27 | 1 | -1/+2 |
| | | | | | | | | | this was in fact wrong to start with | ||||
| | * | rename a few funs to make their purpose clearer | Matthias Radestock | 2010-09-27 | 2 | -9/+9 |
| | | | |||||
| | * | generalise binding:list | Matthias Radestock | 2010-09-27 | 1 | -4/+4 |
| | | | | | | | | | in case we ever come up with other source types | ||||
| | * | minor refactor | Matthias Radestock | 2010-09-27 | 1 | -6/+6 |
| | | | |||||
| | * | tweak specs | Matthias Radestock | 2010-09-27 | 2 | -8/+9 |
| | | | |||||
| | * | Do the simplest thing and have additional fields to indicate the type of the ↵ | Matthew Sackman | 2010-09-12 | 3 | -25/+34 |
| | | | | | | | | | binding endpoints | ||||
| | * | exchange.unbind has nowait | Matthew Sackman | 2010-09-12 | 1 | -1/+2 |
| | | | |||||
| | * | Avoid traversing lists multiple times | Matthew Sackman | 2010-09-12 | 2 | -23/+18 |
| | | | |||||
| | * | exchange_name => source; consistent naming of Src{Name} and Dst{Name}, ↵ | Matthew Sackman | 2010-09-12 | 11 | -165/+177 |
| | | | | | | | | | except in rabbit_exchange when we clearly are talking only about exchanges; improvements to rabbit_control so that list_bindings returns the type of the endpoints as well as the endpoint names | ||||
| | * | Merging default into bug 21377 and more consistent naming of Destination and ↵ | Matthew Sackman | 2010-09-12 | 3 | -50/+49 |
| | |\ | | | | | | | | | | DestinationName | ||||
| | * | | Implement exchange-to-exchange bindings | Matthew Sackman | 2010-09-11 | 16 | -193/+242 |
| | | | | |||||
| * | | | Merging bug 23315 into default | Matthew Sackman | 2010-09-30 | 2 | -24/+2 |
| |\ \ \ | |||||
| | * | | | code doc tweak | Emile Joubert | 2010-09-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Don't require otp sources for build | Emile Joubert | 2010-09-29 | 1 | -23/+1 |
| | | | | | | | | | | | | | | | | | SSL connections using RC4 on Erlang versions earlier that R14B will now fail. | ||||
| * | | | | merge heads | Matthias Radestock | 2010-09-29 | 2 | -2/+1 |
| |\ \ \ \ | |||||
| | * | | | | cosmetic | Matthias Radestock | 2010-09-29 | 1 | -1/+0 |
| | | | | | | |||||
| | * | | | | merge bug22141 into default | Matthias Radestock | 2010-09-28 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | exref on script activation | Alexandru Scvortov | 2010-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is, warnings-not-errors-on-by-default. For instance, starting the server with bql installed throws the following warnings on startup: Activating RabbitMQ plugins ... *WARNING* Undefined function rfc4627:decode/1 *WARNING* Undefined function rfc4627:encode/1 *WARNING* Undefined function rfc4627:get_field/2 | ||||
| * | | | | | | cosmetic | Matthias Radestock | 2010-09-29 | 1 | -1/+0 |
| | |_|/ / / |/| | | | | |||||
| * | | | | | merge bug23245 into default | Alexandru Scvortov | 2010-09-29 | 11 | -105/+180 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merged bug23310 into default | Emile Joubert | 2010-09-28 | 1 | -4/+6 |
| | |\ \ \ \ | |||||
| | | * | | | | Factoring open modes better | Matthew Sackman | 2010-09-28 | 1 | -4/+5 |
| | | | | | | | |||||
| | | * | | | | Merging default into bug23310 | Matthew Sackman | 2010-09-28 | 1 | -15/+18 |
| | | |\ \ \ \ | |||||
| | | * | | | | | only create read_ahead buffers for reading segment files | Matthias Radestock | 2010-09-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buffers are a few hundred k in size, which is a significant cost. And there is no point having them when writing to segment/journal files, and they are of limited benefit when reading the journal file (which, in any case, only happens on startup). | ||||
| | * | | | | | | Merging bug 23143 into default (drive-by fixes include correcting the spec ↵ | Matthew Sackman | 2010-09-28 | 3 | -3/+24 |
| | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | for delete_exclusive, and one cosmetic) | ||||
| | | * | | | | | cosmetic | Alexandru Scvortov | 2010-09-28 | 1 | -0/+1 |
| | | | | | | | | |||||
| | | * | | | | | delete/1 -> delete_exclusive/1; lower priorities to 8 | Alexandru Scvortov | 2010-09-28 | 3 | -12/+16 |
| | | | | | | | | |||||
| | | * | | | | | delete_now -> delete | Alexandru Scvortov | 2010-08-25 | 2 | -5/+5 |
| | | | | | | | | |||||
| | | * | | | | | exclusive queues are deleted quickly on unclean connection termination | Alexandru Scvortov | 2010-08-25 | 1 | -1/+7 |
| | | | | | | | | |||||
| | | * | | | | | exclusive queues are deleted quickly on clean connection termination | Alexandru Scvortov | 2010-08-25 | 3 | -2/+11 |
| | | | | | | | | |||||
| | * | | | | | | Merging bug 23179 into default | Matthew Sackman | 2010-09-28 | 1 | -15/+18 |
| | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | | * | | | | | delay creation of a new queue's dir and qi journal | Matthias Radestock | 2010-09-26 | 1 | -15/+18 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thus if a queue is created, never has any index entries written to disk, and is subsequently deleted, no file handles are needed and no filesystem writes are performed. | ||||
| | * | | | | | Merge bug23300 into default | David Wragg | 2010-09-24 | 1 | -1/+2 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Any change to deps.mk causes all beams to be rebuilt | ||||
| | | * | | | | | By using an order only depend, we ensure that the deps file must exist, but ↵ | Matthew Sackman | 2010-09-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it being newer than the beams will not cause beams to be rebuilt. We also ensure that if the deps is being rebuilt, we delete the old one first so that if deps generation fails, the order-only depends cannot be satisfied. | ||||
| | * | | | | | | Cosmetic | Emile Joubert | 2010-09-24 | 1 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | bug23290 merged into default | Marek Majkowski | 2010-09-24 | 1 | -0/+17 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | | * | | | | | Query memory on AIX | Emile Joubert | 2010-09-24 | 1 | -0/+17 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | (on the correct branch this time) | ||||
| | * | | | | | Merging bug 23193 onto default | Matthew Sackman | 2010-09-21 | 4 | -62/+90 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | cosmetics | Matthew Sackman | 2010-09-21 | 2 | -4/+5 |
| | | | | | | | | |||||
| | | * | | | | | Merging heads | Matthew Sackman | 2010-09-21 | 3 | -3/+3 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | cosmetics | Matthew Sackman | 2010-09-20 | 3 | -7/+8 |
| | | | | | | | | | |||||
| | | * | | | | | | Only emit stats on shutdown if they're enabled... | Simon MacMullen | 2010-09-20 | 3 | -5/+7 |
| | | |/ / / / / | |||||
| | | * | | | | | Stop stats timer on hibernate. | Simon MacMullen | 2010-09-14 | 3 | -6/+20 |
| | | | | | | | | |||||
| | | * | | | | | Doc. | Simon MacMullen | 2010-09-14 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | Don't forget about stats timer before hibernating; it may fire after ↵ | Simon MacMullen | 2010-09-14 | 3 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hibernating. | ||||
| | | * | | | | | Rename function. | Simon MacMullen | 2010-09-14 | 4 | -9/+10 |
| | | | | | | | | |||||
