summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merging default into bug21647Matthew Sackman2011-02-234-362/+30
|\
| * remove redundant calls to wait_for_tablesMatthias Radestock2011-02-221-2/+0
| * remove redundant functionMatthias Radestock2011-02-221-9/+3
| * Merging bug23657 to defaultMatthew Sackman2011-02-223-351/+27
| |\
| | * Merging default into bug23657Matthew Sackman2011-02-1713-117/+183
| | |\
| | * | Make the timeout code a bit clearer.Simon MacMullen2011-02-151-9/+9
| | * | Add pid to rabbitmqctl status.Simon MacMullen2011-02-091-1/+2
| | * | Undo 3b4956543c30Simon MacMullen2011-02-091-13/+1
| | * | Correct the behaviour of /etc/init.d/rabbitmq-server statusSimon MacMullen2011-02-091-1/+13
| | * | Merging default into bug23657Matthew Sackman2011-02-082-350/+25
| | |\ \
| | | * | Oops.Simon MacMullen2011-01-261-1/+1
| | | * | Treat all {badrpc, _}s the same. Use which_applications/1.Simon MacMullen2011-01-261-12/+12
| | | * | rabbitmqctl status is not adequate to wait for the server as it can returnSimon MacMullen2011-01-261-1/+25
| | | * | Merged in defaultSimon MacMullen2011-01-2685-2425/+1503
| | | |\ \
| | | * | | Er, and this too, of course :)Simon MacMullen2011-01-181-362/+0
* | | | | | cosmetic and code movementMatthew Sackman2011-02-211-6/+4
* | | | | | renames and refactorsMatthew Sackman2011-02-212-17/+15
* | | | | | Merging default into bug21647Matthew Sackman2011-02-217-224/+159
|\ \ \ \ \ \ | |/ / / / /
| * | | | | whitespaceMatthew Sackman2011-02-211-0/+3
| * | | | | merging bug23810 into defaultVlad Alexandru Ionescu2011-02-207-22/+40
| |\ \ \ \ \
| | * | | | | Don't use rabbity types.Simon MacMullen2011-02-181-3/+3
| | * | | | | Merge bug23553 (Present managed socket count in mgmt plugin)Simon MacMullen2011-02-1819-228/+416
| | |\ \ \ \ \
| | * | | | | | :info instead of :get_xMarek Majkowski2011-02-181-14/+19
| | * | | | | | untabifyMarek Majkowski2011-02-181-3/+3
| | * | | | | | default merged into bug23533Marek Majkowski2011-02-0491-4688/+4469
| | |\ \ \ \ \ \
| | * | | | | | | Introduce file_handle_cache:get_obtain_count and get_obtain_limit.Marek Majkowski2010-11-261-1/+16
| * | | | | | | | Merging default into bug23810 (debitrot)Matthew Sackman2011-02-1810-148/+214
| |\ \ \ \ \ \ \ \
| * | | | | | | | | cosmeticMatthias Radestock2011-02-141-7/+5
| * | | | | | | | | Do rollback first so that reader will catch DOWN if rollback errorsMatthew Sackman2011-02-111-3/+1
| * | | | | | | | | correct commentMatthew Sackman2011-02-111-1/+1
| * | | | | | | | | Demonitor on channel_cleanupMatthew Sackman2011-02-111-7/+8
| * | | | | | | | | Log in the case of an uncontrolled, unexpected channel exitMatthew Sackman2011-02-111-1/+4
| * | | | | | | | | Remove needless variableMatthew Sackman2011-02-111-1/+1
| * | | | | | | | | Correct rabbit test for new channel exit sequenceMatthew Sackman2011-02-111-1/+1
| * | | | | | | | | Always erase both channel and ch_pid. This is lovely - it makes it a proper b...Matthew Sackman2011-02-112-6/+5
| * | | | | | | | | drop CPS in favour of explicit APIMatthew Sackman2011-02-112-7/+10
| * | | | | | | | | Move the state modification into rollback_and_notifyMatthew Sackman2011-02-111-15/+14
| * | | | | | | | | Remove boolean shouldClose from response of bin_gen:map_exceptionMatthew Sackman2011-02-113-17/+13
| * | | | | | | | | cosmetic - moving protocol field up.Matthew Sackman2011-02-111-7/+6
| * | | | | | | | | Remove hardcoded protocol now channels have the real protocolMatthew Sackman2011-02-111-5/+4
| * | | | | | | | | Remove annoying documentationMatthew Sackman2011-02-111-86/+0
| * | | | | | | | | WhoopsMatthew Sackman2011-02-101-1/+1
| * | | | | | | | | The channel.close_ok from the client might be immediately followed by a chann...Matthew Sackman2011-02-101-0/+3
| * | | | | | | | | close_channel is no longer needed in reader, which means that closing as a ch...Matthew Sackman2011-02-101-23/+0
| * | | | | | | | | Always log the error from the channel; can now guarantee exceptions that turn...Matthew Sackman2011-02-102-18/+9
| * | | | | | | | | Log soft channel errorsMatthew Sackman2011-02-101-0/+2
| * | | | | | | | | cosmeticMatthew Sackman2011-02-101-2/+2
| * | | | | | | | | Tidy channel termination (state=closing implies rollback_and_notify done). Er...Matthew Sackman2011-02-102-22/+19
| * | | | | | | | | If we receive a channel.close whilst we're closing the channel already (presu...Matthew Sackman2011-02-101-0/+3
| * | | | | | | | | server initiated channel.close: keep channel alive until ch.close_ok is recei...Matthew Sackman2011-02-101-3/+22