summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* stop batch from tripping over vars containing parenthesesbug21804Matthias Radestock2009-10-291-1/+1
| | | | The root cause was a missing quotation.
* merge bug21788 into defaultMatthias Radestock2009-10-291-1/+1
|\
| * missed onebug21788Matthias Radestock2009-10-291-1/+1
| |
* | merging bug 21457 into defaultMatthew Sackman2009-10-2810-439/+341
|\ \
| * | 512MB => 1GBMatthew Sackman2009-10-281-4/+4
| | |
| * | We don't need two ways of disabling the mm, and 0 tends to mean unlimited ↵Matthew Sackman2009-10-281-1/+0
| | | | | | | | | | | | elsewhere in amqp (eg qos)
| * | merging in from defaultMatthew Sackman2009-10-286-33/+36
| |\ \ | |/ / |/| |
* | | Merge bug21788 into defaultPaul Jones2009-10-284-25/+33
|\ \ \ | | |/ | |/|
| * | Add missing quoting RABBITMQ_EBIN_PATH on the deletion of rabbit.relPaul Jones2009-10-281-1/+1
| | |
| * | escape env vars in .bat scripts on use rather than definitionMatthias Radestock2009-10-284-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 defaultMatthew Sackman2009-10-283-5/+4
|\ \ \ | |/ /
| * | fix typoMatthias Radestock2009-10-281-2/+2
| | |
* | | removed ssl_base64 use in cookie_hashbug21796Matthew Sackman2009-10-281-1/+1
| | |
* | | use base64 module instead of ssl_base64Matthias Radestock2009-10-261-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.
| | * system_memory_high_watermark => vm_memory_high_watermarkMatthew Sackman2009-10-284-5/+5
| | |
| | * More cosmeticMatthew Sackman2009-10-283-12/+15
| | |
| | * more cosmetics and formattingMatthew Sackman2009-10-281-28/+18
| | |
| | * More cosmetics and reorganisationsMatthew Sackman2009-10-281-71/+79
| | |
| | * cosmetics and rearranging only - conformance and consistencyMatthew Sackman2009-10-281-105/+111
| | |
| | * On the way towards perfect indentation.Marek Majkowski2009-10-271-10/+10
| | |
| | * Fixed tabs.Marek Majkowski2009-10-271-10/+10
| | |
| | * Added support for solarisMarek Majkowski2009-10-271-0/+23
| | |
| | * Default merged into bug21457Marek Majkowski2009-10-2610-434/+307
| | |\ | |/ /
| | * Default merged into bug21457Marek Majkowski2009-10-2210-434/+307
| | |\
| | | * QA: erlang:trunc -> truncMarek Majkowski2009-10-121-2/+2
| | | |
| | | * Default merged into bug21457Marek Majkowski2009-10-1210-434/+307
| | | |\
| | | | * QA fixesMarek Majkowski2009-10-121-12/+6
| | | | |
| | | | * Default merged into bug 21457Marek Majkowski2009-09-2910-434/+313
| | | | |\
| | | | | * minor os_mon fixesMarek Majkowski2009-09-285-4/+10
| | | | | |
| | | | | * renamed to vm_memory_monitorMarek Majkowski2009-09-252-3/+3
| | | | | |
| | | | | * qa fixes, some refactoringMarek Majkowski2009-09-257-80/+156
| | | | | |
| | | | | * new memsup codeMarek Majkowski2009-09-1610-431/+228
| | | | | |
| * | | | | Merged bug21415 into default. I missed it previously.Marek Majkowski2009-10-2643-354/+716
| |\ \ \ \ \
| | * | | | | bug 21758. Missed the first case in handle_ch_down which was noreply(... and ↵Matthew Sackman2009-10-261-1/+1
| |/ / / / / |/| | | | | | | | | | | | | | | | | needed turning into {ok, State} in order to match the other cases
* | | | | | merge bug21777 into defaultMatthias Radestock2009-10-266-43/+55
|\ \ \ \ \ \
| * \ \ \ \ \ merge bug21758 into defaultMatthias Radestock2009-10-265-36/+39
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merged bug 21807 into default (list_bindings order).Marek Majkowski2009-10-232-3/+3
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | correct list_bindings result field orderbug21807Matthias Radestock2009-10-222-3/+3
| | |/ / / / /
| | * | | | | Merged bug21771 into default.Marek Majkowski2009-10-214-33/+36
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Minor QA fixbug21771Marek Majkowski2009-10-211-1/+1
| | | | | | |
| | | * | | | cope with suffixed node names in scriptsMatthias Radestock2009-10-084-33/+36
| | |/ / / /
| * | | | | Typo and style fixbug21758Michael Bridgen2009-10-201-7/+5
| | | | | |
| * | | | | Use a specialised return value for handle_ch_down, rather than ↵Michael Bridgen2009-10-201-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | reinterpreting what used to be a handle_call return value
| * | | | | Do the queue deletion synchronously. Instead of replying immediatelyMichael Bridgen2009-10-191-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.
* | | | | cosmetic error formatting changesbug21777Matthias Radestock2009-10-261-3/+3
| | | | |
* | | | | Fixed formatting for string-based errorsPaul Jones2009-10-091-1/+1
|/ / / /
* | | | Added tag rabbitmq_v1_7_0 for changeset b1089fcc31b7David Wragg2009-10-070-0/+0
| | | |
* | | | Bump version to 1.7.0rabbitmq_v1_7_0David Wragg2009-10-072-0/+9
| | | |
* | | | Merge QAd bug21738 into defaultMichael Bridgen2009-10-051-1/+4
|\ \ \ \
| * | | | fix race condition in list_connections test when in a clusterbug21738Matthias Radestock2009-10-021-1/+4
| | | | |