| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tables are compatible only if they have exactly same attributes | Alexandru Scvortov | 2010-08-06 | 1 | -2/+1 |
| * | all errors should be caught | Alexandru Scvortov | 2010-08-06 | 1 | -3/+4 |
| * | refactored code | Alexandru Scvortov | 2010-08-06 | 1 | -18/+9 |
| * | check that mnesia table attributes are as expected | Alexandru Scvortov | 2010-08-05 | 1 | -5/+25 |
| * | Merge bug20078 (don't fail commits when queues go missing) | Michael Bridgen | 2010-08-05 | 1 | -6/+2 |
| |\ | |||||
| | * | don't barf on tx.commit when some queues have been deleted | Matthias Radestock | 2010-08-05 | 1 | -6/+2 |
| * | | Merge bug23077 into default. | Simon MacMullen | 2010-08-05 | 2 | -2/+7 |
| |\ \ | |||||
| | * | | hide rabbit_event initialisation details | Matthias Radestock | 2010-08-04 | 2 | -1/+6 |
| | * | | better description for rabbit_event | Matthias Radestock | 2010-08-04 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge bug23060 into default. | Simon MacMullen | 2010-08-05 | 1 | -8/+9 |
| |\ \ | |||||
| | * | | synchronously delete exclusive queues on server-initiated close | Matthias Radestock | 2010-08-04 | 1 | -8/+9 |
| * | | | cosmetic | Matthias Radestock | 2010-08-05 | 4 | -6/+6 |
| | |/ |/| | |||||
| * | | more useful comment | Matthias Radestock | 2010-08-04 | 1 | -1/+2 |
| * | | Use now() instead of os:timestamp() for compatibility. now() uses a per-node ... | Simon MacMullen | 2010-08-04 | 1 | -1/+2 |
| * | | Cosmetics. | Simon MacMullen | 2010-08-04 | 1 | -3/+3 |
| * | | Merge heads | Simon MacMullen | 2010-08-04 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Cosmetics | Simon MacMullen | 2010-08-04 | 1 | -1/+1 |
| * | | | fixed broken function calls; tests pass | Alexandru Scvortov | 2010-08-04 | 1 | -4/+4 |
| |/ / | |||||
| * | | merged default into bug22964 | Alexandru Scvortov | 2010-08-04 | 8 | -51/+41 |
| |\ \ | |/ | |||||
| | * | make queue collector shutdown asynchronous | Matthias Radestock | 2010-08-03 | 2 | -8/+6 |
| | * | Correct specs of post functions from exchanges. none() is the empty set. No v... | Matthew Sackman | 2010-08-03 | 1 | -2/+2 |
| | * | Correct missing _ prefix | Matthew Sackman | 2010-08-03 | 1 | -1/+1 |
| | * | Merging bug 23048 onto default | Matthew Sackman | 2010-08-03 | 6 | -43/+35 |
| | |\ | |||||
| | | * | updated specs | Alexandru Scvortov | 2010-08-03 | 5 | -32/+26 |
| | | * | rabbit_exchange:type_to_module/1 no longer throws protocol errors | Alexandru Scvortov | 2010-08-03 | 2 | -9/+9 |
| | |/ | |||||
| * | | merged default into bug22964 | Alexandru Scvortov | 2010-08-04 | 13 | -96/+629 |
| |\ \ | |/ | |||||
| | * | Provide a better protocol() type | Matthew Sackman | 2010-08-03 | 1 | -1/+1 |
| | * | Merging bug 21387 onto default | Matthew Sackman | 2010-08-02 | 9 | -59/+559 |
| | |\ | |||||
| | | * | Corrections to specs and export suitable event specs | Matthew Sackman | 2010-08-02 | 1 | -4/+21 |
| | | * | Attempt to improve specs. | Simon MacMullen | 2010-08-02 | 1 | -6/+16 |
| | | * | Merge default into bug21387. | Simon MacMullen | 2010-08-02 | 18 | -364/+578 |
| | | |\ | |||||
| | | * | | Re-abstract the stats timer thing in reader. | Simon MacMullen | 2010-07-30 | 2 | -13/+27 |
| | | * | | Add an attempt at specs. The second part of the state type should not be an a... | Simon MacMullen | 2010-07-29 | 1 | -0/+8 |
| | | * | | Fix warning. | Simon MacMullen | 2010-07-29 | 1 | -1/+1 |
| | | * | | Revert reader changes in 1451c9523971 sicne they force us to start / stop a t... | Simon MacMullen | 2010-07-29 | 1 | -19/+14 |
| | | * | | Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping whe... | Simon MacMullen | 2010-07-29 | 4 | -40/+36 |
| | | * | | Refactor: abstract some things into rabbit_event. | Simon MacMullen | 2010-07-29 | 5 | -68/+91 |
| | | * | | Construct channel creation event as a comprehension. | Simon MacMullen | 2010-07-29 | 1 | -29/+28 |
| | | * | | Typo. | Simon MacMullen | 2010-07-28 | 1 | -1/+1 |
| | | * | | Clean up tests a bit, avoid the retry count and sleeping. | Simon MacMullen | 2010-07-28 | 2 | -18/+21 |
| | | * | | Don't need retries the first time through. | Simon MacMullen | 2010-07-28 | 1 | -1/+1 |
| | | * | | Merge default into bug21387 | Simon MacMullen | 2010-07-28 | 8 | -68/+175 |
| | | |\ \ | |||||
| | | * | | | cosmetics | Matthew Sackman | 2010-07-27 | 1 | -3/+0 |
| | | * | | | Rename these to avoid name clashes in the management plugin. | Simon MacMullen | 2010-07-27 | 1 | -3/+3 |
| | | * | | | Oops, don't turn into a timer bomb. | Simon MacMullen | 2010-07-26 | 2 | -2/+2 |
| | | * | | | Send a stats event as soon as you wake up. | Simon MacMullen | 2010-07-26 | 2 | -0/+2 |
| | | * | | | Use apply_interval rather than apply_after, cosmetics. | Simon MacMullen | 2010-07-26 | 3 | -12/+9 |
| | | * | | | Make statistics collection into an application parameter, switched off by def... | Simon MacMullen | 2010-07-26 | 4 | -31/+59 |
| | | * | | | Tweak priorities a bit. | Simon MacMullen | 2010-07-26 | 2 | -3/+3 |
| | | * | | | Revert to the prior, process dictionary-based way of storing statistics. | Simon MacMullen | 2010-07-26 | 1 | -52/+38 |
