summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ExcuseSimon MacMullen2013-04-091-1/+1
* Explain a bit more WTF we're doing.Simon MacMullen2013-04-091-0/+2
* Add support for UID. No, it's not in public_key.hrl. Grrr.Simon MacMullen2013-04-091-1/+2
* Also RFC4514 suggests we always use = even if we don't recognise an OID.Simon MacMullen2013-04-091-2/+2
* Insert a hack.Simon MacMullen2013-04-091-0/+10
* Replace all uses of io_lib:format/2 with rabbit_misc:format/2 - we want somet...Simon MacMullen2013-04-091-7/+7
* Only queue up for GC at most two pairs of files at once, since we lock files ...Simon MacMullen2013-04-051-3/+8
* These log messages do not necessarily make their implications clear enough; I...Simon MacMullen2013-03-191-3/+11
* Cache the result of the external commandSimon MacMullen2013-03-141-3/+4
* Allow subscribing to node down events from the node monitor.Simon MacMullen2013-03-011-5/+17
* Remove concept of strictness, thus renaming list_strict/1 to list_component/1...Simon MacMullen2013-02-261-26/+10
* ignore early enotconn, and report early socket errors more nicelyMatthias Radestock2013-02-251-10/+15
* continue accepting when client sends RST before we acceptedMatthias Radestock2013-02-251-7/+5
* Merge bug25457Simon MacMullen2013-02-196-29/+15
|\
| * Remove rabbit_runtime_parameter:validate_clear/3, and instead just validate t...Simon MacMullen2013-02-185-27/+13
| * It's 'name', not 'key'.Simon MacMullen2013-02-151-2/+2
* | Ensure that we resume socket reading in all edge casesMatthias Radestock2013-02-181-48/+54
|/
* cosmeticMatthias Radestock2013-02-141-2/+2
* In case the containing process is trapping exits.Simon MacMullen2013-02-141-0/+1
* Don't stomp on the (possible) registered name of the thing that invokes boot/...Simon MacMullen2013-02-141-4/+3
* If we try to stop while starting, wait until we have stopped starting before ...Simon MacMullen2013-02-141-0/+8
* drop expired messages post basic_getMatthias Radestock2013-02-121-5/+4
* Only delete queues for which no HA policy exists.Simon MacMullen2013-02-061-2/+4
* Remove durable queues based on a node while forgetting that node.Simon MacMullen2013-02-062-1/+19
* Merge bug25420rabbitmq_v3_0_2Simon MacMullen2013-01-291-1/+2
|\
| * ignore 'invoke' on different moduleMatthias Radestock2013-01-281-1/+2
* | handle all returns of mnesia:system_info(is_running)Matthias Radestock2013-01-281-23/+25
|/
* remove unused functionMatthias Radestock2013-01-281-6/+1
* eliminate superfluous double callMatthias Radestock2013-01-281-1/+1
* merge bug25412 into stableMatthias Radestock2013-01-241-2/+4
|\
| * Don't just {reply, Cmd, State} since that will end up going into send/2 - whi...Simon MacMullen2013-01-241-2/+4
* | Merge bug25343Simon MacMullen2013-01-24122-122/+122
|\ \ | |/ |/|
| * Update copyright 2013Emile Joubert2013-01-23122-122/+122
* | prevent channel from sending anything after close/close_okMatthias Radestock2013-01-221-34/+37
|/
* one test writer is quite enough. and make it work.Matthias Radestock2013-01-221-10/+8
* our test writer needs to do a bit more nowMatthias Radestock2013-01-221-1/+8
* get the channel to flush the writerMatthias Radestock2013-01-212-8/+19
* Backed out changeset 0ca8cbef9720Matthias Radestock2013-01-212-19/+8
* get th channel to flush the writerMatthias Radestock2013-01-212-8/+19
* Prevent explosion if someone passes a list.Simon MacMullen2013-01-161-4/+9
* merge bug25353 into stableMatthias Radestock2013-01-081-1/+1
|\
| * merge bug25353 into stableMatthias Radestock2013-01-081-1/+1
| |\
| | * correct and/or confusionMatthias Radestock2013-01-041-1/+1
* | | tidy upMatthias Radestock2013-01-081-4/+0
|/ /
* | copy change from rabbit_amqqueue_process to slaveMatthias Radestock2013-01-081-7/+9
|/
* ReminderSimon MacMullen2012-12-121-0/+2
* make sure the stats and rate timers don't keep each other aliveMatthias Radestock2012-12-111-18/+10
* Those catches do no really do anything.Simon MacMullen2012-12-101-2/+2
* Call application_master:get_child/1 more like OTP does.Simon MacMullen2012-12-101-2/+3
* application_controller:get_master/1 can return 'undefined'.Simon MacMullen2012-12-101-4/+6