summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change the SeenXs to a sets rather than a listMatthew Sackman2010-09-301-3/+6
|
* Exchange auto-deletion works even with e2e. Diamond property works. Correct ↵Matthew Sackman2010-09-302-18/+21
| | | | behaviour if explicitly deleted entity is queue or exchange
* Merging default into bug 21377Matthew Sackman2010-09-3016-259/+330
|\
| * generalise binding code somewhat to mostly abstract away the source kindMatthias Radestock2010-09-273-18/+21
| | | | | | | | | | - not completely, since that would require substantial changes, but enough to make the code more pleasing to the eye
| * correct a specMatthias Radestock2010-09-271-1/+2
| | | | | | | | this was in fact wrong to start with
| * rename a few funs to make their purpose clearerMatthias Radestock2010-09-272-9/+9
| |
| * generalise binding:listMatthias Radestock2010-09-271-4/+4
| | | | | | | | in case we ever come up with other source types
| * minor refactorMatthias Radestock2010-09-271-6/+6
| |
| * tweak specsMatthias Radestock2010-09-272-8/+9
| |
| * Do the simplest thing and have additional fields to indicate the type of the ↵Matthew Sackman2010-09-123-25/+34
| | | | | | | | binding endpoints
| * exchange.unbind has nowaitMatthew Sackman2010-09-121-1/+2
| |
| * Avoid traversing lists multiple timesMatthew Sackman2010-09-122-23/+18
| |
| * exchange_name => source; consistent naming of Src{Name} and Dst{Name}, ↵Matthew Sackman2010-09-1211-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 Sackman2010-09-123-50/+49
| |\ | | | | | | | | | DestinationName
| * | Implement exchange-to-exchange bindingsMatthew Sackman2010-09-1116-193/+242
| | |
* | | Merging bug 23315 into defaultMatthew Sackman2010-09-302-24/+2
|\ \ \
| * | | code doc tweakEmile Joubert2010-09-291-1/+1
| | | |
| * | | Don't require otp sources for buildEmile Joubert2010-09-291-23/+1
| | | | | | | | | | | | | | | | SSL connections using RC4 on Erlang versions earlier that R14B will now fail.
* | | | merge headsMatthias Radestock2010-09-292-2/+1
|\ \ \ \
| * | | | cosmeticMatthias Radestock2010-09-291-1/+0
| | | | |
| * | | | merge bug22141 into defaultMatthias Radestock2010-09-281-1/+1
| |\ \ \ \
| | * | | | exref on script activationAlexandru Scvortov2010-09-161-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
* | | | | | cosmeticMatthias Radestock2010-09-291-1/+0
| |_|/ / / |/| | | |
* | | | | merge bug23245 into defaultAlexandru Scvortov2010-09-2911-105/+180
|\ \ \ \ \ | |/ / / /
| * | | | Merged bug23310 into defaultEmile Joubert2010-09-281-4/+6
| |\ \ \ \
| | * | | | Factoring open modes betterMatthew Sackman2010-09-281-4/+5
| | | | | |
| | * | | | Merging default into bug23310Matthew Sackman2010-09-281-15/+18
| | |\ \ \ \
| | * | | | | only create read_ahead buffers for reading segment filesMatthias Radestock2010-09-271-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 Sackman2010-09-283-3/+24
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | for delete_exclusive, and one cosmetic)
| | * | | | | cosmeticAlexandru Scvortov2010-09-281-0/+1
| | | | | | |
| | * | | | | delete/1 -> delete_exclusive/1; lower priorities to 8Alexandru Scvortov2010-09-283-12/+16
| | | | | | |
| | * | | | | delete_now -> deleteAlexandru Scvortov2010-08-252-5/+5
| | | | | | |
| | * | | | | exclusive queues are deleted quickly on unclean connection terminationAlexandru Scvortov2010-08-251-1/+7
| | | | | | |
| | * | | | | exclusive queues are deleted quickly on clean connection terminationAlexandru Scvortov2010-08-253-2/+11
| | | | | | |
| * | | | | | Merging bug 23179 into defaultMatthew Sackman2010-09-281-15/+18
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | delay creation of a new queue's dir and qi journalMatthias Radestock2010-09-261-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 defaultDavid Wragg2010-09-241-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 Sackman2010-09-231-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.
| * | | | | | CosmeticEmile Joubert2010-09-241-4/+4
| | | | | | |
| * | | | | | bug23290 merged into defaultMarek Majkowski2010-09-241-0/+17
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Query memory on AIXEmile Joubert2010-09-241-0/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | (on the correct branch this time)
| * | | | | Merging bug 23193 onto defaultMatthew Sackman2010-09-214-62/+90
| |\ \ \ \ \
| | * | | | | cosmeticsMatthew Sackman2010-09-212-4/+5
| | | | | | |
| | * | | | | Merging headsMatthew Sackman2010-09-213-3/+3
| | |\ \ \ \ \
| | | * | | | | cosmeticsMatthew Sackman2010-09-203-7/+8
| | | | | | | |
| | * | | | | | Only emit stats on shutdown if they're enabled...Simon MacMullen2010-09-203-5/+7
| | |/ / / / /
| | * | | | | Stop stats timer on hibernate.Simon MacMullen2010-09-143-6/+20
| | | | | | |
| | * | | | | Doc.Simon MacMullen2010-09-141-1/+1
| | | | | | |
| | * | | | | Don't forget about stats timer before hibernating; it may fire after ↵Simon MacMullen2010-09-143-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hibernating.
| | * | | | | Rename function.Simon MacMullen2010-09-144-9/+10
| | | | | | |