summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cosmeticMatthias Radestock2012-03-271-8/+6
| * | | | | cosmetic: don't rely on Erlang term order to catch type errorsMatthias Radestock2012-03-271-6/+5
| * | | | | correct spec for BQ:dropwhileMatthias Radestock2012-03-271-3/+4
| * | | | | Merge bug24764Simon MacMullen2012-03-2613-109/+152
| |\ \ \ \ \
| | * \ \ \ \ Merge bug23610Simon MacMullen2012-03-263-28/+42
| | |\ \ \ \ \
| | | * | | | | Cosmeticbug23610Simon MacMullen2012-03-261-2/+1
| | | * | | | | Notifying queue deletion in rabbit_amqqueue:on_node_down/1Francesco Mazzoli2012-03-041-8/+19
| | | * | | | | Notifying queue deletion in rabbit_amqqueue:internal_delete/2.Francesco Mazzoli2012-03-043-20/+24
| | * | | | | | Merge bug24728Simon MacMullen2012-03-2610-73/+102
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge bug24827Simon MacMullen2012-03-261-16/+8
| | | |\ \ \ \ \ \
| | | | * | | | | | ensure appropriate expiry of immediately delivered messagesbug24827Matthias Radestock2012-03-231-16/+8
| | | |/ / / / / /
| | | * | | | | | cosmeticMatthias Radestock2012-03-231-4/+3
| | | * | | | | | refactor/optimise 'reject'Matthias Radestock2012-03-231-6/+6
| | | * | | | | | cosmeticMatthias Radestock2012-03-231-6/+4
| | * | | | | | | use monitors instead of links to watch over net_adm:names/1 callsbug24728Matthias Radestock2012-03-201-8/+8
| * | | | | | | | reduce number of system calls by batching socket writesbug24764Matthias Radestock2012-03-201-50/+60
| |/ / / / / / /
* | | | | | | | don't check the return of credit_flow:{peer_down,ack}Matthias Radestock2012-03-231-2/+2
* | | | | | | | merge default into bug24769Matthias Radestock2012-03-237-155/+182
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | correct return value of rabbit_amqqueue:delete_immediately/1Matthias Radestock2012-03-232-3/+4
| * | | | | | | monitor queue senders with pmonMatthias Radestock2012-03-233-39/+33
| * | | | | | | use pmon in mirror_queue_slaveMatthias Radestock2012-03-232-25/+21
| * | | | | | | use pmon in queue_coordinatorMatthias Radestock2012-03-231-15/+6
| * | | | | | | use pmon in queue_collectorMatthias Radestock2012-03-234-27/+25
| * | | | | | | use pmon in rabbit_channelMatthias Radestock2012-03-231-12/+9
| * | | | | | | use pmon in amqqueue_processMatthias Radestock2012-03-231-46/+32
| * | | | | | | first cut of helper module for keeping track of process monitorsMatthias Radestock2012-03-231-0/+64
* | | | | | | | make the return value match the specMatthias Radestock2012-03-231-1/+2
|/ / / / / / /
* | | | | | | Merge heads, again!Simon MacMullen2012-03-220-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ merge headsMatthias Radestock2012-03-221-1/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge headsSimon MacMullen2012-03-221-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | fix specMatthias Radestock2012-03-221-1/+3
| * | | | | | Added tag rabbitmq_v2_8_1 for changeset 99239db7a754Simon MacMullen2012-03-220-0/+0
* | | | | | | cosmeticMatthias Radestock2012-03-221-3/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | consistencyMatthias Radestock2012-03-221-1/+1
* | | | | | cosmetic: log queue name with rabbit_misc:rs/1, like everywhere elseMatthias Radestock2012-03-221-2/+2
* | | | | | fix a possible leakMatthias Radestock2012-03-221-4/+3
|/ / / / /
* | | | | Merged bug24809 into defaultrabbitmq_v2_8_1Emile Joubert2012-03-221-1/+3
|\ \ \ \ \
| * | | | | Rollback startup method for SuSE onlybug24809Emile Joubert2012-03-221-1/+3
* | | | | | Accomodate a desire to avoid polluting the logsMatthew Sackman2012-03-221-0/+13
|/ / / / /
* | | | | Merge bug24816.Simon MacMullen2012-03-220-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Package all bat files.bug24816Simon MacMullen2012-03-221-4/+1
|/ / / /
* | | | Merge bug24810 again again.Simon MacMullen2012-03-213-2/+5
|\ \ \ \
| * | | | So we actually need to handle the case of starting from scratch separately, o...bug24810Simon MacMullen2012-03-213-2/+5
* | | | | Merged bug24810 into defaultEmile Joubert2012-03-212-2/+13
|\ \ \ \ \ | |/ / / /
| * | | | It's possible somehow we could be left with an empty mnesia directory (spotte...Simon MacMullen2012-03-212-2/+10
| * | | | If don't even have an mnesia dir yet, treat that as meaning "no upgrades need...Simon MacMullen2012-03-211-1/+4
* | | | | Merging bug24774 to defaultMatthew Sackman2012-03-210-0/+0
|\ \ \ \ \
* | | | | | And if an {intrinsic, Delay} child exits normally/shutdown, remember to reall...bug24774Matthew Sackman2012-03-211-0/+2
* | | | | | Some cosmetics; Some consistency of ordering; There is no good reason why del...Matthew Sackman2012-03-211-14/+17
* | | | | | Apply supplied patch to support normal/shutdown termination of delayed restar...Ivan Dyachkov2012-03-211-10/+15
|/ / / / /