summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | |
| * | | 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
| | | | | | | |
| | | | | | | * merging from defaultVlad Ionescu2009-10-299-46/+57
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge bug21788 into defaultPaul Jones2009-10-284-25/+33
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |