| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix dialyzer warnings | Alexandru Scvortov | 2011-08-08 | 9 | -9/+26 |
| * | more specs | Alexandru Scvortov | 2011-08-08 | 9 | -2/+52 |
| * | even more specs | Alexandru Scvortov | 2011-08-05 | 4 | -2/+28 |
| * | more specs + revert earlier mistake | Alexandru Scvortov | 2011-08-05 | 3 | -4/+13 |
| * | more specs | Alexandru Scvortov | 2011-08-05 | 2 | -2/+5 |
| * | more specs | Alexandru Scvortov | 2011-08-05 | 4 | -4/+19 |
| * | file_handle_specs are up to date | Alexandru Scvortov | 2011-08-05 | 1 | -4/+4 |
| * | refactoring | Alexandru Scvortov | 2011-08-05 | 2 | -3/+2 |
| * | cosmetic | Alexandru Scvortov | 2011-08-05 | 1 | -0/+4 |
| * | amqqueue_sup, delegate specs are up to date | Alexandru Scvortov | 2011-08-05 | 2 | -3/+14 |
| * | channels and amqqueue_process specs up to date | Alexandru Scvortov | 2011-08-05 | 1 | -3/+8 |
| * | amqqueue specs up to date | Alexandru Scvortov | 2011-08-05 | 1 | -3/+4 |
| * | cosmetic | Alexandru Scvortov | 2011-08-05 | 1 | -2/+0 |
| * | don't add specs to the modified OTP modules | Alexandru Scvortov | 2011-08-05 | 2 | -66/+1 |
| * | merge default into bug23056 | Alexandru Scvortov | 2011-08-05 | 69 | -3741/+9226 |
| |\ | |||||
| | * | Merge bug24315 | Simon MacMullen | 2011-08-04 | 2 | -2/+35 |
| | |\ | |||||
| | | * | More generic. | Simon MacMullen | 2011-08-04 | 1 | -1/+1 |
| | | * | Return the value of Fun(), and make sure we always restore the group leader. | Simon MacMullen | 2011-08-04 | 1 | -2/+5 |
| | | * | 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 | 2 | -16/+22 |
| | | * | 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 |
| | * | | Merge bug24305 into default | Rob Harrop | 2011-08-04 | 2 | -4/+3 |
| | |\ \ | |||||
| | | * | | It has been decided that masking out on write, is preferable to masking out o... | Matthew Sackman | 2011-07-27 | 1 | -3/+2 |
| | | * | | Wipe out slave pids whenever we start up a queue. | Matthew Sackman | 2011-07-26 | 2 | -4/+4 |
| | * | | | Cosmetic | Simon MacMullen | 2011-08-03 | 2 | -9/+7 |
| | * | | | refactoring | Alexandru Scvortov | 2011-08-02 | 3 | -24/+21 |
| | * | | | more consistent naming | Alexandru Scvortov | 2011-08-02 | 1 | -10/+10 |
| | * | | | just ignore the result to erlang:cancel_timer | Alexandru Scvortov | 2011-08-02 | 6 | -15/+9 |
| | * | | | convert another timer | Alexandru Scvortov | 2011-08-02 | 1 | -8/+6 |
| | * | | | convert mirror_queue_slave's sync timer | Alexandru Scvortov | 2011-08-02 | 1 | -8/+12 |
| | * | | | convert gm's flush timer | Alexandru Scvortov | 2011-08-02 | 1 | -14/+9 |
| | * | | | convert amqqueue_process's sync timer | Alexandru Scvortov | 2011-08-02 | 2 | -18/+12 |
| | * | | | some more refactoring | Alexandru Scvortov | 2011-08-02 | 6 | -13/+18 |
| | * | | | refactor | Alexandru Scvortov | 2011-08-02 | 2 | -27/+13 |
| | * | | | merge default into bug23504 | Alexandru Scvortov | 2011-08-02 | 74 | -4035/+9549 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Merge bug24292 | Simon MacMullen | 2011-07-29 | 12 | -110/+582 |
| | | |\ \ | |||||
| | | | * \ | Merge bug 24227 | Simon MacMullen | 2011-07-29 | 11 | -82/+561 |
| | | | |\ \ | |||||
| | | | | * | | employ more sophisticated message queue formatting | Matthias Radestock | 2011-07-28 | 5 | -17/+35 |
| | | | | * | | refactor | Matthias Radestock | 2011-07-28 | 1 | -14/+13 |
| | | | | * | | Don't unpack and repack | Matthew Sackman | 2011-07-28 | 1 | -14/+10 |
| | | | | * | | Don't call prioritise_info for EXIT from parent. Use infinity priority for sy... | Matthew Sackman | 2011-07-28 | 1 | -0/+7 |
| | | | | * | | Minor refactor and introduce horrific inefficiency | Matthew Sackman | 2011-07-28 | 1 | -10/+6 |
| | | | | * | | Make priority_queue be able to have a concept of infinity as a priority | Matthew Sackman | 2011-07-28 | 2 | -9/+64 |
| | | | | * | | refactor: use multiple heads instead of 'case' | Matthias Radestock | 2011-07-28 | 1 | -21/+13 |
| | | | | * | | merge bug24288 into default | Matthias Radestock | 2011-07-27 | 2 | -9/+34 |
| | | | | |\ \ | | | | | |/ | | | | |/| | |||||
| | | | | | * | General improvements | Matthew Sackman | 2011-07-27 | 1 | -11/+11 |
| | | | | | * | dict => orddict | Matthew Sackman | 2011-07-26 | 1 | -9/+10 |
