summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cosmeticMatthias Radestock2010-09-083-22/+22
|
* refactor + manpages updateAlexandru Scvortov2010-09-082-10/+28
|
* better formattingAlexandru Scvortov2010-09-081-28/+20
|
* rename functionsAlexandru Scvortov2010-09-081-23/+23
|
* add support for rdn setsAlexandru Scvortov2010-09-081-1/+6
|
* refactoringAlexandru Scvortov2010-09-081-44/+18
|
* cosmeticAlexandru Scvortov2010-09-081-1/+0
|
* reformat time rangeAlexandru Scvortov2010-09-081-4/+5
|
* refactoringAlexandru Scvortov2010-09-083-39/+43
| | | | | | Cleaned up the rabbit_ssl API a bit: the only exported functions are ssl_{issuer,subject,validity}, each of which takes a socket and returns a string.
* better error handlingAlexandru Scvortov2010-09-081-2/+6
|
* moved certificate decoding to rabbit_sslAlexandru Scvortov2010-09-082-20/+24
|
* merge default into bug22902Alexandru Scvortov2010-09-085-64/+109
|\ | | | | | | | | Also, flatten the output of rabbit_ssl:format_ssl_subject/1 so that the info formatting in rabbit_control picks up that it's a string.
| * 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
| |
* | cosmeticAlexandru Scvortov2010-09-071-1/+1
| |
* | more RDNs + refactoringAlexandru Scvortov2010-09-072-31/+48
| |
* | moved ssl functions to a separate module + refactorAlexandru Scvortov2010-09-072-101/+168
| |
* | fix tiny bugMatthias Radestock2010-09-071-2/+2
| |
* | refactorMatthias Radestock2010-09-071-15/+6
| |
* | make ssl info part of creation eventsMatthias Radestock2010-09-071-4/+2
| |
* | cosmeticMatthias Radestock2010-09-071-3/+2
| |
* | merge default into bug22902Matthias Radestock2010-09-0719-563/+515
|\ \ | |/
| * 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
| | |\ \ \