summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* replaced echo -e with multiple echo callsbug21913Matthew Sackman2009-11-102-2/+6
|
* Merge bug21715Paul Jones2009-11-091-7/+20
|\
| * Build args are also dependant on platformbug21715Marek Majkowski2009-11-091-2/+3
| |
| * Forgot one checksumMarek Majkowski2009-11-061-1/+2
| |
| * Let's support 1.7.0Marek Majkowski2009-11-061-4/+3
| |
| * don't depend on simplejson for snow leopardMarek Majkowski2009-11-061-1/+13
|/
* Nuked a headBen Hood2009-11-052-2/+6
|\
| * One head is better than two.David Wragg2009-11-056-4/+53
| |\
| * \ Merge bug21802 into defaultDavid Wragg2009-11-042-2/+6
| |\ \
| | * | typeo. Or something.bug21802Matthew Sackman2009-10-291-1/+1
| | | |
| | * | Made the wrappers slightly smarter so that they also detect when they're the ↵Matthew Sackman2009-10-292-3/+7
| | | | | | | | | | | | | | | | rabbitmq user and just pass args straight through in this case (which, after testing, really is the right thing to do). Note that at least on debian, the rabbitmq user has the shell of /bin/false, so shouldn't be able to log in, but even so, either edit that to /bin/sh and then su to rabbitmq and then rabbitmqctl list_queues works, or su rabbitmq -s /bin/sh -c "/usr/sbin/rabbitmqctl list_queues" works. In short, it seems to work.
* | | | Merged bug21775 into defaultBen Hood2009-11-051-3/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merged default into bug21775bug21775Ben Hood2009-11-0519-447/+443
| |\ \ \ | |/ / / |/| | |
* | | | merge bug21831 into defaultMatthias Radestock2009-11-042-1/+23
|\ \ \ \
| * | | | When clustered, on application:stop, make sure we call on_node_node(node()). ↵bug21831Matthew Sackman2009-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | This is necessary because application:stop does not constitute a node failure, thus other nodes won't notice. Tested by creating a 2-node cluster, creating durable and non durable queues and checking that they're removed from mnesia tables as appropriate on application:stop on one of the nodes. Of course, even with the application stopped on one node, rabbitmqctl status still reports both nodes in the list of running_nodes. All tests pass.
| * | | | placation of Matthias - more sensible rabbit_mnesia APIMatthew Sackman2009-10-292-23/+22
| | | | |
| * | | | On application:stop, if we're not clustered, walk through all the ram ↵Matthew Sackman2009-10-292-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 bug21782 into defaultMatthias Radestock2009-11-042-3/+5
|\ \ \ \
| * | | | cosmeticbug21782Matthias Radestock2009-11-041-3/+3
| | | | |
| * | | | Added destination file, and lifted the code from rabbit_misc:write_term_file ↵Matthew Sackman2009-10-302-3/+5
| | |_|/ | |/| | | | | | | | | | (though with ~p, not ~w)
* | | | merge bug21570 into defaultMatthias Radestock2009-11-042-0/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Added extra spec which may shut up R13B01bug21570Matthew Sackman2009-10-291-0/+3
| | | |
| * | | Added specs which, importantly, feature no_return() as the return types, in ↵Matthew Sackman2009-10-292-0/+22
| |/ / | | | | | | | | | order to shut up dialyzer
* | | merging bug21804 into defaultVlad Ionescu2009-10-298-21/+66
|\ \ \
| * \ \ merging bug21877 into defaultVlad Ionescu2009-10-291-1/+1
| |\ \ \
| | * | | correct default path to erlsrv.exebug21877Matthias Radestock2009-10-291-1/+1
| | |/ / | | | | | | | | | | | | | | | | to point at a likely location of an R12B-5 install instead of R11B-5, since the Windows bundle now contains the former rather than the latter.
| * | | merging bug21789 into defaultVlad Ionescu2009-10-296-1/+31
| |\ \ \
| | * | | missed onebug21789Matthias Radestock2009-10-291-0/+4
| | | | |
| | * | | prevent vars from escaping the script and polluting the envMatthias Radestock2009-10-295-1/+27
| | |/ / | | | | | | | | | | | | also some minor cosmetic changes
| * | | merging bug 21457 into defaultMatthew Sackman2009-10-294-19/+34
| |\ \ \ | | |/ / | |/| |
| | * | set limits for 32bit to 4GB and 64bit to 256TB. Set default ↵bug21457Matthew Sackman2009-10-294-8/+9
| | | | | | | | | | | | | | | | vm_memory_high_watermark to 0.4, and adjust display of memory size in undetected OS case
| | * | Minor improvements to spec and some cosmeticsMatthew Sackman2009-10-291-11/+10
| | | |
| | * | QA: specsMarek Majkowski2009-10-291-0/+15
| | | |
| | * | QA: yes, that's better error handling...Marek Majkowski2009-10-291-16/+10
| | | |
| | * | QA: Removed useless comments, added 'no such command' guards.Marek Majkowski2009-10-291-9/+15
| | | |
* | | | 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
| |\ \ \ | |/ / / |/| | |
| * | | 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
| | | |