summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added test which covers the mysteriously dead queue on queue declaration, and...bug23806Matthew Sackman2011-02-081-2/+30
* I need a much longer timeout for these tests...Matthew Sackman2011-02-081-1/+1
* Merging default to bug23806Matthew Sackman2011-02-086-20/+100
|\
| * merge bug23814 into default (misc:with_exit_handler is missing a match for no...Alexandru Scvortov2011-02-081-2/+5
| |\
| | * Make with_exit_handler more robust and able to cope with the other forms of s...bug23814Matthew Sackman2011-02-071-2/+5
| * | Merging bug22698 to defaultMatthew Sackman2011-02-084-15/+88
| |\ \
| | * | remove listeners when the rabbit application is stoppedbug22698Alexandru Scvortov2011-02-071-5/+3
| | * | Refactoring, cosmetics, consistency, return codesMatthew Sackman2011-02-072-14/+11
| | * | merge from defaultAlexandru Scvortov2011-02-035-10/+30
| | |\ \
| | * | | add testAlexandru Scvortov2011-02-033-6/+39
| | * | | make cluster nofitication a boot step; don't print to screenAlexandru Scvortov2011-01-312-13/+33
| | * | | cleanup after rabbit goes down on a clustered nodeAlexandru Scvortov2011-01-311-6/+12
| | * | | monitor rabbits on clustered nodesAlexandru Scvortov2011-01-312-6/+18
| | * | | merge from defaultAlexandru Scvortov2011-01-312-0/+6
| | |\ \ \
| | | * \ \ merge from default (rabbitmq-multi works again)Alexandru Scvortov2011-01-253-2/+4
| | | |\ \ \
| | | * | | | monitor the rabbit app on some remote nodesAlexandru Scvortov2011-01-251-0/+5
| | | * | | | register the almost-top rabbit process as 'rabbit'Alexandru Scvortov2011-01-251-0/+1
| * | | | | | merge bug23804 into default (ssl connections dying prior to R14)Alexandru Scvortov2011-02-071-3/+7
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Keep the same formate as ssl:connection_infobug23804Simon MacMullen2011-02-071-6/+6
| | * | | | | Fix SSL connections in R13Bx.Simon MacMullen2011-02-071-7/+11
* | | | | | | abstract out is_process_aliveMatthew Sackman2011-02-083-19/+29
* | | | | | | remove non-rpc'd call to is_process_alive - now matches the rpc version in am...Matthew Sackman2011-02-071-4/+5
|/ / / / / /
* | | | | | Merged bug17383 into defaultEmile Joubert2011-02-0725-145/+358
|\ \ \ \ \ \
| * | | | | | Remove intermediate variable.Simon MacMullen2011-02-071-3/+2
| * | | | | | Merge bug 23061 into default (spurious heartbeat timeouts possible during con...Simon MacMullen2011-02-071-1/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Ignore heartbeat timeouts in closed state.bug23061John DeTreville2010-12-151-1/+5
| * | | | | | Merging bug23768 to defaultMatthew Sackman2011-02-045-11/+45
| |\ \ \ \ \ \
| | * | | | | | Update documentation to include connection.secure stepsMatthew Sackman2011-02-031-1/+7
| | * | | | | | Added tag rabbitmq_v2_3_1 for changeset 82e6a8017630Simon MacMullen2011-02-030-0/+0
| | * | | | | | Changelogs for 2.3.1rabbitmq_v2_3_1Simon MacMullen2011-02-032-0/+9
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Merged bug23793Simon MacMullen2011-02-030-0/+0
| | |\ \ \ \ \
| | * | | | | | Ensure all call sites of BQ:idle_timeout subsequently call run_message_queue ...bug23793Matthew Sackman2011-02-031-7/+8
| | |/ / / / /
| | * | | | | Merged headsSimon MacMullen2011-02-021-3/+12
| | |\ \ \ \ \
| | | * \ \ \ \ Merging bug23735 to defaultMatthew Sackman2011-02-022-3/+4
| | | |\ \ \ \ \
| | | * | | | | | Cope with values that are not strings.bug23735Simon MacMullen2011-01-311-1/+5
| | | * | | | | | cosmetic and addition of impersonal pronounMatthew Sackman2011-01-311-2/+1
| | | * | | | | | Tweak wording.Simon MacMullen2011-01-311-2/+2
| | | * | | | | | Clearer error message.Simon MacMullen2011-01-311-2/+8
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Added tag rabbitmq_v2_3_0 for changeset 5ab55c446716Simon MacMullen2011-02-020-0/+0
| | * | | | | | 2.3.0 changelogsrabbitmq_v2_3_0Simon MacMullen2011-02-022-0/+9
| | | |/ / / / | | |/| | | |
| | * | | | | Whitespace change to create new head of defaultMatthew Sackman2011-01-311-0/+1
| | |/ / / /
| * | | | | update documentationbug23768Matthew Sackman2011-02-041-1/+1
| * | | | | Use a list comprehension to match rest of codebase and save a bunch of charac...Matthew Sackman2011-02-041-1/+2
| * | | | | Make the USE_SPECS erlang version check more robustDavid Wragg2011-01-301-4/+2
| |/ / / /
| * | | | merging bug23696 to defaultMatthew Sackman2011-01-289-31/+138
| |\ \ \ \
| | * | | | Cope with the possibility that the user of the delegate mechanism is not on a...bug23696Matthew Sackman2011-01-272-12/+17
| | * | | | 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-2724-220/+445
| | |\ \ \ \
| | * \ \ \ \ merging bug23696's two headsVlad Alexandru Ionescu2011-01-222-1/+38
| | |\ \ \ \ \