| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | some cleaning up | Matthias Radestock | 2009-08-20 | 1 | -11/+8 |
| | | | | | mainly remove the (now) badly named WasDiskNode var | ||||
| * | New branch for bug 21429 | Matthew Sackman | 2009-08-19 | 2 | -49/+71 |
| | | |||||
| * | remove outdated comment | Matthias Radestock | 2009-08-19 | 1 | -3/+0 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2009-08-19 | 1 | -1/+3 |
| | | |||||
| * | Removed misc space | Paul Jones | 2009-08-18 | 1 | -1/+1 |
| | | |||||
| * | Merge bug20463 into default | David Wragg | 2009-08-18 | 1 | -1/+4 |
| |\ | |||||
| | * | Rabbit automatically adds /ebin to coverate directory | Marek Majkowski | 2009-08-14 | 1 | -1/+2 |
| | | | |||||
| | * | Merging default to bug20463 | Marek Majkowski | 2009-08-14 | 21 | -130/+853 |
| | |\ | |||||
| | * | | code coverage is a bit more generic now, removed reference to hardcoded ebin ↵ | Marek Majkowski | 2009-07-21 | 2 | -6/+11 |
| | | | | | | | | | | | | | directory | ||||
| * | | | merge fix from bug20342 into default | David Wragg | 2009-08-17 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix an incorrect variable name in rabbitmq-env | David Wragg | 2009-08-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | see bug21368 for details. bumping version required for specs, and making ↵ | Matthew Sackman | 2009-08-17 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | consistent requoting of STARTUP_SERVER_ARGS | ||||
| * | | | | merge bug21066 into default | Matthias Radestock | 2009-08-14 | 2 | -1/+5 |
| |\ \ \ \ | |||||
| | * | | | | tidying | Matthew Sackman | 2009-08-10 | 2 | -2/+2 |
| | | | | | | |||||
| | * | | | | Channel now catches the exit of the writer and signals the reader ↵ | Matthew Sackman | 2009-08-10 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | explicitly. It then exits normally, thus avoiding the pointless and expensive formatting of its error message | ||||
| * | | | | | merging in bug20978 | Matthew Sackman | 2009-08-14 | 4 | -10/+17 |
| |\ \ \ \ \ | |||||
| | * | | | | | Reconcile the Deian and Fedora package Makefiles a little | David Wragg | 2009-08-11 | 2 | -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 process | David Wragg | 2009-08-11 | 2 | -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 default | Matthew Sackman | 2009-08-14 | 16 | -26/+272 |
| |\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | |||||
| | * | | | oops, 4 spaces, not 3 | Matthew Sackman | 2009-08-14 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | removing tabs | Matthew Sackman | 2009-08-14 | 2 | -12/+12 |
| | | | | | |||||
| | * | | | Added license boilerplate | Paul Jones | 2009-08-10 | 2 | -0/+62 |
| | | | | | |||||
| | * | | | Added manpage for rabbitmq-activate-plugins | Paul Jones | 2009-08-04 | 1 | -0/+35 |
| | | | | | |||||
| | * | | | Eliminated parsing of ls output | Paul Jones | 2009-08-03 | 1 | -5/+9 |
| | | | | | |||||
| | * | | | Fixed lib locations and root wrapper mutation in macports | Paul Jones | 2009-07-29 | 2 | -2/+5 |
| | | | | | |||||
| | * | | | Added macports specific version of asroot-script-wrapper | Paul Jones | 2009-07-29 | 1 | -0/+13 |
| | | | | | |||||
| | * | | | Cleaned up Portfile, added rewriting for rabbitmq-env | Paul Jones | 2009-07-29 | 1 | -12/+5 |
| | | | | | |||||
| | * | | | Updated packaging configurations to handle new rabbitmq-activate-plugins ↵ | Paul Jones | 2009-07-29 | 5 | -5/+34 |
| | | | | | | | | | | | | | | | | | script, along with its requirement to be run as root | ||||
| | * | | | Renamed activate-plugins to rabbitmq-activate-plugins; changed scripts to ↵ | Paul Jones | 2009-07-29 | 7 | -58/+58 |
| | | | | | | | | | | | | | | | | | use rabbitmq-env to source paths instead of embedding the logic themselves | ||||
| | * | | | Corrected copy command for activate-plugins script | Paul Jones | 2009-07-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Packaging location changes for debs, macports, windows and RPMS | Paul Jones | 2009-07-29 | 6 | -15/+73 |
| | | | | | |||||
| | * | | | Patched all scripts to be able to auto-detect their directory, even when ↵ | Paul Jones | 2009-07-29 | 4 | -9/+58 |
| | | | | | | | | | | | | | | | | | symlinked | ||||
| * | | | | merge bug18748 into default | Tony Garnock-Jones | 2009-08-11 | 3 | -0/+132 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Added notify_remote method, allowing a remote node to be notified of a hook | Paul Jones | 2009-08-11 | 2 | -1/+22 |
| | | | | | |||||
| | * | | | Changed hook function to be a {M,F,A} set instead | Paul Jones | 2009-08-11 | 2 | -26/+31 |
| | | | | | |||||
| | * | | | Implementation of hook mechanism using ETS table for storage of hooks, along ↵ | Paul Jones | 2009-08-10 | 3 | -0/+106 |
| |/ / / | | | | | | | | | | with test cases to validate functionality | ||||
| * | | | tabs -> spaces | Matthias Radestock | 2009-08-09 | 1 | -7/+7 |
| | | | | |||||
| * | | | tabs -> spaces | Matthias Radestock | 2009-08-09 | 1 | -5/+5 |
| | | | | |||||
| * | | | merge bug21335 into default | Matthias Radestock | 2009-08-09 | 1 | -10/+6 |
| |\ \ \ | |||||
| | * | | | assemble fragments in correct order | Matthias Radestock | 2009-08-09 | 1 | -10/+6 |
| | | | | | | | | | | | | | | | | | | | | | and handle the case where both props are available in both binary and decoded form. | ||||
| | * | | | merge default into bug21335 | Matthias Radestock | 2009-08-09 | 8 | -95/+338 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | merge bug21087 into default | Matthias Radestock | 2009-08-08 | 3 | -83/+300 |
| |\ \ \ \ | |||||
| | * | | | | factor out common termination handling | Matthias Radestock | 2009-08-07 | 1 | -18/+12 |
| | | | | | | |||||
| | * | | | | don't ignore Debug info in pre/post-hibernate hook return handling | Matthias Radestock | 2009-08-07 | 1 | -6/+6 |
| | | | | | | |||||
| | * | | | | refactoring of pre/post hibernation code | Matthias Radestock | 2009-08-07 | 1 | -31/+25 |
| | | | | | | | | | | | | | | | | | | | | | to make it simpler and shorter | ||||
| | * | | | | trimmed some fat from docs | Matthias Radestock | 2009-08-06 | 1 | -12/+8 |
| | | | | | | |||||
| | * | | | | more documentation | Matthew Sackman | 2009-08-06 | 1 | -26/+32 |
| | | | | | | |||||
| | * | | | | documentation | Matthew Sackman | 2009-08-06 | 1 | -5/+10 |
| | | | | | | |||||
| | * | | | | All done. | Matthew Sackman | 2009-08-06 | 1 | -66/+80 |
| | | | | | | |||||
| | * | | | | Matthias wanted to be able to cope with the possibility that we get woken up ↵ | Matthew Sackman | 2009-08-03 | 1 | -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. | ||||
