Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging bug24230 to default | Matthew Sackman | 2011-08-17 | 1 | -70/+214 |
|\ | |||||
| * | Merging default to bug24285 | Matthew Sackman | 2011-08-17 | 1 | -4/+5 |
| |\ | |||||
| | * | refactor | Alexandru Scvortov | 2011-08-15 | 1 | -1/+1 |
| | * | fix specs | Alexandru Scvortov | 2011-08-11 | 1 | -2/+3 |
| | * | merge from default | Alexandru Scvortov | 2011-08-11 | 1 | -4/+79 |
| | |\ | |||||
| | * | | refactor | Alexandru Scvortov | 2011-08-11 | 1 | -2/+2 |
| | * | | fix tests | Alexandru Scvortov | 2011-07-25 | 1 | -2/+2 |
| * | | | merge bug24340 into default | Matthias Radestock | 2011-08-17 | 1 | -38/+41 |
| |\ \ \ | |||||
| | * | | | refactor rabbit_tests:on_disk_capture/1bug24340 | Matthias Radestock | 2011-08-17 | 1 | -17/+11 |
| | * | | | Remove dead code | Matthew Sackman | 2011-08-16 | 1 | -13/+0 |
| | * | | | Correct capture of msg-on-disk in tests as sync replacement; rip out explicit... | Matthew Sackman | 2011-08-16 | 1 | -15/+13 |
| | * | | | Well it doesn't work, but it should eventually... | Matthew Sackman | 2011-08-15 | 1 | -37/+61 |
| | | |/ | | |/| | |||||
| * | | | I think this was the problem - since the channel was not part of the supervis... | Simon MacMullen | 2011-08-16 | 1 | -3/+5 |
| * | | | Don't drain events, instead get rabbit_tests_event_receiver to only forward o... | Simon MacMullen | 2011-08-16 | 1 | -10/+3 |
| * | | | Move these back where they should be... | Simon MacMullen | 2011-08-16 | 1 | -19/+19 |
| * | | | refactoring: lift closures | Matthias Radestock | 2011-08-09 | 1 | -14/+13 |
| * | | | Test queues as well. Connections Are Hard. | Simon MacMullen | 2011-08-09 | 1 | -9/+16 |
| * | | | Merge all the _exists events back to _created. | Simon MacMullen | 2011-08-09 | 1 | -2/+2 |
| * | | | Export amqqueue:list/0. Remove filter_exit_map use and timer:sleep/1. | Simon MacMullen | 2011-08-09 | 1 | -2/+6 |
| * | | | Test at least some of the refresh event code. | Simon MacMullen | 2011-08-08 | 1 | -4/+56 |
| |/ / | |||||
| * | | some more refactoring | Alexandru Scvortov | 2011-08-02 | 1 | -1/+1 |
| * | | Merge bug 24227 | Simon MacMullen | 2011-07-29 | 1 | -0/+36 |
| |\ \ | |||||
| | * | | Make priority_queue be able to have a concept of infinity as a priority | Matthew Sackman | 2011-07-28 | 1 | -0/+36 |
| | |/ | |||||
| * | | cosmetic | Alexandru Scvortov | 2011-07-21 | 1 | -2/+2 |
| * | | reset before changing node type | Alexandru Scvortov | 2011-07-20 | 1 | -0/+4 |
| * | | remove two resets introduced earlier | Alexandru Scvortov | 2011-07-20 | 1 | -2/+0 |
| * | | merge default into bug24227 | Alexandru Scvortov | 2011-07-20 | 1 | -1/+9 |
| |\ \ | | |/ | |||||
| | * | Bigger comment.bug24262 | Simon MacMullen | 2011-07-18 | 1 | -1/+4 |
| | * | more the restart_app to a more appropriate place | Alexandru Scvortov | 2011-07-18 | 1 | -1/+1 |
| | * | increase a timeout | Alexandru Scvortov | 2011-07-15 | 1 | -8/+1 |
| | * | remove io:format | Alexandru Scvortov | 2011-07-15 | 1 | -1/+0 |
| | * | cleanup queue and restart app | Alexandru Scvortov | 2011-07-15 | 1 | -0/+13 |
| * | | test that disc nodes are actually disc nodes | Alexandru Scvortov | 2011-07-20 | 1 | -2/+24 |
| * | | check that a ram node is indeed a ram node | Alexandru Scvortov | 2011-07-20 | 1 | -0/+14 |
| * | | enable disc-less nodes | Alexandru Scvortov | 2011-07-20 | 1 | -6/+4 |
| * | | really add schema-less nodes | Alexandru Scvortov | 2011-07-19 | 1 | -7/+8 |
| * | | cover the missing case | Alexandru Scvortov | 2011-07-18 | 1 | -1/+3 |
| |/ | |||||
* | | Merging default to bug24230 | Matthew Sackman | 2011-07-14 | 1 | -21/+28 |
|\ \ | |/ | |||||
| * | merge default into bug24216 | Matthias Radestock | 2011-06-26 | 1 | -21/+28 |
| |\ | |||||
| | * | fix tests | Matthias Radestock | 2011-06-25 | 1 | -19/+28 |
| | * | tx gone from everywhere | Matthias Radestock | 2011-06-24 | 1 | -9/+6 |
| | * | remove transactions from backing queue | Matthias Radestock | 2011-06-24 | 1 | -3/+4 |
* | | | Bang head against desk. | Simon MacMullen | 2011-07-01 | 1 | -25/+25 |
* | | | Fix an occasional race. | Simon MacMullen | 2011-07-01 | 1 | -25/+25 |
* | | | Let's pretend that didn't happen. | Simon MacMullen | 2011-07-01 | 1 | -25/+25 |
* | | | We only have mnesia now. | Simon MacMullen | 2011-07-01 | 1 | -25/+25 |
* | | | Beginning of tests, and fix a bug found (ETS table creation on demand is racy). | Simon MacMullen | 2011-07-01 | 1 | -0/+1 |
|/ / | |||||
* | | simplifybug24217 | Matthew Sackman | 2011-06-26 | 1 | -6/+5 |
* | | Ensure we hit both branches of the newly added case queue:is_empty(Q4) of | Matthew Sackman | 2011-06-26 | 1 | -2/+4 |
* | | Refactoring | Matthew Sackman | 2011-06-26 | 1 | -20/+10 |