summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Cope with the possibility that the user of the delegate mechanism is not on ↵bug23696Matthew Sackman2011-01-272-12/+17
| | | | a node running rabbit
* removing network_listening and direct_listening boot stepsVlad Alexandru Ionescu2011-01-271-10/+2
|
* changing exit's to {error,}'s in rabbit_direct:connect/3Vlad Alexandru Ionescu2011-01-271-14/+15
|
* merging in from defaultVlad Alexandru Ionescu2011-01-2716-206/+416
|\
| * Correct specsMatthew Sackman2011-01-271-1/+3
| |
| * Merged bug23744 into defaultEmile Joubert2011-01-271-10/+12
| |\
| | * If there is an mnesia entry for the queue and the qpid is dead, then remove ↵bug23744Matthew Sackman2011-01-261-10/+12
| | | | | | | | | | | | the mnesia entry, but still return the existing queue
| * | merge bug23742 into defaultMatthias Radestock2011-01-264-15/+42
| |\ \
| | * | Make the supervisor2 delayed restart test suite passes againMatthew Sackman2011-01-261-6/+8
| | | |
| | * | Remove dead pids from children when we're delaying the restartbug23748Matthew Sackman2011-01-261-3/+3
| | |/
| | * Merging bug23736 into defaultMatthew Sackman2011-01-261-1/+1
| | |\
| | | * Support R12B3bug23736Emile Joubert2011-01-251-1/+1
| | | |
| | * | Merge bug23602 into default.Simon MacMullen2011-01-261-5/+30
| | |\ \
| | | * | Rework code so that it's even more efficient, handles errors properly and ↵bug23602Matthew Sackman2011-01-241-14/+33
| | | | | | | | | | | | | | | | | | | | also more obviously implements RFC4616 correctly
| | | * | Merging default into bug23602Matthew Sackman2011-01-241-8/+14
| | | |\ \
| | | | * | Don't use re where it can be easily avoided in the plain auth mechMatthew Sackman2010-12-141-8/+14
| | | | | |
| * | | | | inline two funs for compactness and claritybug23742Matthias Radestock2011-01-261-31/+23
| | | | | |
| * | | | | simplifyMatthias Radestock2011-01-261-4/+4
| | | | | |
| * | | | | refactor 'write' handler for clarityMatthias Radestock2011-01-261-34/+38
| | | | | |
| * | | | | return State from write_message rather than it calling noreplyMatthias Radestock2011-01-261-38/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the API more consistent (cf read_message etc). Also, shuffle order of some write actions for consistency
| * | | | | If we don't actually write the msg and the msg isn't in the current file ↵Matthew Sackman2011-01-251-3/+15
| |/ / / / | | | | | | | | | | | | | | | then delete it if its pending write count is 0
| * | | | Merged bug23740 into defaultSimon MacMullen2011-01-251-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Cope with the new style port-only listener type (but limited to IPv4 when ↵bug23582Simon MacMullen2011-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | starting multiple nodes).
| * | | | On pre_hibernate, report the real ram duration, not infinity. The assumption ↵bug23740Matthew Sackman2011-01-251-4/+4
| |/ / / | | | | | | | | | | | | that pre_hibernation implies hibernation that will last for long enough for the ram duration to go to inifinity is not correct.
| * | | bug23154 (ipv6) merged into defaultMarek Majkowski2011-01-244-77/+98
| |\ \ \ | | |/ /
| | * | Merge 23534 into default.Simon MacMullen2011-01-2489-4601/+4101
| | |\ \
| | | * | fix typosMatthias Radestock2011-01-231-7/+6
| | | | |
| | | * | dependently type acktag producing functionsMatthias Radestock2011-01-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | s.t. the "blank ack" case is manifest Switched from blank_ack to the more universal 'undefined' in the process.
| | | * | Merge bug23201 to defaultSimon MacMullen2011-01-211-33/+45
| | | |\ \
| | | | * | Rename the info item for consistency.bug23201Simon MacMullen2011-01-211-2/+2
| | | | | |
| | | | * | fold casesAlexandru Scvortov2011-01-211-10/+4
| | | | | |
| | | | * | merge from defaultAlexandru Scvortov2011-01-211-34/+52
| | | | |\ \
| | | | | * | rename variables for consistencyAlexandru Scvortov2011-01-211-9/+9
| | | | | | |
| | | | | * | Correct unused variable name.Simon MacMullen2011-01-211-1/+1
| | | | | | |
| | | | | * | comprehensions are more conciseAlexandru Scvortov2011-01-191-6/+4
| | | | | | |
| | | | | * | swap tuple elements for readability; inline a functionAlexandru Scvortov2011-01-191-18/+18
| | | | | | |
| | | | | * | fix break when stats were offAlexandru Scvortov2011-01-191-5/+5
| | | | | | |
| | | | | * | merge from defaultAlexandru Scvortov2011-01-199-246/+340
| | | | | |\ \
| | | | | * \ \ merge from defaultAlexandru Scvortov2011-01-185-153/+67
| | | | | |\ \ \
| | | | | * | | | merge duplicate codeAlexandru Scvortov2011-01-181-33/+24
| | | | | | | | |
| | | | | * | | | stats for confirms work againAlexandru Scvortov2011-01-181-12/+17
| | | | | | | | |
| | | | | * | | | merge from defaultAlexandru Scvortov2011-01-141-36/+85
| | | | | |\ \ \ \
| | | | | | * | | | cosmeticAlexandru Scvortov2011-01-141-5/+5
| | | | | | | | | |
| | | | | | * | | | keep track of de-duplicated confirmsAlexandru Scvortov2011-01-141-7/+9
| | | | | | | | | |
| | | | | | * | | | don't do confirm stats book-keeping unless stats are enabledAlexandru Scvortov2011-01-141-30/+36
| | | | | | | | | |
| | | | | | * | | | for queues, log partial confirms rather than full confirmsAlexandru Scvortov2011-01-141-4/+4
| | | | | | | | | |
| | | | | | * | | | merge from defaultAlexandru Scvortov2011-01-1447-1426/+2384
| | | | | | |\ \ \ \
| | | | | | * | | | | add stats again; update docsAlexandru Scvortov2010-12-091-0/+2
| | | | | | | | | | |
| | | | | | * | | | | CosmeticSimon MacMullen2010-12-081-6/+3
| | | | | | | | | | |
| | | | | | * | | | | Merge default into bug23201.Simon MacMullen2010-12-081-24/+57
| | | | | | |\ \ \ \ \