summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* it's a serial, not a guidbug21427Matthias Radestock2009-08-201-3/+3
|
* don't ignore errorsMatthias Radestock2009-08-201-4/+6
|
* use new term file helpersMatthias Radestock2009-08-201-15/+5
|
* merge default into bug21427Matthias Radestock2009-08-204-26/+156
|\
| * use new term file helpersMatthias Radestock2009-08-201-19/+7
| |
| * introduce helper functions for reading/writing files containing Erlang termsMatthias Radestock2009-08-201-0/+9
| |
| * minor refactoring of signaturesMatthias Radestock2009-08-201-6/+8
| |
| * merge bug21428 into defaultMatthias Radestock2009-08-192-1/+28
| |\
| | * New branch for bug 21428bug21428Matthew Sackman2009-08-192-1/+28
| | |
| * | merge bug21425 into defaultMatthias Radestock2009-08-190-0/+0
| |\ \ | | |/
| * | 100% code coverage of join. Also made in have 100% code coverage. The ↵bug21425Matthew Sackman2009-08-191-0/+29
| | | | | | | | | | | | remaining out case I don't think can exist without manually constructing the necessary structure. I don't believe the API permits it.
| * | New branch for bug 21425Matthew Sackman2009-08-192-2/+77
| |/
* | stuff as according to QA.Matthew Sackman2009-08-191-7/+19
| |
* | New branch for bug 21427Matthew Sackman2009-08-191-7/+15
|/
* 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 directorybug20463Marek Majkowski2009-08-141-1/+2
| |
| * Merging default to bug20463Marek Majkowski2009-08-141-1/+3
| |\
| | * 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-1423-36/+421
|\ \ \ \
| * \ \ \ merging in bug20978Matthew Sackman2009-08-144-10/+17
| |\ \ \ \
| | * | | | Reconcile the Deian and Fedora package Makefiles a littlebug20978David 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-1413-106/+522
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | merge bug18748 into defaultTony Garnock-Jones2009-08-110-0/+0
| | |\ \ \ | | | |/ /
| | * | | Added notify_remote method, allowing a remote node to be notified of a hookbug18748Paul 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
| * | | 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
* | | | tidyingbug21066Matthew 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
* | | tabs -> spacesMatthias Radestock2009-08-091-7/+7
| | |
* | | tabs -> spacesMatthias Radestock2009-08-091-5/+5
| | |