| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some mistakes that were in the Windows Service documentation. | Simon MacMullen | 2010-03-16 | 1 | -3/+2 |
| | | |||||
| * | Convert Windows Service instructions to DocBook verbatim. | Simon MacMullen | 2010-03-16 | 3 | -135/+234 |
| | | |||||
| * | Escape dots. | Simon MacMullen | 2010-03-16 | 1 | -1/+1 |
| | | |||||
| * | Remove DOCTYPE with --novalid and namespaces with XSLT. | Simon MacMullen | 2010-03-12 | 2 | -8/+22 |
| | | |||||
| * | Add IDs for individual commands. | Simon MacMullen | 2010-03-04 | 1 | -0/+6 |
| | | |||||
| * | Make web versions of all the man pages. | Simon MacMullen | 2010-03-04 | 5 | -18/+29 |
| | | |||||
| * | Move the prefix / suffix to the XSL file, cleaner and works with echo from ↵ | Simon MacMullen | 2010-03-02 | 2 | -4/+10 |
| | | | | | lenny. | ||||
| * | Work around what appears to be a bug in DocBook. | Simon MacMullen | 2010-03-02 | 1 | -0/+40 |
| | | |||||
| * | Fix breakage of usage introduced in 600668c4da36. | Simon MacMullen | 2010-03-02 | 1 | -1/+1 |
| | | |||||
| * | Move description of default list items to after the list. | Simon MacMullen | 2010-03-02 | 1 | -20/+32 |
| | | |||||
| * | Use correct cmdsynopsis form for subcommands, don't manually add [] as ↵ | Simon MacMullen | 2010-03-02 | 2 | -33/+26 |
| | | | | | docbook will do that for us now. | ||||
| * | Make optional args visibly optional on website. | Simon MacMullen | 2010-03-01 | 1 | -0/+6 |
| | | |||||
| * | Fix a couple of mistakes noticed by Matthias. | Simon MacMullen | 2010-02-26 | 1 | -2/+2 |
| | | |||||
| * | Remove some extraneous whitespace. | Simon MacMullen | 2010-02-26 | 1 | -12/+4 |
| | | |||||
| * | Rebuild when XSL changes. | Simon MacMullen | 2010-02-26 | 1 | -3/+3 |
| | | |||||
| * | Add some extra paras from the usage message, and make sure they get through. ↵ | Simon MacMullen | 2010-02-26 | 2 | -8/+31 |
| | | | | | Try harder to control white space in the usage message. | ||||
| * | Fix internal links in the generated page. | Simon MacMullen | 2010-02-26 | 2 | -6/+8 |
| | | |||||
| * | This mode thing is not needed. | Simon MacMullen | 2010-02-26 | 1 | -11/+11 |
| | | |||||
| * | Transform our generated rabbitmqctl HTML page back to our ad-hoc XML format ↵ | Simon MacMullen | 2010-02-26 | 2 | -5/+79 |
| | | | | | for the website. It looks OK now. | ||||
| * | Remove -85 nastiness, prevent overlong line from wrapping by making it shorter. | Simon MacMullen | 2010-02-25 | 2 | -5/+5 |
| | | |||||
| * | Further tweaks to usage messages: only show subcommand option lists, not ↵ | Simon MacMullen | 2010-02-25 | 3 | -25/+53 |
| | | | | | descriptions, make a couple of corrections, explain <regexp>, rearrange, etc. | ||||
| * | Convert all the other man pages to DocBook, fix rabbitmq-multi usage message. | Simon MacMullen | 2010-02-25 | 12 | -294/+451 |
| | | |||||
| * | Rewrite rabbitmqctl man page as DocBook XML taken from the website admin ↵ | Simon MacMullen | 2010-02-24 | 8 | -642/+1139 |
| | | | | | guide. Generate man pages, usage guides and a web page from man pages. | ||||
| * | Merging bug 22188 into default | Matthew Sackman | 2010-02-19 | 1 | -4/+4 |
| |\ | |||||
| | * | Use a suffix other than .rpm for file lists, to avoid confusion with rpms. | David Wragg | 2010-02-19 | 1 | -4/+4 |
| |/ | |||||
| * | Added tag rabbitmq_v1_7_2 for changeset bacb333d7645 | Matthew Sackman | 2010-02-16 | 0 | -0/+0 |
| | | |||||
| * | release v1.7.2rabbitmq_v1_7_2 | Matthew Sackman | 2010-02-16 | 2 | -0/+9 |
| | | |||||
| * | Merge bug22363 into default | David Wragg | 2010-02-15 | 1 | -2/+7 |
| |\ | |||||
| | * | Well without this, I can break the test frequently (> 50% of the time, with ↵ | Matthew Sackman | 2010-02-15 | 1 | -2/+7 |
| | | | | | | | | | [rabbit_tests:test_pg_local()|| _ <- lists:seq(1,10000)]. With this, it's still not brilliant - but then it actually can't be fixed properly, without extending pg_local. This fix is "good enough" to stop my machine barfing on it, though it is still racy - "we" could process our monitors and go onto the final pg_local test before pg_local processes the monitors in its mailbox (well, actually before the monitors *arrive* in its mailbox). | ||||
| * | | Merging bug 22361 ⇨ default | Matthew Sackman | 2010-02-15 | 1 | -3/+2 |
| |\ \ | |/ |/| | |||||
| | * | Avoid the use of spawn_executable on non-Windows platforms | David Wragg | 2010-02-15 | 1 | -3/+2 |
| |/ | | | | | | | The Windows-only issue addressed in bug22282 requires the use of spawn_executable, which was introduced in OTP R13. But for other platforms we'd like to continue to support R12, and so we should stick to plain spawn. | ||||
| * | merge heads | Matthias Radestock | 2010-02-12 | 4 | -9/+5 |
| |\ | |||||
| | * | Merging bug22262 ⇨ default | Matthew Sackman | 2010-02-11 | 1 | -4/+0 |
| | |\ | |||||
| | | * | Both of the macports makefile targets are deploy-time, so merge them | David Wragg | 2010-02-11 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | We need to know the REAL_WEB_URL in order to generate the protsfile and index the resulting macports tree, and all this has to happen at deploy time. So there is no point in distinguishing the indexing step. | ||||
| | * | | unix2dos has gone away on some systems, and was always an alias for todos ↵ | Matthew Sackman | 2010-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | anyway (well actually fromdos) so todos should work on all systems currently | ||||
| | * | | Merge bug22336 into default | David Wragg | 2010-02-11 | 2 | -4/+4 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Don't set env vars to the empty string | Matthew Sackman | 2010-02-09 | 2 | -4/+4 |
| | | | | |||||
| * | | | cosmetic | Matthias Radestock | 2010-02-11 | 1 | -2/+3 |
| | | | | |||||
| * | | | minor optimisation | Matthias Radestock | 2010-02-11 | 1 | -21/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when handling channel closure in the queue process, don't do any unnecessary work when we end up auto-deleting the queue. Specifically we don't rollback any transaction or attempt to deliver any messages. The formmer happens in the termination code anyway. The latter is a change in behaviour, but one that is permitted by the spec, and arguably deleting the queue as quickly as possible. The bug21673 branch already has changes along similar lines. | ||||
| * | | | cosmetic: moving things around | Matthias Radestock | 2010-02-11 | 1 | -20/+20 |
| | | | | | | | | | | | | | to shrink the diff with bug21673 | ||||
| * | | | minor refactor: s/Delivered/IsDelivered | Matthias Radestock | 2010-02-11 | 1 | -12/+12 |
| |/ / | | | | | | | | | | | | | ...in all cased where it refers to the state of a message rather than an event that has just occured A similar rename was done in the bug21673 branch, so this change brings default closer to that | ||||
| * | | Merging bug22332 onto default | Matthew Sackman | 2010-02-10 | 64 | -199/+199 |
| |\ \ | |||||
| | * | | update copyright notices to say 2010 where appropriate | David R. MacIver | 2010-02-09 | 64 | -199/+199 |
| | | | | |||||
| * | | | minor cosmetic changes and refactoring in amqqueue_process | Matthias Radestock | 2010-02-10 | 1 | -27/+25 |
| | |/ |/| | | | | | these bring it more in line with the bug21673 branch | ||||
| * | | Merging bug 22289 into default | Matthew Sackman | 2010-02-09 | 7 | -179/+229 |
| |\ \ | |||||
| | * | | Fix rabbitmq-multi issue with parentheses in path | David Wragg | 2010-02-09 | 2 | -12/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rabbitmq-multi would fail to start rabbitmq-server.bat if the path had parentheses in the first few characters of a path component (but not after the few few characters, due to short names being involved; so cases such as 'Program Files (x86)' do not trigger the issue). This fix makes rabbitmq-multi run rabbitmq-server.bat indirectly via cmd.exe, working around the erlang issue from bug20526. So we no longer need to involve short names, and by sprinkling double quotes in the right places we can handle parentheses too. To test this properly you need a path component with both spaces and parentheses in the first few characters, e.g. "foo ()". | ||||
| | * | | Merge default into bug22289 | David Wragg | 2010-02-09 | 17 | -111/+798 |
| | |\ \ | |||||
| | * | | | Convert all batch files to use deferred expansion | David Wragg | 2010-02-08 | 6 | -118/+154 |
| | | | | | |||||
| | * | | | Remove exclamation mark from an error message. | David Wragg | 2010-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | It will be more trouble than it is worth to preserve this with deferred expansion. | ||||
| | * | | | Protect %* | David Wragg | 2010-01-31 | 1 | -1/+2 |
| | | | | | |||||
