| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | On application:stop, if we're not clustered, walk through all the ram ↵ | Matthew Sackman | 2009-10-29 | 2 | -1/+24 |
| | | | | | tables, and clear them. This has been tested by declaring durable and non durable queues and checking that they disappear on application:stop from rabbit_queue table. The durable queue does correctly still restart on subsequent application:start | ||||
| * | merge bug21788 into default | Matthias Radestock | 2009-10-29 | 1 | -1/+1 |
| |\ | |||||
| | * | missed one | Matthias Radestock | 2009-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | merging bug 21457 into default | Matthew Sackman | 2009-10-28 | 10 | -439/+341 |
| |\ \ | |||||
| | * | | 512MB => 1GB | Matthew Sackman | 2009-10-28 | 1 | -4/+4 |
| | | | | |||||
| | * | | We don't need two ways of disabling the mm, and 0 tends to mean unlimited ↵ | Matthew Sackman | 2009-10-28 | 1 | -1/+0 |
| | | | | | | | | | | | | | elsewhere in amqp (eg qos) | ||||
| | * | | merging in from default | Matthew Sackman | 2009-10-28 | 6 | -33/+36 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge bug21788 into default | Paul Jones | 2009-10-28 | 4 | -25/+33 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Add missing quoting RABBITMQ_EBIN_PATH on the deletion of rabbit.rel | Paul Jones | 2009-10-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | escape env vars in .bat scripts on use rather than definition | Matthias Radestock | 2009-10-28 | 4 | -25/+33 |
| | | | | | | | | | | | | | | | | | | | | | | We did that on most env vars already, except recently introduced ones, which caused nasty quoting bugs. Some cosmetic changes and minor refactoring too. | ||||
| * | | | merge bug 21796 into default | Matthew Sackman | 2009-10-28 | 2 | -8/+3 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | removed ssl_base64 use in cookie_hash | Matthew Sackman | 2009-10-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | use base64 module instead of ssl_base64 | Matthias Radestock | 2009-10-26 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former is part of stdlib and hencd available in all Erlang installations, whereas the latter is absent if ssl was disabled during compilation. The downside is that base64 was only introduced in R11B-4. However, all the major distributions ship stable branches with Erlang releases later than that, and for exotic distributions the user can always build Erlang manually. | ||||
| * | | | fix typo | Matthias Radestock | 2009-10-28 | 1 | -2/+2 |
| | | | | |||||
| | | * | system_memory_high_watermark => vm_memory_high_watermark | Matthew Sackman | 2009-10-28 | 4 | -5/+5 |
| | | | | |||||
| | | * | More cosmetic | Matthew Sackman | 2009-10-28 | 3 | -12/+15 |
| | | | | |||||
| | | * | more cosmetics and formatting | Matthew Sackman | 2009-10-28 | 1 | -28/+18 |
| | | | | |||||
| | | * | More cosmetics and reorganisations | Matthew Sackman | 2009-10-28 | 1 | -71/+79 |
| | | | | |||||
| | | * | cosmetics and rearranging only - conformance and consistency | Matthew Sackman | 2009-10-28 | 1 | -105/+111 |
| | | | | |||||
| | | * | On the way towards perfect indentation. | Marek Majkowski | 2009-10-27 | 1 | -10/+10 |
| | | | | |||||
| | | * | Fixed tabs. | Marek Majkowski | 2009-10-27 | 1 | -10/+10 |
| | | | | |||||
| | | * | Added support for solaris | Marek Majkowski | 2009-10-27 | 1 | -0/+23 |
| | | | | |||||
| | | * | Default merged into bug21457 | Marek Majkowski | 2009-10-26 | 5 | -16/+24 |
| | | |\ | |_|/ |/| | | |||||
| * | | | Merged bug21415 into default. I missed it previously. | Marek Majkowski | 2009-10-26 | 1 | -2/+1 |
| |\ \ \ | |||||
| | * | | | Don't 'chkconfig --del rabbitmq-server' when upgrading. | David Wragg | 2009-09-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This would disable the service even after the sysadmin has decided to enable it at cetain runlevels. Since this 'chkconfig --del' only happens during an upgrade, and is always followed by a 'chkconfig --add' anyway during %post, removing it should be safe. | ||||
| * | | | | bug 21758. Missed the first case in handle_ch_down which was noreply(... and ↵ | Matthew Sackman | 2009-10-26 | 1 | -1/+1 |
| | |/ / |/| | | | | | | | | needed turning into {ok, State} in order to match the other cases | ||||
| * | | | merge bug21777 into default | Matthias Radestock | 2009-10-26 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | cosmetic error formatting changes | Matthias Radestock | 2009-10-26 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Fixed formatting for string-based errors | Paul Jones | 2009-10-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | merge bug21758 into default | Matthias Radestock | 2009-10-26 | 1 | -7/+16 |
| |\ \ \ \ | |||||
| | * | | | | Typo and style fix | Michael Bridgen | 2009-10-20 | 1 | -7/+5 |
| | | | | | | |||||
| | * | | | | Use a specialised return value for handle_ch_down, rather than ↵ | Michael Bridgen | 2009-10-20 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | reinterpreting what used to be a handle_call return value | ||||
| | * | | | | Do the queue deletion synchronously. Instead of replying immediately | Michael Bridgen | 2009-10-19 | 1 | -3/+11 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using gen_server2:call, then doing the work, we include the reply in the return value for gen_server2 to pass on. It happens that gen_server2 will terminate the process, on getting stop, before it sends the reply on -- just what we want here. NB: here we translate between the return value of handle_ch_down/2, which was intended to be the return value for handle_call, and an actual return value. Slightly nicer would be for handle_ch_down to return the state and (say) 'ok' or 'stop', to make its contract more explicit. | ||||
| * | | | | Merged bug 21807 into default (list_bindings order). | Marek Majkowski | 2009-10-23 | 2 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | correct list_bindings result field order | Matthias Radestock | 2009-10-22 | 2 | -3/+3 |
| |/ / / / | |||||
| | | | * | Default merged into bug21457 | Marek Majkowski | 2009-10-22 | 4 | -33/+36 |
| | | | |\ | |_|_|/ |/| | | | |||||
| * | | | | Merged bug21771 into default. | Marek Majkowski | 2009-10-21 | 4 | -33/+36 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Minor QA fix | Marek Majkowski | 2009-10-21 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | cope with suffixed node names in scripts | Matthias Radestock | 2009-10-08 | 4 | -33/+36 |
| |/ / / | |||||
| | | * | QA: erlang:trunc -> trunc | Marek Majkowski | 2009-10-12 | 1 | -2/+2 |
| | | | | |||||
| | | * | Default merged into bug21457 | Marek Majkowski | 2009-10-12 | 27 | -131/+273 |
| | | |\ | |_|/ |/| | | |||||
| * | | | Added tag rabbitmq_v1_7_0 for changeset b1089fcc31b7 | David Wragg | 2009-10-07 | 0 | -0/+0 |
| | | | | |||||
| * | | | Bump version to 1.7.0rabbitmq_v1_7_0 | David Wragg | 2009-10-07 | 2 | -0/+9 |
| | | | | |||||
| * | | | Merge QAd bug21738 into default | Michael Bridgen | 2009-10-05 | 1 | -1/+4 |
| |\ \ \ | |||||
| | * | | | fix race condition in list_connections test when in a cluster | Matthias Radestock | 2009-10-02 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | Merge bug21222 into default | David Wragg | 2009-10-04 | 1 | -5/+6 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | setting log dir for startup/shutdown messages | Marek Majkowski | 2009-10-01 | 1 | -5/+6 |
| | | | | | |||||
| * | | | | Merged bug 21294 into default. | Marek Majkowski | 2009-10-02 | 2 | -1/+15 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Shuffled the config file element declaration so the debian defaults file ↵ | Paul Jones | 2009-10-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | will be able to override it | ||||
| | * | | | Changed location of the configuration file on windows | Paul Jones | 2009-10-01 | 1 | -3/+6 |
| | | | | | |||||
