summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cosmeticbug21449Matthew Sackman2009-09-301-3/+3
|
* rabbitmqctl now accepts -nodenameMarek Majkowski2009-09-043-2/+13
|
* merging bug17880 into defaultVlad Ionescu2009-09-010-0/+0
|\
* \ Merged default into bug17880bug17880Paul Jones2009-08-2852-729/+1510
|\ \ | |/
| * slight resequencing of core process startupMatthias Radestock2009-08-281-3/+3
| | | | | | | | | | - perform crucial check a bit earlier - start memory alarms as early as possible
| * merge in from bug 19356Matthew Sackman2009-08-2611-52/+237
| |\
| | * merging in from defaultbug19356Matthew Sackman2009-08-261-0/+11
| | |\ | | |/ | |/|
| * | Merged bug21493 into defaultBen Hood2009-08-260-0/+0
| |\ \
| * | | Also check for a nowait field on synchronous recordsbug21493Paul Jones2009-08-261-1/+5
| | | |
| * | | Added code generation of is_method_synchronousPaul Jones2009-08-261-0/+7
| |/ /
| | * merging in from defaultMatthew Sackman2009-08-256-242/+392
| | |\ | | |/ | |/|
| * | Merged bug21353 into default (encoding in rabbitmqctl)Marek Majkowski2009-08-256-242/+392
| |\ \
| | * | Update the rabbitmqctl man page to cover the new escaping schemebug21353David Wragg2009-08-241-19/+61
| | | | | | | | | | | | | | | | | | | | And make it describe the output format more precisely in various places.
| | * | Reformat man pages, using more features of the pod formatDavid Wragg2009-08-245-208/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows proper indentation, while still allowing the re-flowing of paragraphs according to the terminal width. Also, begin paragraphs consisting of sentences with an upper-case letter.
| | * | Escape non-printable ASCII characters using a backslash.David Wragg2009-08-241-28/+20
| | | | | | | | | | | | | | | | | | | | Replacing the previous percent encoding scheme. This approach should a more natural fit from a Unixish command line, and preserves UTF-8.
| | | * merging in from defaultMatthew Sackman2009-08-2551-584/+1744
| | | |\ | | |_|/ | |/| |
| * | | merge bug21429 into defaultMatthias Radestock2009-08-244-70/+65
| |\ \ \ | | |/ /
| | * | Merged bug21467 into default (POD formatting).Marek Majkowski2009-08-242-55/+53
| | |\ \
| | * | | correction of formatting of man pagesbug21467Matthew Sackman2009-08-214-70/+65
| | | | |
| * | | | merge default into bug21429bug21429Matthias Radestock2009-08-2322-308/+490
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | merge bug21429 into defaultMatthias Radestock2009-08-232-55/+53
| | |\ \ \ | | |/ / / | |/| / / | | |/ /
| * | | cosmeticMatthias Radestock2009-08-231-4/+2
| | | |
| * | | more simplification of the table copying codeMatthias Radestock2009-08-231-14/+8
| | | | | | | | | | | | | | | | and address "unused var" compiler warnings
| * | | doneMatthew Sackman2009-08-231-14/+6
| | | |
| * | | And another go. If the new node is a ram node then local_content tables are ↵Matthew Sackman2009-08-211-10/+11
| | | | | | | | | | | | | | | | still honoured as to their own table storage type
| * | | oops. Need to support ram nodes which still have local content as disc_copiesMatthew Sackman2009-08-211-4/+12
| | | |
| * | | Refactoring as suggested. This has been tested by for local_content by ↵Matthew Sackman2009-08-211-18/+6
| | | | | | | | | | | | | | | | patching 21368 and ensuring clustering still works
| * | | tiny refactoringMatthew Sackman2009-08-211-10/+8
| | | |
| * | | 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
| | | |
| | * | merging default headsMatthew Sackman2009-08-214-141/+20
| | |\ \
| | | * \ Merged bug19973 into defaultPaul Jones2009-08-214-141/+20
| | | |\ \
| | | | * | Hg overestimated its ability to handle a mergebug19973David Wragg2009-08-201-2/+1
| | | | | |
| | | | * | Merge default into bug19973, resolving conflictDavid Wragg2009-08-2030-93/+477
| | | | |\ \ | | | | |/ / | | | |/| |
| | | | * | Restore the LOCK_FILE support, as demanded by rpmlintDavid Wragg2009-08-143-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Debian, we set the value of LOCK_FILE to the empty string, thus disabling use of a lock file. Now tested with rpmlint and lintian.
| | | | * | Use a common init script for RPMs and debsDavid Wragg2009-08-134-132/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put the common init file into packaging/common, and modify the RPM and deb builds to make the one substitution required to this file at build time.
| | | | * | Change RETVAL when showing usage message to 1David Wragg2009-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the Fedora skeleton init script uses 2, it doesn't seem to be universal across their init scripts, and the specs aren't clear on what the value should be. So follow the Debian init script in this case.
| | | | * | Reconcile actions peformed by the init scriptsDavid Wragg2009-08-132-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all the actions behave according to specs, but this is a general issue with our init scripts.
| | | | * | Remove the LOCK_FILE bits from the RPM init.dDavid Wragg2009-08-131-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The RPM init.d has some lock file support, but its not really functional (we never actually check whether it is present). So rip it out for now. We should put proper lock/pid file support back later.
| | | | * | Omit runlevel list in the LSB Default-{Start,Stop} commentDavid Wragg2009-08-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neither our Fedora/RH or Debian packages actually depend on the value in this comment - the list of runlevels to install the service into comes from somewhere else in both cases. But Fedora guidelines say that "Only services which are really required for a vital system should define runlevels here". So don't.
| | | | * | Reconcile LSB "Provides" facility name as rabbitmq-serverDavid Wragg2009-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rabbitmq-server seems a more precise statement of the facility than rabbitmq.
| | | | * | Add chkconfig preamble to debian init.dDavid Wragg2009-08-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chkconfig is a Redhat thing, so this has no practical impact for Debian. Some other Debian packages also have init.d scripts with a chkconfig section, so hopefully the Debian gods will not take offence.
| | * | | | Merged bug20013 into default (memsup support for OS X)Marek Majkowski2009-08-214-110/+287
| | |\ \ \ \
| | | * | | | New branch for bug 20013bug20013Matthew Sackman2009-08-194-110/+287
| | |/ / / / | |/| | | |
| | * | | | (freebsd stuff) bug21432 merged into defaultMarek Majkowski2009-08-204-6/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Python is /usr/local/bin/python on some unices.bug21432David Wragg2009-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use env to avoid hard-coding it.
| | | * | | Invoke make as $(MAKE) from within makefilesDavid Wragg2009-08-183-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our makefiles require gnumake. Under some unices, gnumake is installed as gmake, with plain "make" referring to a something less featureful. So it's necessary to invoke make as $(MAKE) from within makefiles, in order to make sure we invoke the same variant.
| | * | | | Merge fixes from bug20342 into defaultDavid Wragg2009-08-2021-160/+732
| | |\ \ \ \
| | | * \ \ \ merge bug21426 into defaultMatthias Radestock2009-08-201-2/+2
| | | |\ \ \ \
| | | | * | | | New branch for bug 21426bug21426Matthew Sackman2009-08-191-2/+2
| | |_|/ / / / | |/| | | | |