summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correcting maintainers field in debian control fileMatthew Sackman2010-09-101-1/+1
|
* Merging bug 23212 onto defaultMatthew Sackman2010-09-101-2/+12
|\
| * Check the exit status of kill, not its outputDavid Wragg2010-09-101-1/+12
| |
| * Use a more portable command to probe for pidsDavid Wragg2010-09-071-2/+1
| | | | | | | | | | The ps options used were linux-specific. "kill -0" works on BSDs and OS X too.
* | merge bug23137 into defaultMatthias Radestock2010-09-091-29/+60
|\ \
| * | tweakMatthias Radestock2010-09-091-3/+3
| | |
| * | Improvements to documentationMatthew Sackman2010-09-091-28/+39
| | |
| * | say a bit more own fd ownershipMatthias Radestock2010-09-091-2/+4
| | |
| * | tweakMatthias Radestock2010-09-091-1/+1
| | |
| * | tweaksMatthias Radestock2010-09-091-20/+22
| | |
| * | Corrected documentationMatthew Sackman2010-09-081-22/+38
| | |
* | | merge bug23233 into defaultMatthias Radestock2010-09-091-74/+44
|\ \ \
| * | | Remove all traces of contiguous_top and do necessary refactorings. Manually ↵Matthew Sackman2010-09-081-74/+44
| |/ / | | | | | | | | | verified by various stressful invocations of McM that both branches of the case in combine_files are reached and work correctly. Code is substantially simpler
* | | merge headsMatthias Radestock2010-09-088-17/+101
|\ \ \
| * \ \ merge bug22983 into default (Extend permissions system to cover users / ↵Alexandru Scvortov2010-09-088-17/+101
| |\ \ \ | | |/ / | |/| | | | | | vhosts / permissions)
| | * | Don't trample on admin status updating password, refactor.Simon MacMullen2010-09-081-19/+15
| | | |
| | * | Finish adding is_admin boolean to user.Simon MacMullen2010-09-074-25/+31
| | | |
| | * | Tube strike WIP WFH commit.Simon MacMullen2010-09-068-9/+91
| | | |
* | | | correct some typesMatthias Radestock2010-09-082-4/+2
|/ / /
* | | merge bug23203 into defaultMatthias Radestock2010-09-071-1/+6
|\ \ \ | |_|/ |/| |
| * | Treat an intrinsic supervisor child the same as an intrinsic non-supervisor ↵Matthew Sackman2010-09-071-1/+6
|/ / | | | | | | child when it comes to 'normal' exit reasons (which, for a supervisor, is 'shutdown', not 'normal')
* | flesh out API some moreMatthias Radestock2010-09-071-1/+9
| | | | | | | | for management plugin
* | flesh out APIMatthias Radestock2010-09-071-5/+7
| | | | | | | | for the benefit of the management plugin
* | cosmeticMatthias Radestock2010-09-071-1/+1
| |
* | flesh out binding API a little furtherMatthias Radestock2010-09-071-4/+11
| |
* | add list_user_vhost_permissions/2Matthias Radestock2010-09-071-7/+16
| | | | | | | | useful in e.g. the management plug-in
* | cosmeticMatthias Radestock2010-09-071-19/+19
| |
* | correct the type specs of permission listing functionsMatthias Radestock2010-09-071-2/+5
| | | | | | | | these got broken when 'scope' was added
* | 'scope' is *not* a permissionMatthias Radestock2010-09-071-1/+0
| |
* | cosmeticMatthias Radestock2010-09-071-3/+3
| |
* | format info item solely based on the value, not the keyMatthias Radestock2010-09-071-22/+29
| |
* | tiny refactor and some cosmetic changesMatthias Radestock2010-09-071-28/+14
|/
* Merge bug23230 into default (tweak and flesh out rabbit_binding API)Simon MacMullen2010-09-067-122/+184
|\
| * expand test coverageMatthias Radestock2010-09-041-1/+9
| |
| * add a couple of convenience functionsMatthias Radestock2010-09-042-4/+9
| | | | | | | | | | so that callers can add/remove bindings without supplying a closure, which can be tricky across an rpc call.
| * update 'rabbitmqctl list_bindings' documentationMatthias Radestock2010-09-041-12/+48
| | | | | | | | The command now behaves more like the other list_* commands
| * tweak and extend rabbit_binding APIMatthias Radestock2010-09-045-107/+120
| | | | | | | | | | | | | | | | | | | | | | - 'add', 'remove' take binding records instead of losts of args - 'list*' return #binding records instead of tuples - add 'list_for_exchange_and_queue' - add 'info*' functions Also fix two bugs: - don't invoke rabbit_event:notify inside mnesia tx - include complete binding info in binding_deleted event
* | We escape like C not URLs.Simon MacMullen2010-09-061-4/+4
| |
* | Merge default headsMichael Bridgen2010-09-062-128/+0
|\ \
| * \ Merge bug23229 (remove more dead code)Michael Bridgen2010-09-062-128/+0
| |\ \
| | * | remove dead codeMatthias Radestock2010-09-042-128/+0
| | | |
* | | | merging bug23228 into defaultVlad Alexandru Ionescu2010-09-067-355/+394
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | some renaming and inlining on internal APIMatthias Radestock2010-09-041-14/+11
| | |
| * | further binding API tweaksMatthias Radestock2010-09-045-39/+39
| | |
| * | fix some comments and typesMatthias Radestock2010-09-032-3/+4
| | |
| * | merge default into bug23228Matthias Radestock2010-09-031-4/+8
| |\ \ | | |/
| * | move binding code into its own moduleMatthias Radestock2010-09-035-352/+393
| | |
* | | merge headsMatthias Radestock2010-09-052-4/+4
|\ \ \
| * \ \ Merge bug23197 (missed heartbeat may not get logged)Simon MacMullen2010-09-011-2/+2
| |\ \ \
| | * | | prevent normal heartbeater termination from tearing down the readerMatthias Radestock2010-08-271-2/+2
| | | | |