summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mark list_local as 'internal'bug24132Matthias Radestock2011-08-161-1/+3
|
* dialyzer points out that blah.Simon MacMullen2011-08-161-1/+2
|
* Don't have misc depend on mnesia.Simon MacMullen2011-08-164-7/+10
|
* ...and now we only need to talk to rabbit nodes, not all nodes.Simon MacMullen2011-08-161-1/+1
|
* Move the pg_local management into rabbit_direct.Simon MacMullen2011-08-162-7/+24
|
* I think this was the problem - since the channel was not part of the ↵Simon MacMullen2011-08-161-3/+5
| | | | supervision hierarchy it would not get shut down (and if it was the test would not work!) but it could try to send stats when rabbit_event was down. So close and recreate the channel.
* Don't drain events, instead get rabbit_tests_event_receiver to only forward ↵Simon MacMullen2011-08-162-25/+23
| | | | on events we care about.
* Move these back where they should be...Simon MacMullen2011-08-161-19/+19
|
* refactoring: lift closuresMatthias Radestock2011-08-091-14/+13
|
* Test queues as well. Connections Are Hard.Simon MacMullen2011-08-091-9/+16
|
* Merge all the _exists events back to _created.Simon MacMullen2011-08-094-13/+11
|
* Export amqqueue:list/0. Remove filter_exit_map use and timer:sleep/1.Simon MacMullen2011-08-093-5/+9
|
* Test at least some of the refresh event code.Simon MacMullen2011-08-082-7/+61
|
* Rename and refactor append_rpc_all_nodes, and get the ↵Simon MacMullen2011-08-083-10/+17
| | | | networking:connections() to use it since otherwise it doesn't handle failures.
* Various smaller QA things.Simon MacMullen2011-08-086-34/+32
|
* Be more assertive about exclusive consumer being... exclusive.Simon MacMullen2011-08-051-5/+4
|
* Merge in defaultSimon MacMullen2011-08-057-7/+77
|\
| * Fix list function names, introduce an abstraction.Simon MacMullen2011-08-022-13/+17
| |
| * Tidy up slightly and make rabbitmqctl list_channels cluster aware.Simon MacMullen2011-08-021-7/+10
| |
| * Introduce rabbit:force_event_refresh which will:Simon MacMullen2011-08-016-5/+67
| | | | | | | | | | | | | | * Emit a foo_exists for every foo that can emit foo_created * As a side effect, wake everything up and thus send out foo_stats events too. Currently this doesn't work for direct connections (rather more fiddly), but it does for everything else.
* | Merge bug24315Simon MacMullen2011-08-042-2/+35
|\ \
| * | More generic.Simon MacMullen2011-08-041-1/+1
| | |
| * | Return the value of Fun(), and make sure we always restore the group leader.Simon MacMullen2011-08-041-2/+5
| | |
| * | better argument formattingAlexandru Scvortov2011-08-041-2/+6
| | |
| * | cosmeticAlexandru Scvortov2011-08-031-1/+1
| | |
| * | abstract out with_local_io/1Alexandru Scvortov2011-08-032-16/+22
| | | | | | | | | | | | | | | Because it will be needed whenever a rabbitmqctl command causes the logger to print anything.
| * | refactor mask_argsAlexandru Scvortov2011-08-031-10/+8
| | |
| * | be discrete about what you logAlexandru Scvortov2011-08-021-2/+12
| | |
| * | log rabbitmqctl invocations on the remote nodeAlexandru Scvortov2011-08-021-1/+13
| |/
* | Merge bug24305 into defaultRob Harrop2011-08-042-4/+3
|\ \
| * | It has been decided that masking out on write, is preferable to masking out ↵bug24305Matthew Sackman2011-07-271-3/+2
| | | | | | | | | | | | on read.
| * | Wipe out slave pids whenever we start up a queue.Matthew Sackman2011-07-262-4/+4
| | |
* | | Merge bug23504.Simon MacMullen2011-08-0311-179/+135
|\ \ \ | |_|/ |/| |
| * | Cosmeticbug23504Simon MacMullen2011-08-032-9/+7
| | |
| * | refactoringAlexandru Scvortov2011-08-023-24/+21
| | | | | | | | | | | | | | | | | | | | | | | | Rename internal_emit_stats to emit_stats. Add the missing export to channel. Prefer one big case statement over a function with two heads.
| * | more consistent namingAlexandru Scvortov2011-08-021-10/+10
| | | | | | | | | | | | It's called *internal*_emit_stats in the channel.
| * | just ignore the result to erlang:cancel_timerAlexandru Scvortov2011-08-026-15/+9
| | |
| * | convert another timerAlexandru Scvortov2011-08-021-8/+6
| | |
| * | convert mirror_queue_slave's sync timerAlexandru Scvortov2011-08-021-8/+12
| | |
| * | convert gm's flush timerAlexandru Scvortov2011-08-021-14/+9
| | |
| * | convert amqqueue_process's sync timerAlexandru Scvortov2011-08-022-18/+12
| | |
| * | some more refactoringAlexandru Scvortov2011-08-026-13/+18
| | |
| * | refactorAlexandru Scvortov2011-08-022-27/+13
| | |
| * | merge default into bug23504Alexandru Scvortov2011-08-02115-4918/+10102
| |\ \ | |/ / |/| |
* | | Merge bug24284Simon MacMullen2011-07-299-76/+217
|\ \ \
| * \ \ Merge bug24292Simon MacMullen2011-07-2915-120/+644
| |\ \ \
| | * \ \ Merge bug 24227Simon MacMullen2011-07-2914-92/+623
| | |\ \ \
| | | * \ \ Merged bug24278 into defaultEmile Joubert2011-07-291-9/+9
| | | |\ \ \
| | | | * | | Make sure every shortcut has "RabbitMQ" in its name, and be a bit more ↵bug24278Simon MacMullen2011-07-281-9/+9
| | | |/ / / | | | | | | | | | | | | | | | | | | consistent.
| | | * | | employ more sophisticated message queue formattingMatthias Radestock2011-07-285-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | ...in the channel, queue and msg_store