| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Generate the macports index files by sshing over to an OSX box | David Wragg | 2010-01-22 | 1 | -1/+24 |
| | | |||||
| * | Templatize rabbitmq-script-wrapper so that it works under OSX | David Wragg | 2010-01-22 | 4 | -1/+7 |
| | | |||||
| * | Introduce a Makefile to produce the macports artifacts | David Wragg | 2010-01-22 | 5 | -33/+35 |
| | | | | | | | | The checksums in the portfile are automatically updated, and the relevant scripts are copied across from packaging/common. However, due to differences in the options supported by su in Linux and OSX, the scripts don't actually work for OSX at this point. | ||||
| * | merge bug22225 into v1_7 | Matthias Radestock | 2010-01-20 | 1 | -1/+1 |
| |\ | |||||
| | * | put the erlang crash file in an erl_crash.dump file in rabbitmq base rather ↵ | David R. MacIver | 2010-01-19 | 1 | -1/+1 |
| | | | | | | | | | than as a text file named log | ||||
| * | | merge bug22223 into v1_7 | Matthias Radestock | 2010-01-19 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Bumped priority of acks to match that of the unblock and notify_sent calls | Matthew Sackman | 2010-01-18 | 1 | -1/+1 |
| | |/ | |||||
| * | | merge bug22221 into v1_7 | Matthias Radestock | 2010-01-19 | 2 | -22/+29 |
| |\ \ | |/ |/| | |||||
| | * | no need to match on 'ok' twice | Matthias Radestock | 2010-01-19 | 1 | -5/+5 |
| | | | |||||
| | * | vertical alignment of -> in queue_fold | David R. MacIver | 2010-01-19 | 1 | -1/+1 |
| | | | |||||
| | * | rebranch off v1_7 rather than default | David R. MacIver | 2010-01-19 | 2 | -24/+31 |
| |/ | |||||
| * | merge bug22013 into v1_7 | Matthias Radestock | 2010-01-15 | 2 | -8/+12 |
| |\ | |||||
| | * | The DEFAULT_ values should not be available to the .conf file | Matthew Sackman | 2010-01-15 | 2 | -4/+4 |
| | | | |||||
| | * | Fixed. If the env vars are not set, combine them from the .conf file ↵ | Matthew Sackman | 2010-01-15 | 2 | -8/+12 |
| | | | | | | | | | (non-RABBITMQ_-prefixed). In the case of one set but not the other, use the DEFAULT_ values. | ||||
| * | | merge bug19111 into v1_7 | Matthias Radestock | 2010-01-15 | 1 | -0/+36 |
| |\ \ | |||||
| | * | | recreate branch in correct place | Matthias Radestock | 2010-01-15 | 1 | -0/+36 |
| |/ / | |||||
| * | | merging bug 20916 into v1_7 | Matthew Sackman | 2009-12-19 | 1 | -7/+15 |
| |\ \ | |||||
| | * | | not_found error on attempt to declare a queue that exists on a stopped node | Matthias Radestock | 2009-12-18 | 1 | -7/+15 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | this prevents loss or duplication of messages when that node recovers I considered returing {ok, Q} | {error, not_found} from internal_declare (and subsequently declare), and let the channel deal with throwing the appropriate amqp error. But - that would be a change to a crucial internal API that is used by quite a few extensions - it would make the return type inconsistent with rabbit_exchange:declare, which too only returns X, not {ok, X}. - the rabbit_amqqueue module already knows about amqp errors - see with_or_die. So this is not breaking any concern separation. | ||||
| * | | Merge no-pluggable-exchange branch into v1.7-series branch. | Michael Bridgen | 2009-12-18 | 41 | -758/+980 |
| |\ \ | |||||
| | * \ | post-backout merge | Matthias Radestock | 2009-12-18 | 15 | -561/+220 |
| | |\ \ | |||||
| | | * | | Backed out changeset 71e93e17450c | Matthias Radestock | 2009-12-18 | 15 | -561/+220 |
| | | | | | | | | | | | | | | | | | pluggable exchange types are not ready for prime time yet | ||||
| | * | | | post-backout merge | Matthias Radestock | 2009-12-18 | 1 | -1/+0 |
| | |\ \ \ | |||||
| | | * | | | Backed out changeset b2363fc1a51a | Matthias Radestock | 2009-12-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | pluggable exchange types are not ready for prime time yet | ||||
| | * | | | | post-backout merge | Matthias Radestock | 2009-12-18 | 3 | -117/+9 |
| | |\ \ \ \ | |||||
| | | * | | | | Backed out changeset 3ab59ae0f0e9 | Matthias Radestock | 2009-12-18 | 3 | -117/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | pluggable exchange types are not ready for prime time yet | ||||
| | * | | | | | create branch for bug 22082 | Matthias Radestock | 2009-12-18 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | merge bug22013 into default | Matthias Radestock | 2009-12-17 | 6 | -49/+128 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | |||||
| | | * | | | allow nodes to be started with no listeners | Matthias Radestock | 2009-12-01 | 1 | -7/+12 |
| | | | | | | |||||
| | | * | | | two bug fixes and some refactoring | Matthias Radestock | 2009-12-01 | 1 | -27/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - the IP address in the config is meant to be a string, not an atom - special case node name of first node | ||||
| | | * | | | multi is a convenience. It should blow up when starting > 1 nodes when we ↵ | Matthew Sackman | 2009-11-25 | 5 | -19/+59 |
| | | | | | | | | | | | | | | | | | | | | | have multiple tcp listeners. When starting > 1 nodes, make sure we export the discovered node ip address and port. When starting just 1 node, don't export anything - either rabbit-server will rediscover it in the env, or it's all configured in the config file. | ||||
| | | * | | | Reintroduced traces of tcp_listeners where it turns out to be a jolly good ↵ | Matthew Sackman | 2009-11-24 | 5 | -1/+76 |
| | | | | | | | | | | | | | | | | | | | | | idea, but don't set either one unless the other has been set. Thus if neither has been set then we don't do nowt. | ||||
| | | * | | | Removed all traces of tcp_listeners from the scripts | Matthew Sackman | 2009-11-24 | 5 | -37/+0 |
| | | |/ / | |||||
| | * | | | merging bug22113 into default | Matthew Sackman | 2009-12-16 | 3 | -9/+117 |
| | |\ \ \ | |||||
| | | * | | | New process to own the tables. API for accessing the tables. | Tony Garnock-Jones | 2009-12-14 | 4 | -26/+114 |
| | | | | | | |||||
| | | * | | | No longer rely on magic module naming; use an explicit registry | Tony Garnock-Jones | 2009-12-09 | 2 | -7/+27 |
| | | | | | | |||||
| | * | | | | Delete trailing whitespace | Tony Garnock-Jones | 2009-12-14 | 1 | -12/+12 |
| | | | | | | |||||
| | * | | | | merging bug 22117 into default | Matthew Sackman | 2009-12-11 | 2 | -42/+41 |
| | |\ \ \ \ | |||||
| | | * | | | | don't wait forever for ssl negotiation to succeed | Matthias Radestock | 2009-12-10 | 1 | -1/+4 |
| | | | | | | | |||||
| | | * | | | | move ssl negotiation into reader process | Matthias Radestock | 2009-12-10 | 2 | -42/+38 |
| | | |/ / / | | | | | | | | | | | | | | | | thus freeing up the acceptor to handle new connections | ||||
| | * | | | | merging bug 21963 into default | Matthew Sackman | 2009-12-11 | 2 | -14/+15 |
| | |\ \ \ \ | |||||
| | | * | | | | display pids instead of nodes | Matthias Radestock | 2009-12-10 | 2 | -14/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The challenge here was to find a way to display pids portably, s.t. the same pid is displayed in the same way everywhere, every time. We exploit Erlang's well-defined and stable external term format to take apart pids. | ||||
| | * | | | | | merging bug 21948 into default | Matthew Sackman | 2009-12-11 | 4 | -9/+34 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | add client_properties info item to 'rabbitmqctl list_connections' | Matthias Radestock | 2009-12-10 | 4 | -9/+34 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | showing the amqp table transmitted by the client as part of the connection.start_ok method. | ||||
| | * | | | | | merging bug 22125 into default | Matthew Sackman | 2009-12-11 | 1 | -1/+1 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | | * | | | | don't escape space (ascii 32) in rabbitmqctl output | Matthias Radestock | 2009-12-10 | 1 | -1/+1 |
| | |/ / / / | | | | | | | | | | | | | | | | It was never meant to get escaped in the first place, according to the docs. | ||||
| | * | | | | replace deprecated guard | Matthias Radestock | 2009-12-10 | 1 | -1/+1 |
| | |/ / / | |||||
| | * | | | merge bug22063 into default | Matthias Radestock | 2009-12-01 | 1 | -19/+6 |
| | |\ \ \ | |||||
| | | * | | | removing is_amqp_hard_error in rabbit_framing and adding amqp_exception ↵ | Vlad Ionescu | 2009-11-30 | 1 | -19/+6 |
| | |/ / / | | | | | | | | | | | | | function to lookup amqp error codes and turn them into atoms | ||||
| | * | | | Try harder to find a simplejson-supporting python | Tony Garnock-Jones | 2009-11-30 | 1 | -0/+13 |
| | | | | | |||||
| | * | | | cosmetic | Matthias Radestock | 2009-11-25 | 1 | -2/+3 |
| | | | | | |||||
