summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* minor tweaksbug23115Matthias Radestock2010-09-283-9/+13
| | | | | | | | | | - rename rabbit_limiter:internal_is_blocked to 'blocked' - reads less awkward that way - call 'blocked' in handler of rabbit_limiter:is_blocked call - avoids code dup and makes the connection to the internal check more obvious - rename info item to 'client_flow_blocked' - tweak docs for info item to hopefully make it clearer how the condition arises and what the consequences are.
* rabbitmqctl reports channel blocked statusEmile Joubert2010-09-173-6/+22
|
* cosmetic: remove trailing whitespaceMatthias Radestock2010-09-164-6/+5
|
* unknown_ca SSL workaround expiry reminderEmile Joubert2010-09-151-0/+2
|
* Merging bug 23157 into defaultMatthew Sackman2010-09-158-492/+562
|\
| * No sense in not using the full wordbug23157Matthew Sackman2010-09-151-3/+3
| |
| * It's perfectly legal to convert a process to a gen_server by just calling ↵Matthew Sackman2010-09-151-3/+4
| | | | | | | | enter_loop. In such cases, init_it is not called. Thus it must still pick up the prioritisers
| * cosmeticMatthew Sackman2010-09-141-4/+6
| |
| * cosmeticMatthew Sackman2010-09-101-21/+15
| |
| * When I wrote 'Please rewrite drain/2 to drain/1 - it's bizarre having both ↵Matthew Sackman2010-09-101-14/+15
| | | | | | | | the state and the queue there when the queue is in the state anyway. Likewise, in/3 => in/2 - drop the explicit queue arg', this is what I meant
| * Tabs => spacesMatthew Sackman2010-09-101-15/+15
| |
| * Merging default into bug 23157Matthew Sackman2010-09-1044-1276/+1483
| |\
| * | Tabs to spaces and remove trailing whitespace - yes, this is going to make ↵Matthew Sackman2010-09-101-295/+296
| | | | | | | | | | | | subsequent merges harder, but our version differs so much anyway, subsequent merges are going to be involved anyway
| * | refactored codeAlexandru Scvortov2010-08-311-10/+8
| | |
| * | shortened code a bitAlexandru Scvortov2010-08-311-55/+20
| | |
| * | in/3 -> in/2; drain/2 -> drain/1Alexandru Scvortov2010-08-311-14/+15
| | |
| * | updated docsAlexandru Scvortov2010-08-251-4/+6
| | |
| * | removed all references to pcall and pcastAlexandru Scvortov2010-08-253-44/+18
| | |
| * | typoAlexandru Scvortov2010-08-241-2/+2
| | |
| * | refactoringAlexandru Scvortov2010-08-241-31/+23
| | |
| * | migrated rabbit_limiter to prioritizersAlexandru Scvortov2010-08-241-2/+5
| | |
| * | refactoringAlexandru Scvortov2010-08-242-28/+27
| | |
| * | migrated amqqueue to prioritisersAlexandru Scvortov2010-08-242-22/+40
| | |
| * | migrated msg_store to prioritisersAlexandru Scvortov2010-08-241-8/+26
| | |
| * | merge default into bug23157Alexandru Scvortov2010-08-241-2/+2
| |\ \
| * | | rabbit_channel migrated to prioritisersAlexandru Scvortov2010-08-241-4/+17
| | | |
| * | | added error handling wrappers for prioritisersAlexandru Scvortov2010-08-241-13/+27
| | | |
| * | | prioritize -> prioritiseAlexandru Scvortov2010-08-241-14/+14
| | | |
| * | | unprioritized calls, casts and infos are passed through the prioritize functionsAlexandru Scvortov2010-08-231-29/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PCalls and PCasts have the priorities assigned to them by the pcall, pcast call. Everything else gets its priority set by prioritize_call/3, prioritize_cast/2 or prioritize_info/2.
| * | | gen_server2: functions now use a record instead of 9 argumentsAlexandru Scvortov2010-08-231-118/+177
| | | |
* | | | Added tag rabbitmq_v2_1_0 for changeset d2e36559b461Marek Majkowski2010-09-150-0/+0
| | | |
* | | | merged headsrabbitmq_v2_1_0Marek Majkowski2010-09-152-0/+9
|\ \ \ \
| * | | | Release 2.1.0 changelog updateMarek Majkowski2010-09-152-0/+9
| | | | |
* | | | | Merged bug21528 into defaultEmile Joubert2010-09-1421-286/+403
|\ \ \ \ \
| * | | | | cosmeticMatthias Radestock2010-09-141-1/+1
| |/ / / /
| * | | | merge bug23249 into defaultMatthias Radestock2010-09-142-5/+4
| |\ \ \ \
| | * | | | set up monitoring in the callerbug23249Matthias Radestock2010-09-132-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | which makes for a cleaner and more flexible API
| | * | | | Use monitor, not link, *consistently*Matthew Sackman2010-09-081-1/+1
| | | | | |
| | * | | | Use monitor, not linkMatthew Sackman2010-09-082-2/+2
| | | | | |
| * | | | | Make naming of Exchange, X, ExchangeName, XName consistentMatthew Sackman2010-09-123-67/+66
| | |_|_|/ | |/| | |
| * | | | Merge bug23248 into default (link broken on generated man pages)Emile Joubert2010-09-101-1/+1
| |\ \ \ \
| | * | | | fix a manpages linkbug23248Alexandru Scvortov2010-09-081-1/+1
| | |/ / /
| * | | | Correcting maintainers field in debian control fileMatthew Sackman2010-09-101-1/+1
| | | | |
| * | | | Merging bug 23212 onto defaultMatthew Sackman2010-09-1012-125/+213
| |\ \ \ \
| | * \ \ \ merge bug23137 into defaultMatthias Radestock2010-09-0910-95/+147
| | |\ \ \ \
| | | * \ \ \ merge bug23233 into defaultMatthias Radestock2010-09-099-21/+103
| | | |\ \ \ \
| | | | * \ \ \ merge headsMatthias Radestock2010-09-082-4/+2
| | | | |\ \ \ \
| | | | | * | | | correct some typesMatthias Radestock2010-09-082-4/+2
| | | | | |/ / /
| | | | * | | | merge bug22983 into default (Extend permissions system to cover users / ↵Alexandru Scvortov2010-09-085-85/+111
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | | | | | | | | | | | vhosts / permissions)
| | | | * | | | Don't trample on admin status updating password, refactor.bug22983Simon MacMullen2010-09-081-19/+15
| | | | | | | |