summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Put the real changes in :-(bug24559Steve Powell2011-11-151-8/+6
|
* Merge default into bug24559Steve Powell2011-11-152-6/+9
|\
| * Merged bug24560 into defaultEmile Joubert2011-11-151-1/+1
| |\
| | * Duhbug24560Simon MacMullen2011-11-151-2/+1
| | |
| | * If we get an explicit channel close we might already be shutting the ↵Simon MacMullen2011-11-151-0/+1
| | | | | | | | | | | | connection down - in which case we should check if we have no more channels left and close_ok the connection if so.
| * | Merged bug23462 into defaultEmile Joubert2011-11-150-0/+0
| |\ \ | | |/
| * | More clarity.bug24562Simon MacMullen2011-11-151-2/+3
| | |
| * | Use {node(), make_ref()} rather than self().Simon MacMullen2011-11-151-7/+9
| |/
* | Portfile updates for macports packagingSteve Powell2011-11-151-13/+9
|/
* Added tag rabbitmq_v2_7_0 for changeset 353c527677e1Steve Powell2011-11-090-0/+0
|
* Updated changelogs by release buildrabbitmq_v2_7_0Steve Powell2011-11-092-0/+9
|
* Merged bug24534 into defaultEmile Joubert2011-11-071-7/+65
|\
| * Merge bug24430.Simon MacMullen2011-11-0732-1197/+1011
| |\
| * | Cosmeticbug24430Simon MacMullen2011-11-071-8/+6
| | |
| * | send_after does not accept infinity as an argumentEmile Joubert2011-11-031-14/+22
| | |
| * | Correct thinko - permanent + normal is an error, duh!Simon MacMullen2011-11-021-5/+6
| | | | | | | | | | | | (And some slightly evil formatting, but I really don't want this to wrap.)
| * | OopsSimon MacMullen2011-11-021-1/+1
| | |
| * | Refactor: reduce distance from default.Simon MacMullen2011-11-021-7/+4
| | |
| * | Refactor: don't use a dict when a list will do.Simon MacMullen2011-11-021-5/+7
| | |
| * | Refactor: simplify by checking if restart is permanent earlier.Simon MacMullen2011-11-021-13/+8
| | |
| * | Refactor: I like closures as much as the next chap, but that was too many.Simon MacMullen2011-11-021-19/+10
| | |
| * | Cosmetic: pattern-match more, factor out dict:append, fix unused var.Simon MacMullen2011-11-021-27/+28
| | |
| * | Indent correctlyEmile Joubert2011-11-021-24/+28
| | |
| * | Refactor supervisor shutdown moreEmile Joubert2011-11-011-7/+10
| | |
| * | Refactor supervisor shutdownEmile Joubert2011-11-011-9/+8
| | |
| * | More accurate timeouts during supervisor shutdownEmile Joubert2011-11-011-11/+8
| | |
| * | Better supervisor2 shutdown handlingEmile Joubert2011-10-171-16/+16
| | |
| * | Terminate simple children in parallelEmile Joubert2011-10-141-10/+72
| | |
* | | Big ugly warning.bug24534Simon MacMullen2011-11-071-3/+22
| |/ |/|
* | Resurrect defaultSimon MacMullen2011-11-031-1/+0
| |
* | Merge bug24525Simon MacMullen2011-11-011-1/+15
|\ \
| * | Consistency with wait_for_tables.bug24525Simon MacMullen2011-10-311-1/+1
| | |
| * | remove debugging printfAlexandru Scvortov2011-10-311-1/+0
| | |
| * | cosmeticAlexandru Scvortov2011-10-311-6/+3
| | |
| * | timeout epmd connection after 60sAlexandru Scvortov2011-10-311-1/+19
| | |
* | | Merged bug24517 into defaultEmile Joubert2011-10-313-12/+41
|\ \ \ | |/ / |/| |
| * | Whitespacebug24517Emile Joubert2011-10-311-1/+0
| | |
| * | refactorAlexandru Scvortov2011-10-311-3/+3
| | |
| * | fix case + cosmeticAlexandru Scvortov2011-10-311-9/+13
| | |
| * | break on too many argsAlexandru Scvortov2011-10-261-1/+2
| | |
| * | refactor and renameAlexandru Scvortov2011-10-261-23/+20
| | |
| * | no more magic numbersAlexandru Scvortov2011-10-251-4/+4
| | |
| * | refactor + guard against garbageAlexandru Scvortov2011-10-251-17/+21
| | |
| * | rebase on defaultAlexandru Scvortov2011-10-253-2/+26
| | |
* | | merge bug24513 into defaultMatthias Radestock2011-10-2811-125/+282
|\ \ \
| * \ \ Merge bug24522.Simon MacMullen2011-10-270-0/+0
| |\ \ \
| * | | | Since it may be sane to set the watermark to "0.0", let's allow "0" for that.bug24522Simon MacMullen2011-10-271-1/+4
| | | | |
| * | | | Reduce nesting of case statementsEmile Joubert2011-10-271-15/+12
| | | | | | | | | | | | | | | | | | | | (Courtesy of Matthias)
| * | | | Change the meaning of vm_memory_high_watermark = 0.0Emile Joubert2011-10-272-13/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | Setting vm_memory_high_watermark to zero disabled memory monitoring. Now we treat 0.0 as a normal percentage, which guarantees that the memory alarm will always be triggered, making it impossible to publish.
| * | | Resurrect default without bug24494Simon MacMullen2011-10-261-0/+1
| | | |