Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge bug25689 (again)rabbitmq_v3_1_4 | Simon MacMullen | 2013-08-06 | 1 | -1/+1 |
|\ | |||||
| * | Fix embarassment perpetrated in 97f0e3842c04.bug25689 | Simon MacMullen | 2013-08-06 | 1 | -1/+1 |
* | | merge bug25686 into stable | Matthias Radestock | 2013-08-05 | 3 | -10/+26 |
|\ \ | |||||
| * | | refactor type specbug25686 | Matthias Radestock | 2013-08-05 | 1 | -3/+5 |
| * | | simplify | Matthias Radestock | 2013-08-05 | 1 | -6/+4 |
| * | | remove unused function | Matthias Radestock | 2013-08-05 | 1 | -3/+0 |
| * | | Type checks for alternative exchanges in the same way as DLX | Emile Joubert | 2013-08-01 | 1 | -2/+7 |
| * | | Better error message for DLX type error | Emile Joubert | 2013-08-01 | 2 | -11/+17 |
| * | | Check dlx type while checking permissions | Emile Joubert | 2013-07-31 | 2 | -2/+3 |
| * | | Check DLX permissions on queue declare | Emile Joubert | 2013-07-31 | 1 | -0/+7 |
* | | | refactor: rpc:call already optimises calls to local nodes | Matthias Radestock | 2013-08-05 | 1 | -6/+1 |
* | | | Merge bug25617 | Simon MacMullen | 2013-08-01 | 0 | -0/+0 |
|\ \ \ | |||||
* | | | | Transplant of bug25617 to stablebug25617 | Emile Joubert | 2013-08-01 | 1 | -18/+42 |
|/ / / | |||||
* | | | Merge bug25594 | Simon MacMullen | 2013-08-01 | 1 | -0/+3 |
|\ \ \ | |||||
| * \ \ | Merge bug25693 | Simon MacMullen | 2013-08-01 | 1 | -0/+3 |
| |\ \ \ | |||||
| | * | | | handle errors returned by boot stepsbug25693 | Matthias Radestock | 2013-08-01 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | add/remove log handler at precise point in system lifecyclebug25594 | Matthias Radestock | 2013-08-01 | 2 | -5/+16 |
* | | | | add helper process for lifecycle hooks | Matthias Radestock | 2013-08-01 | 1 | -0/+68 |
|/ / / | |||||
* | | | Merge bug25689 | Simon MacMullen | 2013-07-31 | 150 | -302/+302 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Merged bug25538 into stable | Emile Joubert | 2013-07-31 | 0 | -0/+0 |
| |\ | |||||
| * | | Update copyright on added modulebug25538 | Emile Joubert | 2013-07-31 | 1 | -2/+2 |
| * | | Refresh branch from stable | Emile Joubert | 2013-07-31 | 21 | -173/+316 |
| |\ \ | | |/ | |||||
| * | | Revert changes to the registry key "HKLM\Software\VMware, Inc.\RabbitMQ Serve... | Simon MacMullen | 2013-07-03 | 1 | -3/+3 |
| * | | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 149 | -303/+303 |
* | | | Integrate win32_cmd/1 into rabbit_misc:os_cmd/1, so that we have just one fun... | Simon MacMullen | 2013-07-31 | 3 | -12/+14 |
* | | | Add space for clink os cmds separately | Emile Joubert | 2013-07-31 | 3 | -3/+9 |
* | | | Work around Clink shell issue | Emile Joubert | 2013-07-30 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Merge heads of stable | Simon MacMullen | 2013-07-29 | 3 | -7/+10 |
|\ \ | |||||
| * \ | merge bug25651 into stable | Matthias Radestock | 2013-07-29 | 3 | -7/+10 |
| |\ \ | |||||
| | * | | More sensible API for partitions, do not return errors.bug25651 | Simon MacMullen | 2013-07-04 | 3 | -7/+10 |
* | | | | Merge bug25670 | Simon MacMullen | 2013-07-29 | 10 | -46/+116 |
|\ \ \ \ | |||||
| * \ \ \ | Merge bug25668 | Simon MacMullen | 2013-07-29 | 2 | -1/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | placate dialyzer | Matthias Radestock | 2013-07-27 | 1 | -0/+3 |
| | * | | | fix types | Matthias Radestock | 2013-06-01 | 1 | -1/+1 |
| * | | | | cosmeticbug25668 | Simon MacMullen | 2013-07-29 | 1 | -3/+1 |
| * | | | | introduces ssl_apps as a env parameter | Alvaro Videla | 2013-07-22 | 3 | -3/+9 |
| |/ / / | |||||
| * | | | Merged bug25644 into stable | Emile Joubert | 2013-07-24 | 4 | -41/+102 |
| |\ \ \ | |||||
| | * \ \ | Merge stablebug25644 | Simon MacMullen | 2013-07-23 | 4 | -41/+102 |
| | |\ \ \ | |/ / / / | |||||
| | * | | | Make monitoring via delegates async. This has the downside that you can't mon... | Simon MacMullen | 2013-07-23 | 1 | -22/+29 |
| | * | | | Get amqqueu_process to montor via delegate too, tighten delegate specs, simpl... | Simon MacMullen | 2013-07-04 | 3 | -25/+14 |
| | * | | | Guard aganist the case where a delegate-executed function does some monitoring. | Simon MacMullen | 2013-07-02 | 1 | -3/+7 |
| | * | | | Make the delegate monitoring API a drop in replacement for the built in one, ... | Simon MacMullen | 2013-07-02 | 4 | -117/+68 |
| | * | | | Do the monitoring on the correct node(!) and remove all that nonsense about n... | Simon MacMullen | 2013-06-26 | 3 | -40/+18 |
| | * | | | A bit more faff, to deal with genuinely dying nodes. | Simon MacMullen | 2013-06-25 | 2 | -16/+42 |
| | * | | | Delegate monitoring, with a fairly glaring hole. | Simon MacMullen | 2013-06-25 | 3 | -22/+128 |
| * | | | | Merge bug 25671 | Simon MacMullen | 2013-07-22 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| | * | | | | Don't roll over to a lower GM view version than we have ourselvesbug25671 | Emile Joubert | 2013-07-19 | 1 | -1/+3 |
| |/ / / / | |||||
* | | | | | Backout 3b5a3e3d2febbug25670 | Emile Joubert | 2013-07-26 | 1 | -1/+1 |
* | | | | | Checking gm_pids is a better way of filtering out HA queues | Emile Joubert | 2013-07-19 | 1 | -1/+1 |
* | | | | | Slaves detect stale master pids on startup | Emile Joubert | 2013-07-19 | 2 | -4/+28 |
|/ / / / |