summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* You should be able to delete a vhost containing a crashed queue too.bug21446Simon MacMullen2014-09-111-4/+3
* Improve commentsSimon MacMullen2014-09-112-5/+6
* Restart exclusive queues correctly, update comment.Simon MacMullen2014-09-102-46/+46
* Further reduce distance to default (especially in slave), by getting the preq...Simon MacMullen2014-09-105-62/+75
* Fix type spec, fix a behaviour warning.Simon MacMullen2014-09-102-4/+7
* Reduce distance to default, especially WRT rabbit_amqqueue_process startup.Simon MacMullen2014-09-093-96/+105
* Minor simplification.Simon MacMullen2014-09-091-7/+2
* OopsSimon MacMullen2014-09-091-1/+1
* Rename slightly and improve comments.Simon MacMullen2014-09-093-14/+16
* OopsSimon MacMullen2014-09-091-1/+1
* OopsSimon MacMullen2014-09-091-1/+1
* CosmeticSimon MacMullen2014-09-091-7/+6
* Introduce the idea that queues can be absent for a reason. The traditional ab...Simon MacMullen2014-09-098-37/+84
* Try to be consistent.Simon MacMullen2014-09-092-2/+3
* SpecSimon MacMullen2014-09-081-1/+4
* Merge in default.Simon MacMullen2014-09-086-32/+58
|\
| * Filter out nodes where Mnesia is not running.bug26363Simon MacMullen2014-09-081-7/+8
| * stable to defaultSimon MacMullen2014-09-081-2/+4
| |\
| | * Slightly less threatening error description, and add stack tracebug26362Simon MacMullen2014-09-081-2/+4
| * | We can't assume encoded lengths, so do it all in lists.Simon MacMullen2014-08-221-11/+15
| * | stable to defaultSimon MacMullen2014-08-2140-741/+2018
| |\ \ | | |/ | |/|
| | * Avoid binary:split/2.Simon MacMullen2014-08-211-6/+7
| * | Rename boolean to reuse / single.bug25214Simon MacMullen2014-08-213-17/+17
| * | Make Mnesia tx worker pool jobs use a disposable process so that if mnesia_lo...Simon MacMullen2014-08-213-17/+35
* | | Unmislead comment.Simon MacMullen2014-08-211-1/+1
* | | Don't leak supervisors.Simon MacMullen2014-08-211-1/+1
* | | Remove silly race.Simon MacMullen2014-08-211-5/+12
* | | Merge in defaultSimon MacMullen2014-08-205-15/+185
|\ \ \ | | |/ | |/|
| * | Those diagnostics are actually a bit dubious, they insert quite a delay and a...bug26353Simon MacMullen2014-08-201-2/+1
| * | call/2 -> call/3.Simon MacMullen2014-08-201-1/+2
| * | MErge bug25813Simon MacMullen2014-08-2010-84/+111
| |\ \
| | * \ stable to defaultSimon MacMullen2014-08-2039-729/+1835
| | |\ \ | | | |/ | | |/|
| | * | Get the message format right for this case too.bug26354Simon MacMullen2014-08-201-1/+1
| * | | Fix a race.bug25813Simon MacMullen2014-08-201-1/+7
| * | | Return 1 consumer.Simon MacMullen2014-08-181-2/+3
| * | | Implement declaration.Simon MacMullen2014-08-181-2/+40
| * | | Prevent malicious channels from sending messages to arbitrary processes with ...Simon MacMullen2014-08-182-3/+26
| * | | We'll just document that mandatory doesn't work.Simon MacMullen2014-08-181-1/+0
| * | | base64 encoding is expensive enough to make it worth precalculating the encod...Simon MacMullen2014-08-151-12/+14
| * | | Remove support for decorators to modify routing for the default exchange; it ...Simon MacMullen2014-08-141-6/+5
| * | | We don't need to worry about confirms, they will get sent. Change to a soft e...Simon MacMullen2014-08-141-4/+6
| * | | Support cancel.Simon MacMullen2014-08-141-1/+9
| * | | Unused var.Simon MacMullen2014-08-141-1/+1
| * | | Security hole--Simon MacMullen2014-08-142-21/+25
| * | | Rename this thing for consistency and also RabbitMQ-specificness.Simon MacMullen2014-08-142-6/+7
| * | | Prototype of fast RPC replies.Simon MacMullen2014-08-132-5/+92
* | | | CosmeticSimon MacMullen2014-08-201-2/+1
* | | | Make this test make sense for the new regime. There will of course need to be...Simon MacMullen2014-08-201-8/+4
* | | | Switch to making our restart decisions based on explicitly determining whethe...Simon MacMullen2014-08-204-96/+78
* | | | Allow crashing queue processes to come back as slaves if that's what we need.Simon MacMullen2014-08-202-1/+10