Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | react to memory pressure by pausing socket receive | Matthias Radestock | 2010-08-02 | 2 | -89/+30 | |
* | | | | | | | 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 deletedbug20078 | Matthias Radestock | 2010-08-05 | 1 | -6/+2 | |
* | | | | | | | | Merge bug23077 into default. | Simon MacMullen | 2010-08-05 | 5 | -14/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge bug23060 into default. | Simon MacMullen | 2010-08-05 | 1 | -8/+9 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | synchronously delete exclusive queues on server-initiated closebug23060 | Matthias Radestock | 2010-08-04 | 1 | -8/+9 | |
| * | | | | | | | | | cosmetic | Matthias Radestock | 2010-08-05 | 4 | -6/+6 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | hide rabbit_event initialisation detailsbug23077 | Matthias Radestock | 2010-08-04 | 2 | -1/+6 | |
* | | | | | | | | | better description for rabbit_event | Matthias Radestock | 2010-08-04 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | more useful comment | Matthias Radestock | 2010-08-04 | 1 | -1/+2 | |
* | | | | | | | | bug23071 into default | Marek Majkowski | 2010-08-04 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use now() instead of os:timestamp() for compatibility. now() uses a per-node ...bug23071 | Simon MacMullen | 2010-08-04 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge bug22964 into default. | Simon MacMullen | 2010-08-04 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
* | | | | | | | | Cosmetics.bug22964 | 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 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge bug23059 into default. | Simon MacMullen | 2010-08-04 | 2 | -8/+6 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | make queue collector shutdown asynchronousbug23059 | 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 | |
| * | | | | | | Merging bug 23048 onto default (again) | Matthew Sackman | 2010-08-03 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Correct missing _ prefixbug23048 | Matthew Sackman | 2010-08-03 | 1 | -1/+1 | |
| * | | | | | | | Merging default onto bug 23048 | Matthew Sackman | 2010-08-03 | 1 | -4/+2 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Merging bug 23048 onto default | Matthew Sackman | 2010-08-03 | 1 | -4/+2 | |
| | |\ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | 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 | 17 | -100/+639 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Provide a better protocol() type | Matthew Sackman | 2010-08-03 | 1 | -1/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Merging bug 21387 onto default | Matthew Sackman | 2010-08-02 | 10 | -42/+76 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merging bug 23022 onto default | Matthew Sackman | 2010-08-02 | 19 | -290/+359 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | added connection_exit() and channel_exit() to relevant function specsbug23022 | Alexandru Scvortov | 2010-07-30 | 8 | -39/+74 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Corrections to specs and export suitable event specsbug21387 | 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 | 11 | -60/+538 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | 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 | 11 | -42/+482 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | 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 |