| Commit message (Expand) | Author | Age | Files | Lines |
* | only trigger stats emission from writers in the serverbug23225 | Matthias Radestock | 2012-11-02 | 1 | -12/+31 |
* | ensure connection stats emission for write-only connections | Matthias Radestock | 2012-11-01 | 1 | -30/+34 |
* | reduce number of system calls by batching socket writesbug24764 | Matthias Radestock | 2012-03-20 | 1 | -50/+60 |
* | credit_flow-like throttling of queue->writer message flow | Matthias Radestock | 2012-02-07 | 1 | -0/+3 |
* | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
* | get rid of debug and message logging | Matthias Radestock | 2012-01-26 | 1 | -2/+0 |
* | merge default into bug23056 | Alexandru Scvortov | 2011-08-05 | 1 | -5/+5 |
|\ |
|
| * | cosmetic - comment indentation | Matthias Radestock | 2011-03-04 | 1 | -5/+5 |
* | | merge from default | Alexandru Scvortov | 2011-02-23 | 1 | -28/+11 |
|\ \
| |/ |
|
| * | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
| * | Get rid of -import() statments. | Marek Majkowski | 2010-12-08 | 1 | -2/+0 |
* | | Redid bug23056 changes atop newer base. | John DeTreville | 2010-12-02 | 1 | -0/+3 |
|/ |
|
* | Merged bug23532 into default | Simon MacMullen | 2010-12-02 | 1 | -12/+29 |
|\ |
|
| * | Tone down the claims in the optimisation comment.bug23532 | Simon MacMullen | 2010-12-02 | 1 | -2/+2 |
| * | let frame interleaving happen | Matthias Radestock | 2010-11-24 | 1 | -12/+29 |
* | | flesh out writer API for completeness | Matthias Radestock | 2010-11-28 | 1 | -2/+14 |
|/ |
|
* | yet more spec fixes | Matthias Radestock | 2010-11-06 | 1 | -2/+3 |
* | cosmetic | Matthias Radestock | 2010-09-01 | 1 | -2/+2 |
* | simplifying refactor | Matthias Radestock | 2010-09-01 | 1 | -30/+19 |
* | fixing premature generalisationbug23215 | Vlad Alexandru Ionescu | 2010-09-01 | 1 | -18/+15 |
* | making gen:call label constant; separating calls handling | Vlad Alexandru Ionescu | 2010-09-01 | 1 | -19/+22 |
* | fixing unreachable function clause | Vlad Alexandru Ionescu | 2010-09-01 | 1 | -6/+6 |
* | Cosmetics | Matthew Sackman | 2010-08-13 | 1 | -6/+6 |
* | Remove writer flush and improve sync methods | Matthew Sackman | 2010-08-13 | 1 | -26/+20 |
* | remove dead code | Matthias Radestock | 2010-08-13 | 1 | -1/+1 |
* | Fixes all over. Still more to do, though mainly API fixes. Functionality seem... | Matthew Sackman | 2010-08-09 | 1 | -12/+22 |
* | A ginormous amount of debitrotting, rewriting, debugging and refactoring to m... | Matthew Sackman | 2010-08-02 | 1 | -14/+18 |
|\ |
|
| * | Fixed channel shutdown mechanisms | Matthew Sackman | 2010-07-21 | 1 | -7/+9 |
| * | Well the rabbit_tests now pass owing to being able to support a very similar ... | Matthew Sackman | 2010-07-21 | 1 | -4/+2 |
| * | Merging default into bug 15930 and a little debitrotting | Matthew Sackman | 2010-07-19 | 1 | -12/+27 |
| |\ |
|
| * | | And now the channel, writer, limiter and framing_channel are also all suitabl... | Matthew Sackman | 2010-07-06 | 1 | -8/+12 |
| * | | As a first step, get the channel, framing channel, and writer to exit with sh...15930 | Matthew Sackman | 2010-07-06 | 1 | -1/+1 |
* | | | Merge default into bug22889.bug22889 | Simon MacMullen | 2010-07-30 | 1 | -10/+10 |
|\ \ \ |
|
| * | | | consistently return {ok, Pid} from start_{link} functionsbug23032 | Matthias Radestock | 2010-07-29 | 1 | -10/+8 |
| | |/
| |/| |
|
* | | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 1 | -10/+26 |
|\ \ \
| |/ / |
|
| * | | merged default into bug21954 | Alexandru Scvortov | 2010-07-06 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Ensure that after asking the writer to exit, we unlink from it. We're usually...bug22938 | Matthew Sackman | 2010-07-05 | 1 | -0/+1 |
| * | | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -9/+18 |
| * | | moved common types rabbit_types; move net types to rabbit_networking | Alexandru Scvortov | 2010-07-06 | 1 | -4/+4 |
| * | | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -10/+18 |
| |/ |
|
* | | Merged heads | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec. | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
* | | | cosmetic | Matthias Radestock | 2010-07-02 | 1 | -1/+1 |
|/ / |
|
* | | Remove the rabbit_framing shim, pass around a module name and use that. | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
* | | Replace some stuff I stripped out that's used by the Erlang client. | Simon MacMullen | 2010-06-25 | 1 | -1/+9 |
* | | Add protocol to reader and writer state, and pass it around in enough places ... | Simon MacMullen | 2010-06-24 | 1 | -38/+42 |
|/ |
|
* | fixed specs | Alexandru Scvortov | 2010-06-09 | 1 | -5/+5 |
* | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -3/+3 |
* | cosmetic: squash trailing whitespace | Matthias Radestock | 2010-01-27 | 1 | -1/+1 |
* | merging in from default | Matthew Sackman | 2009-08-25 | 1 | -3/+33 |
|\ |
|