Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge default into bug23319bug23319 | Alexandru Scvortov | 2010-10-18 | 1 | -2/+2 |
|\ | |||||
| * | Merge default into bug21377 | Simon MacMullen | 2010-10-13 | 1 | -2/+2 |
| |\ | |||||
| | * | exchange_name => source; consistent naming of Src{Name} and Dst{Name}, ↵ | Matthew Sackman | 2010-09-12 | 1 | -2/+2 |
| | | | | | | | | | | | | 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 | ||||
| | * | Implement exchange-to-exchange bindings | Matthew Sackman | 2010-09-11 | 1 | -2/+2 |
| | | | |||||
* | | | remove scope from permissions tuple | Alexandru Scvortov | 2010-10-13 | 1 | -1/+1 |
|/ / | |||||
* | | merging in from default | Vlad Alexandru Ionescu | 2010-09-16 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | merging in from default | Vlad Ionescu | 2010-07-14 | 1 | -1/+1 |
| |\ | |||||
| | * | merging in from default | Vlad Ionescu | 2010-05-14 | 1 | -1/+1 |
| | |\ | |||||
| | | * | moving rabbit_reader:map_exception/2 to rabbit_binary_generator and spliting ↵ | Vlad Ionescu | 2010-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | it into amqp_exception/1 and map_exception/2 in order to use amqp_exception/1 in the erlang client | ||||
* | | | | Tube strike WIP WFH commit. | Simon MacMullen | 2010-09-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | merged default into bug22964 | Alexandru Scvortov | 2010-08-04 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Merge default into bug21387. | Simon MacMullen | 2010-08-02 | 1 | -0/+3 |
| |\ \ \ \ | |||||
| | * | | | | Invoking os:timestamp and timer:now_diff all the time is too expensive, use ↵ | Simon MacMullen | 2010-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | timers instead. | ||||
| | * | | | | Switch to using proplists rather than records for events. | Simon MacMullen | 2010-07-19 | 1 | -21/+1 |
| | | | | | | |||||
| | * | | | | Emit events for connection and channel statistics and creation / deletion. | Simon MacMullen | 2010-07-19 | 1 | -0/+19 |
| | | | | | | |||||
| | * | | | | q_pid -> qpid | Simon MacMullen | 2010-07-16 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Get queues to emit events for statistics. | Simon MacMullen | 2010-07-16 | 1 | -0/+4 |
| | |/ / / | |||||
* | | | | | merged default into bug22964 | Alexandru Scvortov | 2010-08-02 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | scope is not set via the -s flag | Alexandru Scvortov | 2010-07-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | permission tags are now displayed | Alexandru Scvortov | 2010-07-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | added necessary fields to records | Alexandru Scvortov | 2010-07-13 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 1 | -106/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -104/+0 |
| | | | | |||||
| * | | | updated file-related specs | Alexandru Scvortov | 2010-07-01 | 1 | -1/+0 |
| | | | | |||||
| * | | | updated inet-related specs | Alexandru Scvortov | 2010-07-01 | 1 | -3/+3 |
| | | | | |||||
* | | | | Store protocol with encoded properties, use it to transcode if needed. | Simon MacMullen | 2010-07-09 | 1 | -0/+1 |
| | | | | |||||
* | | | | Get codegen to build Protocol:version(). | Simon MacMullen | 2010-07-02 | 1 | -2/+2 |
| | | | | |||||
* | | | | tweak: don't need protocol_name type | Matthias Radestock | 2010-07-02 | 1 | -2/+1 |
| | | | | |||||
* | | | | Remove the rabbit_framing shim, pass around a module name and use that. | Simon MacMullen | 2010-07-02 | 1 | -2/+3 |
| | | | | |||||
* | | | | Protocol is negotiated first. | Simon MacMullen | 2010-07-01 | 1 | -2/+2 |
| | | | | |||||
* | | | | Multi-protocol broker. Let joy be unconfined. | Simon MacMullen | 2010-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The resultant broker passes the entire 0-8 test suite on default. Unfortunately we can't run the full 0-9-1 test suite as that ends up trying to rebuild part of the broker which fails due to rabbitmq-codegen being on the wrong branch. However the Java functional tests all pass bar one; the exception is UnexpectedFrames.testMissingHeader which fails due to different error codes used on default. This will be fixed by bug 22886. | ||||
* | | | | Don't pull protocol version from the JSON. | Simon MacMullen | 2010-06-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | Add protocol to reader and writer state, and pass it around in enough places ↵ | Simon MacMullen | 2010-06-24 | 1 | -1/+3 |
|/ / / | | | | | | | | | | to let us switch based on protocol. Remove a couple of unused exports while we're there. | ||||
* | | | moved common spec to rabbit.hrl; rewrote status codebug22597 | Alexandru Scvortov | 2010-06-11 | 1 | -0/+1 |
| | | | |||||
* | | | cosmetics | Matthew Sackman | 2010-05-25 | 1 | -1/+2 |
| | | | |||||
* | | | Cherry-pick 9f4bf96b07a3f6e066792d92a1c3252a1d98842c. | Simon MacMullen | 2010-05-20 | 1 | -6/+7 |
|/ / | |||||
* | | Modify version_compare so that eg 5.0 is eq 5. On application start, check ↵bug22637 | Matthew Sackman | 2010-04-29 | 1 | -0/+1 |
| | | | | | | | | that we have a sufficient version of erts | ||||
* | | change guids to fixed-size binariesbug22647 | Matthias Radestock | 2010-04-24 | 1 | -1/+1 |
| | | | | | | | | | | This change was cherry-picked from the bug21673 branch and brings 'default' closer to that branch. | ||||
* | | refactor: introduce file_path() type | Matthias Radestock | 2010-04-12 | 1 | -0/+1 |
| | | |||||
* | | merge bug22603 into default | Matthias Radestock | 2010-04-09 | 1 | -2/+4 |
|\ \ | |||||
| * | | cosmetics | Matthew Sackman | 2010-04-09 | 1 | -1/+2 |
| | | | |||||
| * | | Merging default into bug 22603 | Matthew Sackman | 2010-04-09 | 1 | -0/+1 |
| |\ \ | |||||
| * | | | persistent_key => guid + is_persistent | Matthew Sackman | 2010-04-09 | 1 | -2/+3 |
| | | | | |||||
* | | | | renaming type sigs | Matthew Sackman | 2010-04-09 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | cosmetic | Matthias Radestock | 2010-04-09 | 1 | -0/+1 |
|/ / | |||||
* | | refactor: put hibernation constants in one place | Matthias Radestock | 2010-04-09 | 1 | -0/+3 |
| | | | | | | | | This was cherry-picked from the bug21673 branch | ||||
* | | Extended all timeouts | Matthew Sackman | 2010-03-08 | 1 | -0/+2 |
| | | |||||
* | | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -4/+4 |
| | | |||||
* | | flesh out binary_generator API | Matthias Radestock | 2010-01-27 | 1 | -0/+6 |
|/ | | | | ...for symmetry with binary_parser and because we need it in bug 21673 | ||||
* | add client_properties info item to 'rabbitmqctl list_connections'bug21948 | Matthias Radestock | 2009-12-10 | 1 | -1/+1 |
| | | | | | showing the amqp table transmitted by the client as part of the connection.start_ok method. |