summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | * | | | | | | | | | | A ginormous amount of debitrotting, rewriting, debugging and refactoring to m...Matthew Sackman2010-08-0214-192/+454
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | Make the channel and framing_channel more flexible in terms of being created....Matthew Sackman2010-08-023-24/+13
| | | | | | | | | | | * | | | | | | | | | | merge default into bug15930Matthias Radestock2010-07-2915-128/+346
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | Remove unnecessary stop code which was never being calledMatthew Sackman2010-07-292-10/+2
| | | | | | | | | | | * | | | | | | | | | | | Remove dead code and get supervisor2 to hide some error messages when MaxR is 0Matthew Sackman2010-07-272-9/+14
| | | | | | | | | | | * | | | | | | | | | | | Correct tests by making the fake writer obey the same flush protocol as the g...Matthew Sackman2010-07-271-14/+16
| | | | | | | | | | | * | | | | | | | | | | | Merging default into bug15930Matthew Sackman2010-07-2721-10/+5808
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | | Fixed channel shutdown mechanismsMatthew Sackman2010-07-216-21/+21
| | | | | | | | | | | * | | | | | | | | | | | | Correct shutdown to use APIMatthew Sackman2010-07-211-1/+1
| | | | | | | | | | | * | | | | | | | | | | | | Well the rabbit_tests now pass owing to being able to support a very similar ...Matthew Sackman2010-07-216-34/+65
| | | | | | | | | | | * | | | | | | | | | | | | Whoops - revert to avoid deadlock with supervisor trying to call itself durin...Matthew Sackman2010-07-211-1/+3
| | | | | | | | | | | * | | | | | | | | | | | | Add framing_channel:start_link/1 for use by Erlang clientMatthew Sackman2010-07-211-4/+5
| | | | | | | | | | | * | | | | | | | | | | | | Merging default into bug 15930Matthew Sackman2010-07-2115-173/+398
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merging default into bug 15930 and a little debitrottingMatthew Sackman2010-07-1956-616/+955
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | | | And now the channel, writer, limiter and framing_channel are also all suitabl...Matthew Sackman2010-07-0611-78/+213
| | | | | | | | | | | | * | | | | | | | | | | | | | Ensure that a supervisor, when attempting to stop a process that turns out to...Matthew Sackman2010-07-061-1/+10
| | | | | | | | | | | | * | | | | | | | | | | | | | Added ability to stop supervisor2, which means children only need to be trans...Matthew Sackman2010-07-064-12/+20
| | | | | | | | | | | | * | | | | | | | | | | | | | The heartbeater doesn't need to signal the reader in the event of a timeout -...Matthew Sackman2010-07-062-10/+4
| | | | | | | | | | | | * | | | | | | | | | | | | | Now we have the reader, heartbeaters and queue_collector all under the same c...Matthew Sackman2010-07-066-68/+145
| | | | | | | | | | | | * | | | | | | | | | | | | | Branch changeMatthew Sackman2010-07-060-0/+0
| | | | | | | | | | | | * | | | | | | | | | | | | | As a first step, get the channel, framing channel, and writer to exit with sh...15930Matthew Sackman2010-07-064-33/+37
* | | | | | | | | | | | | | | | | | | | | | | | | | tweakbug23192Matthias Radestock2010-08-261-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | report the root cause when 'terminate' callback failsMatthias Radestock2010-08-261-26/+27
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge bug23141 into defaultDavid Wragg2010-08-261-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | preemptively detect common cause of failed startupbug23141Matthias Radestock2010-08-251-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | Convert use of proplists:lookup to proplists:get_valueMatthew Sackman2010-08-251-4/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | oopsMatthias Radestock2010-08-251-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge bug 23131 into default (display plugin version during activation)Simon MacMullen2010-08-251-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | display app version during plugin activationbug23131Matthias Radestock2010-08-251-1/+3
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge heads of defaultMatthew Sackman2010-08-252-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Added tag rabbitmq_v2_0_0 for changeset 4f72e4d66f23Michael Bridgen2010-08-240-0/+0
| * | | | | | | | | | | | | | | | | | | | | | Changelog updatesrabbitmq_v2_0_0Michael Bridgen2010-08-242-0/+9
* | | | | | | | | | | | | | | | | | | | | | | merge bug23167 into default (Large msg_store mailbox can block queue.declare)Alexandru Scvortov2010-08-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Add priorities to two calls to ensure queue declaration remains quick even wi...bug23167Matthew Sackman2010-08-221-2/+2
* | | | | | | | | | | | | | | | | | | | | | | Merge bug23155Michael Bridgen2010-08-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | make 'xmlto' invocation work with stricter getopt implementationsbug23155Matthias Radestock2010-08-221-1/+1
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | merge bug23153 into defaultMatthias Radestock2010-08-222-119/+241
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Avoid crashbug23153Matthew Sackman2010-08-221-2/+2
| * | | | | | | | | | | | | | | | | | | | | | ensure and assert that closed handles have last_used_at=undefinedMatthias Radestock2010-08-221-7/+12
| * | | | | | | | | | | | | | | | | | | | | | cosmeticMatthias Radestock2010-08-221-3/+3
| * | | | | | | | | | | | | | | | | | | | | | make it more obvious that reopen is a with_age_tree in disguiseMatthias Radestock2010-08-221-9/+10
| * | | | | | | | | | | | | | | | | | | | | | don't traverse age tree unnnecessarily on error in reopenMatthias Radestock2010-08-221-14/+12
| * | | | | | | | | | | | | | | | | | | | | | cosmeticMatthew Sackman2010-08-221-3/+2
| * | | | | | | | | | | | | | | | | | | | | | refactor: move open1 into reopenMatthias Radestock2010-08-221-22/+18
| * | | | | | | | | | | | | | | | | | | | | | If we've obtained permission to open some fds and that turns out not to work ...Matthew Sackman2010-08-221-1/+4
| * | | | | | | | | | | | | | | | | | | | | | record for pending itemsMatthias Radestock2010-08-221-17/+29
| * | | | | | | | | | | | | | | | | | | | | | Modify test so that the -1 => -2 change to OBTAIN_LIMIT does not result in th...Matthew Sackman2010-08-221-5/+12
| * | | | | | | | | | | | | | | | | | | | | | Use foldr instead of foldl to avoid having to do extra reversesMatthew Sackman2010-08-221-11/+9
| * | | | | | | | | | | | | | | | | | | | | | always return refs/handles in correct orderMatthias Radestock2010-08-221-31/+30
| * | | | | | | | | | | | | | | | | | | | | | cosmeticMatthias Radestock2010-08-221-7/+7