| Commit message (Expand) | Author | Age | Files | Lines |
* | Use atomic renamebug22582 | Tony Garnock-Jones | 2010-04-01 | 1 | -2/+2 |
* | Split up a long command into several shorter ones without continuation lines. | Tony Garnock-Jones | 2010-04-01 | 1 | -5/+5 |
* | Avoid deeply quoted quoting | Tony Garnock-Jones | 2010-04-01 | 1 | -1/+1 |
* | Fractionally better - the actions of the recursive call are now displayed, th...bug22563 | Matthew Sackman | 2010-04-01 | 1 | -1/+1 |
* | 1. If our entire goalset is to make the deps file, don't include it; 2. We do... | Matthew Sackman | 2010-04-01 | 1 | -0/+5 |
* | Merging in from default | Matthew Sackman | 2010-04-01 | 1 | -3/+9 |
|\ |
|
| * | Remove pipeline use in the _usage.erl target. | Simon MacMullen | 2010-03-24 | 1 | -3/+9 |
* | | Merging bug 22554 onto default | Matthew Sackman | 2010-03-29 | 1 | -27/+48 |
|\ \
| |/ |
|
| * | Only build beam files for the usage messages we're going to use.bug22550 | Simon MacMullen | 2010-03-24 | 1 | -1/+1 |
| * | Merging default into bug 22550 | Matthew Sackman | 2010-03-24 | 1 | -3/+19 |
| |\ |
|
| | * | Merge bug22457 into default | Tony Garnock-Jones | 2010-03-23 | 1 | -0/+16 |
| | |\ |
|
| | | * | Correct logic so that a 'make' with no explicit goals still behaves correctlybug22457 | Matthew Sackman | 2010-03-23 | 1 | -1/+8 |
| | | * | The previous logic was saying 'if we can't find 'clean' in there, load the de... | Matthew Sackman | 2010-03-22 | 1 | -1/+4 |
| | | * | Allow clean and clean-like targets to not bother with the dependency generation | Matthew Sackman | 2010-03-21 | 1 | -0/+6 |
| * | | | All module names must start 'rabbit_'. | Matthew Sackman | 2010-03-21 | 1 | -1/+1 |
| * | | | Corrected build system: | Matthew Sackman | 2010-03-21 | 1 | -28/+33 |
| | |/
| |/| |
|
* | | | Handle multiline examples in man pages separately.bug22554 | Simon MacMullen | 2010-03-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | They're not pods anymore. It worked before this by accident! (Stupid shell ex... | Tony Garnock-Jones | 2010-03-22 | 1 | -2/+2 |
* | | fold(1) is POSIX and works consistently on macs as well as linux, unlike fmt | Tony Garnock-Jones | 2010-03-22 | 1 | -1/+1 |
|/ |
|
* | Build the windows service page for the website too. | Simon MacMullen | 2010-03-16 | 1 | -1/+1 |
* | Remove DOCTYPE with --novalid and namespaces with XSLT. | Simon MacMullen | 2010-03-12 | 1 | -8/+5 |
* | Make web versions of all the man pages. | Simon MacMullen | 2010-03-04 | 1 | -9/+12 |
* | Move the prefix / suffix to the XSL file, cleaner and works with echo from le... | Simon MacMullen | 2010-03-02 | 1 | -3/+3 |
* | Rebuild when XSL changes. | Simon MacMullen | 2010-02-26 | 1 | -3/+3 |
* | Fix internal links in the generated page. | Simon MacMullen | 2010-02-26 | 1 | -3/+5 |
* | Transform our generated rabbitmqctl HTML page back to our ad-hoc XML format f... | Simon MacMullen | 2010-02-26 | 1 | -5/+11 |
* | Remove -85 nastiness, prevent overlong line from wrapping by making it shorter. | Simon MacMullen | 2010-02-25 | 1 | -1/+1 |
* | Further tweaks to usage messages: only show subcommand option lists, not desc... | Simon MacMullen | 2010-02-25 | 1 | -1/+1 |
* | Rewrite rabbitmqctl man page as DocBook XML taken from the website admin guid... | Simon MacMullen | 2010-02-24 | 1 | -13/+27 |
* | Decided against preventing deps include on clean, given there are other targe... | Matthew Sackman | 2010-01-29 | 1 | -2/+0 |
* | If the only target is clean, don't include the deps file. Also the deps file ... | Matthew Sackman | 2010-01-29 | 1 | -2/+4 |
* | automatic, and accurate, make dependencies | Matthias Radestock | 2010-01-29 | 1 | -9/+14 |
* | post-backout mergebug22082 | Matthias Radestock | 2009-12-18 | 1 | -4/+1 |
|\ |
|
| * | Backed out changeset 71e93e17450c | Matthias Radestock | 2009-12-18 | 1 | -4/+1 |
* | | Try harder to find a simplejson-supporting python | Tony Garnock-Jones | 2009-11-30 | 1 | -0/+13 |
|/ |
|
* | Make exchanges modular behaviours. Added | Tony Garnock-Jones | 2009-11-21 | 1 | -1/+4 |
* | Added destination file, and lifted the code from rabbit_misc:write_term_file ... | Matthew Sackman | 2009-10-30 | 1 | -1/+1 |
* | merge from bug 21397 | Matthew Sackman | 2009-09-30 | 1 | -7/+6 |
|\ |
|
| * | using ?= operatorbug21397 | Vlad Ionescu | 2009-09-22 | 1 | -15/+6 |
| * | merging from default | Vlad Ionescu | 2009-09-22 | 1 | -5/+3 |
| |\ |
|
| * | | wrapping some makefile vars in ifndef's | Vlad Ionescu | 2009-09-15 | 1 | -4/+12 |
* | | | s/bool()/boolean() in type specsbug21714 | Matthias Radestock | 2009-09-30 | 1 | -2/+2 |
* | | | merge bug21559 into default | Matthias Radestock | 2009-09-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Removed redundant -s rabbit from the startup args in Makefilebug21670 | Paul Jones | 2009-09-24 | 1 | -1/+1 |
* | | | | Merged default | Paul Jones | 2009-09-24 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Added rabbitmq-deactivate-plugins to output package | Paul Jones | 2009-09-21 | 1 | -1/+1 |
* | | | | comment for create-plt make target | Vlad Ionescu | 2009-09-23 | 1 | -0/+1 |
* | | | | merging from default | Vlad Ionescu | 2009-09-22 | 1 | -3/+25 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | getting rid of the .last_valid_dialysis approach; better erlang termination o... | Vlad Ionescu | 2009-09-22 | 1 | -18/+10 |
| * | | | fixing basic.plt dependencies | Vlad Ionescu | 2009-09-15 | 1 | -5/+8 |