Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Still nicer error handling inspired by lib:eval_str/1.bug24593 | Simon MacMullen | 2011-11-25 | 1 | -4/+10 |
* | Also handle tokenising errors somewhat. | Simon MacMullen | 2011-11-24 | 1 | -8/+13 |
* | Handle RPCs that crash better. | Simon MacMullen | 2011-11-24 | 1 | -1/+1 |
* | Handle the most common parsing error nicely. | Simon MacMullen | 2011-11-24 | 1 | -4/+8 |
* | Basic rabbitmqctl eval, with let-it-crash error handling. | Simon MacMullen | 2011-11-24 | 1 | -0/+7 |
* | Merged bug24517 into default | Emile Joubert | 2011-10-31 | 1 | -10/+33 |
|\ | |||||
| * | Whitespacebug24517 | Emile Joubert | 2011-10-31 | 1 | -1/+0 |
| * | refactor | Alexandru Scvortov | 2011-10-31 | 1 | -3/+3 |
| * | fix case + cosmetic | Alexandru Scvortov | 2011-10-31 | 1 | -9/+13 |
| * | break on too many args | Alexandru Scvortov | 2011-10-26 | 1 | -1/+2 |
| * | refactor and rename | Alexandru Scvortov | 2011-10-26 | 1 | -23/+20 |
| * | no more magic numbers | Alexandru Scvortov | 2011-10-25 | 1 | -4/+4 |
| * | refactor + guard against garbage | Alexandru Scvortov | 2011-10-25 | 1 | -17/+21 |
| * | rebase on default | Alexandru Scvortov | 2011-10-25 | 1 | -0/+18 |
* | | Since it may be sane to set the watermark to "0.0", let's allow "0" for that.bug24522 | Simon MacMullen | 2011-10-27 | 1 | -1/+4 |
|/ | |||||
* | merge default into bug21319 | Alexandru Scvortov | 2011-10-10 | 1 | -13/+6 |
|\ | |||||
| * | refactor | Alexandru Scvortov | 2011-09-09 | 1 | -13/+6 |
* | | simplify/generalise badarg handling | Matthias Radestock | 2011-10-03 | 1 | -9/+5 |
* | | Immediate updates after memory vm highwatermark change | Emile Joubert | 2011-09-30 | 1 | -3/+10 |
* | | Merged default into bug24323 | Emile Joubert | 2011-08-31 | 1 | -0/+5 |
|\ \ | |/ |/| | |||||
| * | Backed out changeset e115f0eec60c | Emile Joubert | 2011-08-30 | 1 | -5/+1 |
| * | Report vm memory limits differently | Emile Joubert | 2011-08-30 | 1 | -1/+5 |
| * | Change vm_memory_high_watermark while running | Emile Joubert | 2011-08-17 | 1 | -0/+5 |
* | | Merge bug24377 | Simon MacMullen | 2011-08-26 | 1 | -7/+1 |
|\ \ | |||||
| * | | one way to check whether rabbit is runningbug24377 | Matthias Radestock | 2011-08-25 | 1 | -7/+1 |
* | | | Revert most of the merge of bug24315 apart from rabbit_misc:with_local_io/1 s... | Simon MacMullen | 2011-08-26 | 1 | -22/+1 |
|/ / | |||||
* | | Merge with default | Rob Harrop | 2011-08-22 | 1 | -17/+62 |
|\ \ | |/ |/| | |||||
| * | It *is* a process. It *has* a pid. | Simon MacMullen | 2011-07-20 | 1 | -3/+3 |
| * | The problem with kill -0 is that its semantics are "could I send a signal to ... | Simon MacMullen | 2011-07-15 | 1 | -1/+1 |
| * | Do these checks the other way round - if the pid is not running we should fai... | Simon MacMullen | 2011-07-15 | 1 | -7/+7 |
| * | Be more clear when pidfile read fails. | Simon MacMullen | 2011-07-15 | 1 | -1/+1 |
| * | Show when we've acquired the pid. This would be useful for diagnostics. | Simon MacMullen | 2011-07-15 | 1 | -5/+7 |
| * | rabbitmqctl wait $PID_FILE. | Simon MacMullen | 2011-07-13 | 1 | -17/+60 |
* | | better argument formatting | Alexandru Scvortov | 2011-08-04 | 1 | -2/+6 |
* | | cosmetic | Alexandru Scvortov | 2011-08-03 | 1 | -1/+1 |
* | | abstract out with_local_io/1 | Alexandru Scvortov | 2011-08-03 | 1 | -15/+12 |
* | | refactor mask_args | Alexandru Scvortov | 2011-08-03 | 1 | -10/+8 |
* | | be discrete about what you log | Alexandru Scvortov | 2011-08-02 | 1 | -2/+12 |
* | | log rabbitmqctl invocations on the remote node | Alexandru Scvortov | 2011-08-02 | 1 | -1/+13 |
|/ | |||||
* | remove 'transactional' flag from 'rabbitmqctl list_channel'bug24232 | Matthias Radestock | 2011-07-01 | 1 | -1/+1 |
* | First pass at user tags. | Simon MacMullen | 2011-06-09 | 1 | -19/+8 |
* | Ahembug24156 | Simon MacMullen | 2011-06-06 | 1 | -2/+3 |
* | Merge bug24128 | Simon MacMullen | 2011-06-06 | 1 | -0/+6 |
|\ | |||||
| * | Reduce diff from bug23554: Allow formatting of nested info items | Matthew Sackman | 2011-06-02 | 1 | -0/+6 |
* | | More consitent exception handlingbug24128 | Emile Joubert | 2011-06-03 | 1 | -3/+9 |
* | | Report cosmetics | Simon MacMullen | 2011-06-03 | 1 | -14/+19 |
* | | Split rabbitmqctl status query | Emile Joubert | 2011-06-02 | 1 | -7/+19 |
* | | Cosmetic | Simon MacMullen | 2011-06-02 | 1 | -12/+15 |
* | | Move status info (again) | Emile Joubert | 2011-05-31 | 1 | -13/+2 |
* | | Report node-specific details separately | Emile Joubert | 2011-05-31 | 1 | -3/+14 |