summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DeMorgan a caseAlexandru Scvortov2011-09-141-5/+7
|
* merge from default + cosmeticAlexandru Scvortov2011-09-141-55/+72
|\
| * refactorAlexandru Scvortov2011-09-131-13/+6
| |
| * merge flow and (consumer, confirm, starts) monitorsAlexandru Scvortov2011-09-131-17/+20
| |
| * merge consumer and (confirms, stats) monitorsAlexandru Scvortov2011-09-131-37/+37
| |
| * merge stats and confirm monitorsAlexandru Scvortov2011-09-131-24/+35
| |
| * remove unnecessary variableAlexandru Scvortov2011-09-131-51/+40
| |
| * merge default into bug23596Alexandru Scvortov2011-09-1311-46/+57
| |\
| * | refactorAlexandru Scvortov2011-09-061-5/+7
| | | | | | | | | | | | And mark the queue as un-monitored when it goes DOWN.
| * | only monitor queues that have messages on themAlexandru Scvortov2011-09-061-35/+51
| | |
* | | fix a specMatthias Radestock2011-09-141-1/+1
| | | | | | | | | | | | that was causing dialyzer to complain, rightly.
* | | Merge heads.Jerry Kuch2011-09-131-11/+7
|\ \ \
| * \ \ Merging headsMatthew Sackman2011-09-131-11/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Merge bug 24416 (yes, let's use dirty ops instead)Simon MacMullen2011-09-091-1/+1
| | |\ \
| | * | | consistencyMatthias Radestock2011-09-081-2/+2
| | | | |
| | * | | do the todoMatthias Radestock2011-09-081-10/+6
| | | | |
* | | | | Merge bug 23056Jerry Kuch2011-09-1319-130/+139
|\ \ \ \ \ | |/ / / /
| * | | | Added tag rabbitmq_v2_6_1 for changeset 12e1420e9df4Tim Fox2011-09-120-0/+0
| | | | |
| * | | | Changelog changes for 2.6.1rabbitmq_v2_6_1Tim Fox2011-09-122-0/+9
| | |/ / | |/| |
| * | | show full paths in dialyzer warningsMatthias Radestock2011-09-091-1/+1
| |/ / | | | | | | | | | which is handy for emacs
| * | Merge bug24387 into defaultSteve Powell2011-09-082-33/+11
| |\ \
| | * \ Merge in defaultSteve Powell2011-09-087-12/+36
| | |\ \ | | |/ / | |/| |
| * | | Merge bug24393Simon MacMullen2011-09-081-0/+1
| |\ \ \
| | * | | Set process limit when running as a Windows serviceEmile Joubert2011-09-071-0/+1
| |/ / /
| * | | Merge bug24399 into defaultDavid Wragg2011-09-066-12/+35
| |\ \ \ | | |_|/ | |/| | | | | | init script assumes the existence of /var/run/rabbitmq
| | * | Be consistent about attempting to remove the directory whenever we can; ↵Matthew Sackman2011-09-063-7/+14
| | | | | | | | | | | | | | | | remove purge deletion of var/run which has existed since root of hg repo.
| | * | When we stop, wipe out the directory rather than just the pid file. This ↵Matthew Sackman2011-09-062-2/+2
| | | | | | | | | | | | | | | | avoids having to worry about how to remove the directory on package uninstall and also has the advantage of helping non-rabbit-packaged distributions
| | * | The custom seems to be to ensure the directory is created on startup.Matthew Sackman2011-09-055-5/+21
| | | |
| | | * don't follow symlinksAlexandru Scvortov2011-09-061-1/+7
| | | |
| | | * use the recurisve delete from rabbit_miscAlexandru Scvortov2011-09-061-32/+4
| | | |
| | | * don't ignore symlinksAlexandru Scvortov2011-09-061-1/+1
| | |/ | |/|
| * | Merged bug24385 into defaultEmile Joubert2011-09-061-38/+36
| |\ \
| | * | tweak 'publish' funs to make their relationship more obviousMatthias Radestock2011-09-061-38/+36
| | |/ | | | | | | | | | plus some cosmetic renaming for consistency
| * | update commentAlexandru Scvortov2011-09-061-2/+4
| | |
| * | improve coverage of rabbit_controlAlexandru Scvortov2011-09-051-0/+9
| |/
| * Merging headsMatthew Sackman2011-09-050-0/+0
| |\
| | * Added tag 6547461e6c2e, rabbitmq_v2_6_0 for changeset 61cd06576025Matthew Sackman2011-09-010-0/+0
| | |
| * | Just like the init script, the ocf script should put the pid file in ↵Matthew Sackman2011-09-051-1/+1
| | | | | | | | | | | | /var/run, not /var/lib
| * | Added tag rabbitmq_v2_6_0 for changeset 6547461e6c2eMatthew Sackman2011-09-010-0/+0
| |/
| * Added tag rabbitmq_v2.6.0 for changeset 6547461e6c2e6547461e6c2eTim Fox2011-08-300-0/+0
| |
| * Changelogs for 2.6.0 releaserabbitmq_v2_6_0rabbitmq_v2.6.0Tim Fox2011-08-302-0/+9
| |
| * Merge bug24377Simon MacMullen2011-08-264-17/+16
| |\
| | * one way to check whether rabbit is runningMatthias Radestock2011-08-254-17/+16
| | | | | | | | | | | | and avoid timeouts in application:which_applications() in doing so
| * | Revert most of the merge of bug24315 apart from rabbit_misc:with_local_io/1 ↵Simon MacMullen2011-08-261-22/+1
| | | | | | | | | | | | since that's now used elsewhere.
| * | move misplaced commentMatthias Radestock2011-08-261-2/+2
| |/
| * Update for user tags. Also move the explanation of the listing format to the ↵Simon MacMullen2011-08-251-3/+5
| | | | | | | | main doc part not the example.
* | merge default into bug 23056Alexandru Scvortov2011-08-2535-28/+238
|\ \ | |/ |/|
| * fix dialyzer warningsAlexandru Scvortov2011-08-089-9/+26
| | | | | | | | | | The ones left now are mostly our over-specifying functions in interfaces and a couple of "crated function has no return".
| * more specsAlexandru Scvortov2011-08-089-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | The specs in msg_store_ets_index, msg_store_gc, msg_store_index, net, networking, node_monitor, prelaunch, queue_collector, queue_index, reader, registry, restartable_sup, router, sasl_report_file_h, ssl, trace, upgrade, upgrade_functions, version, vhost, writer, tcp_acceptor, tcp_acceptor_sup, tcp_listener, tcp_listener_sup, vm_memory_monitor, worker_pool, worker_pool_sup, worker_pool_worker, misc, types are up to date. That should be the last of the specs.
| * even more specsAlexandru Scvortov2011-08-054-2/+28
| | | | | | | | | | | | Specs in heartbeat, limiter, log, memory_monitor, vm_memory_monitor, mirror_queue_coordinator, mirror_queue_master, mirror_queue_misc, mirror_queue_slave, mnesia, msg_file, msg_store are up to date.