| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix typo | Matthias Radestock | 2009-10-28 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| |/ / / | |||||
| * | | | 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 |
| |/ / | |||||
| * | | 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 |
| | | | | |||||
| | * | | Added ability to provide configuration file to windows server startup too | Paul Jones | 2009-09-21 | 1 | -1/+7 |
| | | | | |||||
| | * | | Added facility to provide a configuration file to rabbit startup for Unix ↵ | Paul Jones | 2009-09-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | systems | ||||
| * | | | Merged bug 21682 into default | Marek Majkowski | 2009-10-01 | 1 | -13/+14 |
| |\ \ \ | |||||
| | * | | | Introduced realsbin directory | Paul Jones | 2009-09-30 | 1 | -13/+14 |
| | | | | | |||||
| | * | | | Changed target of reinplace calls to prevent macports converting symlinks to ↵ | Paul Jones | 2009-09-24 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | files | ||||
| * | | | | Merged bug 21273 into default | Marek Majkowski | 2009-10-01 | 2 | -20/+37 |
| |\ \ \ \ | |||||
| | * \ \ \ | Default merged into bug21273 | Marek Majkowski | 2009-10-01 | 9 | -52/+109 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | merge bug21669 into default | Matthias Radestock | 2009-09-30 | 3 | -22/+66 |
| |\ \ \ \ \ | |||||
| | * | | | | | leave error reporting in rabbit:prepare to context | Matthias Radestock | 2009-09-30 | 2 | -55/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also: - tabs->spaces - a few cosmetic changes - extract error handling & termination in rabbit_plugin_activator | ||||
| | * | | | | | Reverted rabbit:boot to rabbit_misc:start_applications | Paul Jones | 2009-09-30 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Removed application starting changes, since these were causing a number of ↵ | Paul Jones | 2009-09-30 | 2 | -24/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | problems | ||||
| | * | | | | | Updated boot modification code to support catching errors | Paul Jones | 2009-09-28 | 3 | -31/+53 |
| | | | | | | | |||||
| | * | | | | | Added rabbit:prepare to the generated boot file; removed call to ↵ | Paul Jones | 2009-09-24 | 3 | -4/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | rabbit:start when using a boot file | ||||
| * | | | | | | Merged bug 20399 into default. | Marek Majkowski | 2009-09-30 | 2 | -21/+24 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | cosmetic | Matthias Radestock | 2009-09-30 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | fix handling of precondition_failed | Matthias Radestock | 2009-09-30 | 2 | -21/+24 |
| | | | | | | | | |||||
| | * | | | | | | merge default into bug20399 | Matthias Radestock | 2009-09-30 | 21 | -117/+355 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | merge from bug 21397 | Matthew Sackman | 2009-09-30 | 1 | -7/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | using ?= operator | Vlad Ionescu | 2009-09-22 | 1 | -15/+6 |
| | | | | | | | | | | |||||
| | * | | | | | | | | merging from default | Vlad Ionescu | 2009-09-22 | 11 | -133/+99 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | wrapping some makefile vars in ifndef's | Vlad Ionescu | 2009-09-15 | 1 | -4/+12 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | merging from bug 21449 | Matthew Sackman | 2009-09-30 | 3 | -2/+13 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | cosmetic | Matthew Sackman | 2009-09-30 | 1 | -3/+3 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | rabbitmqctl now accepts -nodename | Marek Majkowski | 2009-09-04 | 3 | -2/+13 |
| | | | | | | | | | | | | |||||
| | | | | | | | * | | | | handle errors during connection establishment more gracefully | Matthias Radestock | 2009-09-30 | 2 | -20/+37 |
| | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
