Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expand and rewrite testsbug23091 | Matthias Radestock | 2010-08-08 | 1 | -9/+27 |
* | improve test coverage | Matthias Radestock | 2010-08-07 | 1 | -0/+28 |
* | handle transcoding of content when it is not available decoded | Matthias Radestock | 2010-08-07 | 1 | -1/+10 |
* | cosmetic | Matthias Radestock | 2010-08-07 | 2 | -4/+4 |
* | no protocol in rabbit_binary_parser:ensure_content_decoded | Matthias Radestock | 2010-08-07 | 3 | -11/+9 |
* | Merge bug23035, list activated plugins | Michael Bridgen | 2010-08-06 | 1 | -3/+4 |
|\ | |||||
| * | Print a count + list of plugins that are activated.bug23035 | Simon MacMullen | 2010-08-03 | 1 | -3/+4 |
* | | merge bug23083 into default | Matthias Radestock | 2010-08-06 | 1 | -5/+19 |
|\ \ | |||||
| * | | tweakbug23083 | Matthias Radestock | 2010-08-06 | 1 | -15/+15 |
| * | | tweak | Matthias Radestock | 2010-08-06 | 1 | -12/+11 |
| * | | don't depend on exceptions | Matthias Radestock | 2010-08-06 | 1 | -13/+15 |
| * | | map/filter at the same time | Alexandru Scvortov | 2010-08-06 | 1 | -13/+11 |
| * | | more informative failure messages | Alexandru Scvortov | 2010-08-06 | 1 | -11/+16 |
| * | | table columns also need to be in the same order | Alexandru Scvortov | 2010-08-06 | 1 | -2/+1 |
| * | | 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 |
* | | | cosmetic | Matthias Radestock | 2010-08-06 | 1 | -1/+2 |
* | | | Merging bug 23027 onto default | Matthew Sackman | 2010-08-05 | 2 | -5/+4 |
|\ \ \ | |||||
| * | | | nicer error messages | Matthias Radestock | 2010-08-05 | 2 | -5/+4 |
| |/ / | |||||
* | | | Minor improvementbug23027 | Matthew Sackman | 2010-08-05 | 1 | -1/+1 |
* | | | merge default into bug23027 | Matthias Radestock | 2010-08-05 | 4 | -239/+114 |
|\ \ \ | |/ / |/| | | |||||
| * | | correct horrendous coding mistake | Matthew Sackman | 2010-08-03 | 1 | -1/+1 |
| * | | Merging default into bug 23027 | Matthew Sackman | 2010-08-03 | 14 | -105/+637 |
| |\ \ | |||||
| * | | | remove dead code | Matthias Radestock | 2010-08-02 | 1 | -123/+0 |
| * | | | update reader state docs | Matthias Radestock | 2010-08-02 | 1 | -0/+11 |
| * | | | don't overload meaning of 'callback' | Matthias Radestock | 2010-08-02 | 1 | -7/+9 |
| * | | | fold the memory conservation status into the connection state | Matthias Radestock | 2010-08-02 | 1 | -24/+33 |
| * | | | only stop reading from clients that publish while memory is tight | Matthias Radestock | 2010-08-02 | 1 | -8/+14 |
| * | | | pause/resume heartbeat monitor as required | Matthias Radestock | 2010-08-02 | 2 | -11/+43 |
| * | | | remove unused type | Matthias Radestock | 2010-08-02 | 1 | -1/+0 |
| * | | | merge heads | Matthias Radestock | 2010-08-02 | 14 | -363/+345 |
| |\ \ \ | |||||
| | * | | | 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 |
* | | | | | | Use now() instead of os:timestamp() for compatibility. now() uses a per-node ...bug23071 | Simon MacMullen | 2010-08-04 | 1 | -1/+2 |
* | | | | | | 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 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | make queue collector shutdown asynchronousbug23059 | Matthias Radestock | 2010-08-03 | 2 | -8/+6 |
| | |_|/ / | |/| | | |