summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* some cleaning upMatthias Radestock2009-08-201-11/+8
| | | | mainly remove the (now) badly named WasDiskNode var
* New branch for bug 21429Matthew Sackman2009-08-192-49/+71
|
* remove outdated commentMatthias Radestock2009-08-191-3/+0
|
* cosmeticMatthias Radestock2009-08-191-1/+3
|
* Removed misc spacePaul Jones2009-08-181-1/+1
|
* Merge bug20463 into defaultDavid Wragg2009-08-181-1/+4
|\
| * Rabbit automatically adds /ebin to coverate directoryMarek Majkowski2009-08-141-1/+2
| |
| * Merging default to bug20463Marek Majkowski2009-08-1421-130/+853
| |\
| * | code coverage is a bit more generic now, removed reference to hardcoded ebin ↵Marek Majkowski2009-07-212-6/+11
| | | | | | | | | | | | directory
* | | merge fix from bug20342 into defaultDavid Wragg2009-08-171-1/+1
|\ \ \
| * | | Fix an incorrect variable name in rabbitmq-envDavid Wragg2009-08-171-1/+1
| | | |
* | | | see bug21368 for details. bumping version required for specs, and making ↵Matthew Sackman2009-08-171-3/+4
| | | | | | | | | | | | | | | | consistent requoting of STARTUP_SERVER_ARGS
* | | | merge bug21066 into defaultMatthias Radestock2009-08-142-1/+5
|\ \ \ \
| * | | | tidyingMatthew Sackman2009-08-102-2/+2
| | | | |
| * | | | Channel now catches the exit of the writer and signals the reader ↵Matthew Sackman2009-08-102-1/+5
| | | | | | | | | | | | | | | | | | | | explicitly. It then exits normally, thus avoiding the pointless and expensive formatting of its error message
* | | | | merging in bug20978Matthew Sackman2009-08-144-10/+17
|\ \ \ \ \
| * | | | | Reconcile the Deian and Fedora package Makefiles a littleDavid Wragg2009-08-112-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Debian package makefile has the useful feature that, if VERSION is not provided, it will guess the value from the source tarball file name. Make the Fedora Makefile do the same, and adapt the common code to use make-builtins rather than $(shell ...) commands where possible.
| * | | | | When stopping rabbitmq server, kill any rabbitmq-owned epmd processDavid Wragg2009-08-112-4/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | epmd is the Erlang Port Mapper Daemon, which maps Erlang node names to TCP port numbers. It is shared by all users on a system, and started automatically by the Erlang start-up script if not already running. As a result, epmd will often be started when the rabbitmq server starts, and so will be run as the rabbitmq user. This process will linger even after the rabbitmq server is stopped. This can have surprising consequences: The deluser program in Debian Sid checks whether any processes owned by the given user are running, and will fail if so. This change addresses the problem in this init script. When stopping the rabbitmq server, it will also kill any rabbitmq-owned epmd process.
* | | | | merge bug20342 into defaultMatthew Sackman2009-08-1416-26/+272
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | oops, 4 spaces, not 3Matthew Sackman2009-08-141-2/+2
| | | |
| * | | removing tabsMatthew Sackman2009-08-142-12/+12
| | | |
| * | | Added license boilerplatePaul Jones2009-08-102-0/+62
| | | |
| * | | Added manpage for rabbitmq-activate-pluginsPaul Jones2009-08-041-0/+35
| | | |
| * | | Eliminated parsing of ls outputPaul Jones2009-08-031-5/+9
| | | |
| * | | Fixed lib locations and root wrapper mutation in macportsPaul Jones2009-07-292-2/+5
| | | |
| * | | Added macports specific version of asroot-script-wrapperPaul Jones2009-07-291-0/+13
| | | |
| * | | Cleaned up Portfile, added rewriting for rabbitmq-envPaul Jones2009-07-291-12/+5
| | | |
| * | | Updated packaging configurations to handle new rabbitmq-activate-plugins ↵Paul Jones2009-07-295-5/+34
| | | | | | | | | | | | | | | | script, along with its requirement to be run as root
| * | | Renamed activate-plugins to rabbitmq-activate-plugins; changed scripts to ↵Paul Jones2009-07-297-58/+58
| | | | | | | | | | | | | | | | use rabbitmq-env to source paths instead of embedding the logic themselves
| * | | Corrected copy command for activate-plugins scriptPaul Jones2009-07-291-1/+1
| | | |
| * | | Packaging location changes for debs, macports, windows and RPMSPaul Jones2009-07-296-15/+73
| | | |
| * | | Patched all scripts to be able to auto-detect their directory, even when ↵Paul Jones2009-07-294-9/+58
| | | | | | | | | | | | | | | | symlinked
* | | | merge bug18748 into defaultTony Garnock-Jones2009-08-113-0/+132
|\ \ \ \ | |_|/ / |/| | |
| * | | Added notify_remote method, allowing a remote node to be notified of a hookPaul Jones2009-08-112-1/+22
| | | |
| * | | Changed hook function to be a {M,F,A} set insteadPaul Jones2009-08-112-26/+31
| | | |
| * | | Implementation of hook mechanism using ETS table for storage of hooks, along ↵Paul Jones2009-08-103-0/+106
|/ / / | | | | | | | | | with test cases to validate functionality
* | | tabs -> spacesMatthias Radestock2009-08-091-7/+7
| | |
* | | tabs -> spacesMatthias Radestock2009-08-091-5/+5
| | |
* | | merge bug21335 into defaultMatthias Radestock2009-08-091-10/+6
|\ \ \
| * | | assemble fragments in correct orderMatthias Radestock2009-08-091-10/+6
| | | | | | | | | | | | | | | | | | | | and handle the case where both props are available in both binary and decoded form.
| * | | merge default into bug21335Matthias Radestock2009-08-098-95/+338
| |\ \ \ | |/ / / |/| | |
* | | | merge bug21087 into defaultMatthias Radestock2009-08-083-83/+300
|\ \ \ \
| * | | | factor out common termination handlingMatthias Radestock2009-08-071-18/+12
| | | | |
| * | | | don't ignore Debug info in pre/post-hibernate hook return handlingMatthias Radestock2009-08-071-6/+6
| | | | |
| * | | | refactoring of pre/post hibernation codeMatthias Radestock2009-08-071-31/+25
| | | | | | | | | | | | | | | | | | | | to make it simpler and shorter
| * | | | trimmed some fat from docsMatthias Radestock2009-08-061-12/+8
| | | | |
| * | | | more documentationMatthew Sackman2009-08-061-26/+32
| | | | |
| * | | | documentationMatthew Sackman2009-08-061-5/+10
| | | | |
| * | | | All done.Matthew Sackman2009-08-061-66/+80
| | | | |
| * | | | Matthias wanted to be able to cope with the possibility that we get woken up ↵Matthew Sackman2009-08-031-9/+15
| | | | | | | | | | | | | | | | | | | | without having a msg to receive. We have no idea if this is possible. Nevertheless, in the previous code, it would block waiting for a msg (mirroring OTP behaviour). Now it'll work, but we have to avoid a potential crash elsewher.