| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Escape non-printable ASCII characters using a backslash. | David Wragg | 2009-08-24 | 1 | -28/+20 |
| * | Merged bug21467 into default (POD formatting). | Marek Majkowski | 2009-08-24 | 4 | -70/+65 |
| |\ | |||||
| | * | correction of formatting of man pages | Matthew Sackman | 2009-08-21 | 4 | -70/+65 |
| * | | merge bug21429 into default | Matthias Radestock | 2009-08-23 | 2 | -55/+53 |
| |\ \ | |/ |/| | |||||
| | * | cosmetic | Matthias Radestock | 2009-08-23 | 1 | -4/+2 |
| | * | more simplification of the table copying code | Matthias Radestock | 2009-08-23 | 1 | -14/+8 |
| | * | done | Matthew Sackman | 2009-08-23 | 1 | -14/+6 |
| | * | And another go. If the new node is a ram node then local_content tables are s... | Matthew Sackman | 2009-08-21 | 1 | -10/+11 |
| | * | oops. Need to support ram nodes which still have local content as disc_copies | Matthew Sackman | 2009-08-21 | 1 | -4/+12 |
| | * | Refactoring as suggested. This has been tested by for local_content by patchi... | Matthew Sackman | 2009-08-21 | 1 | -18/+6 |
| | * | tiny refactoring | Matthew Sackman | 2009-08-21 | 1 | -10/+8 |
| | * | some cleaning up | Matthias Radestock | 2009-08-20 | 1 | -11/+8 |
| | * | New branch for bug 21429 | Matthew Sackman | 2009-08-19 | 2 | -49/+71 |
| * | | merging default heads | Matthew Sackman | 2009-08-21 | 4 | -141/+20 |
| |\ \ | |||||
| | * \ | Merged bug19973 into default | Paul Jones | 2009-08-21 | 4 | -141/+20 |
| | |\ \ | |||||
| | | * | | Hg overestimated its ability to handle a merge | David Wragg | 2009-08-20 | 1 | -2/+1 |
| | | * | | Merge default into bug19973, resolving conflict | David Wragg | 2009-08-20 | 30 | -93/+477 |
| | | |\ \ | | |/ / | |/| | | |||||
| | | * | | Restore the LOCK_FILE support, as demanded by rpmlint | David Wragg | 2009-08-14 | 3 | -2/+12 |
| | | * | | Use a common init script for RPMs and debs | David Wragg | 2009-08-13 | 4 | -132/+6 |
| | | * | | Change RETVAL when showing usage message to 1 | David Wragg | 2009-08-13 | 1 | -1/+1 |
| | | * | | Reconcile actions peformed by the init scripts | David Wragg | 2009-08-13 | 2 | -8/+3 |
| | | * | | Remove the LOCK_FILE bits from the RPM init.d | David Wragg | 2009-08-13 | 1 | -6/+2 |
| | | * | | Omit runlevel list in the LSB Default-{Start,Stop} comment | David Wragg | 2009-08-13 | 2 | -4/+4 |
| | | * | | Reconcile LSB "Provides" facility name as rabbitmq-server | David Wragg | 2009-08-13 | 1 | -1/+1 |
| | | * | | Add chkconfig preamble to debian init.d | David Wragg | 2009-08-13 | 1 | -0/+7 |
| * | | | | Merged bug20013 into default (memsup support for OS X) | Marek Majkowski | 2009-08-21 | 4 | -110/+287 |
| |\ \ \ \ | |||||
| | * | | | | New branch for bug 20013 | Matthew Sackman | 2009-08-19 | 4 | -110/+287 |
| | | |_|/ | |/| | | |||||
| * | | | | (freebsd stuff) bug21432 merged into default | Marek Majkowski | 2009-08-20 | 4 | -6/+6 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Python is /usr/local/bin/python on some unices. | David Wragg | 2009-08-18 | 1 | -1/+1 |
| | * | | | Invoke make as $(MAKE) from within makefiles | David Wragg | 2009-08-18 | 3 | -5/+5 |
| * | | | | Merge fixes from bug20342 into default | David Wragg | 2009-08-20 | 4 | -16/+0 |
| |\ \ \ \ | |||||
| | * | | | | Removed the default setup of ERLANG_HOME | Paul Jones | 2009-08-20 | 4 | -16/+0 |
| * | | | | | merge bug21426 into default | Matthias Radestock | 2009-08-20 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | New branch for bug 21426 | Matthew Sackman | 2009-08-19 | 1 | -2/+2 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | eliminate unused var warning | Matthias Radestock | 2009-08-20 | 1 | -1/+1 |
| * | | | | | merge bug21427 into default | Matthias Radestock | 2009-08-20 | 1 | -7/+19 |
| |\ \ \ \ \ | |||||
| | * | | | | | it's a serial, not a guid | Matthias Radestock | 2009-08-20 | 1 | -3/+3 |
| | * | | | | | don't ignore errors | Matthias Radestock | 2009-08-20 | 1 | -4/+6 |
| | * | | | | | use new term file helpers | Matthias Radestock | 2009-08-20 | 1 | -15/+5 |
| | * | | | | | merge default into bug21427 | Matthias Radestock | 2009-08-20 | 4 | -26/+156 |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | use new term file helpers | Matthias Radestock | 2009-08-20 | 1 | -19/+7 |
| * | | | | | | introduce helper functions for reading/writing files containing Erlang terms | Matthias Radestock | 2009-08-20 | 1 | -0/+9 |
| * | | | | | | minor refactoring of signatures | Matthias Radestock | 2009-08-20 | 1 | -6/+8 |
| * | | | | | | merge bug21428 into default | Matthias Radestock | 2009-08-19 | 2 | -1/+28 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | New branch for bug 21428 | Matthew Sackman | 2009-08-19 | 2 | -1/+28 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | merge bug21425 into default | Matthias Radestock | 2009-08-19 | 2 | -2/+106 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | 100% code coverage of join. Also made in have 100% code coverage. The remaini... | Matthew Sackman | 2009-08-19 | 1 | -0/+29 |
| | * | | | | | New branch for bug 21425 | Matthew Sackman | 2009-08-19 | 2 | -2/+77 |
| |/ / / / / | |||||
| | * | | | | stuff as according to QA. | Matthew Sackman | 2009-08-19 | 1 | -7/+19 |
| | * | | | | New branch for bug 21427 | Matthew Sackman | 2009-08-19 | 1 | -7/+15 |
| |/ / / / | |||||
