summaryrefslogtreecommitdiff
path: root/src/rabbit_writer.erl
Commit message (Expand)AuthorAgeFilesLines
* reduce number of system calls by batching socket writesbug24764Matthias Radestock2012-03-201-50/+60
* credit_flow-like throttling of queue->writer message flowMatthias Radestock2012-02-071-0/+3
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* get rid of debug and message loggingMatthias Radestock2012-01-261-2/+0
* merge default into bug23056Alexandru Scvortov2011-08-051-5/+5
|\
| * cosmetic - comment indentationMatthias Radestock2011-03-041-5/+5
* | merge from defaultAlexandru Scvortov2011-02-231-28/+11
|\ \ | |/
| * Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
| * Get rid of -import() statments.Marek Majkowski2010-12-081-2/+0
* | Redid bug23056 changes atop newer base.John DeTreville2010-12-021-0/+3
|/
* Merged bug23532 into defaultSimon MacMullen2010-12-021-12/+29
|\
| * Tone down the claims in the optimisation comment.bug23532Simon MacMullen2010-12-021-2/+2
| * let frame interleaving happenMatthias Radestock2010-11-241-12/+29
* | flesh out writer API for completenessMatthias Radestock2010-11-281-2/+14
|/
* yet more spec fixesMatthias Radestock2010-11-061-2/+3
* cosmeticMatthias Radestock2010-09-011-2/+2
* simplifying refactorMatthias Radestock2010-09-011-30/+19
* fixing premature generalisationbug23215Vlad Alexandru Ionescu2010-09-011-18/+15
* making gen:call label constant; separating calls handlingVlad Alexandru Ionescu2010-09-011-19/+22
* fixing unreachable function clauseVlad Alexandru Ionescu2010-09-011-6/+6
* CosmeticsMatthew Sackman2010-08-131-6/+6
* Remove writer flush and improve sync methodsMatthew Sackman2010-08-131-26/+20
* remove dead codeMatthias Radestock2010-08-131-1/+1
* Fixes all over. Still more to do, though mainly API fixes. Functionality seem...Matthew Sackman2010-08-091-12/+22
* A ginormous amount of debitrotting, rewriting, debugging and refactoring to m...Matthew Sackman2010-08-021-14/+18
|\
| * Fixed channel shutdown mechanismsMatthew Sackman2010-07-211-7/+9
| * Well the rabbit_tests now pass owing to being able to support a very similar ...Matthew Sackman2010-07-211-4/+2
| * Merging default into bug 15930 and a little debitrottingMatthew Sackman2010-07-191-12/+27
| |\
| * | And now the channel, writer, limiter and framing_channel are also all suitabl...Matthew Sackman2010-07-061-8/+12
| * | As a first step, get the channel, framing channel, and writer to exit with sh...15930Matthew Sackman2010-07-061-1/+1
* | | Merge default into bug22889.bug22889Simon MacMullen2010-07-301-10/+10
|\ \ \
| * | | consistently return {ok, Pid} from start_{link} functionsbug23032Matthias Radestock2010-07-291-10/+8
| | |/ | |/|
* | | Merge default into bug22889Simon MacMullen2010-07-091-10/+26
|\ \ \ | |/ /
| * | merged default into bug21954Alexandru Scvortov2010-07-061-0/+1
| |\ \ | | |/
| | * Ensure that after asking the writer to exit, we unlink from it. We're usually...bug22938Matthew Sackman2010-07-051-0/+1
| * | cleanupAlexandru Scvortov2010-07-061-9/+18
| * | moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-4/+4
| * | partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-10/+18
| |/
* | Merged headsSimon MacMullen2010-07-021-1/+1
|\ \
| * | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec.Simon MacMullen2010-07-021-1/+1
* | | cosmeticMatthias Radestock2010-07-021-1/+1
|/ /
* | Remove the rabbit_framing shim, pass around a module name and use that.Simon MacMullen2010-07-021-1/+1
* | Replace some stuff I stripped out that's used by the Erlang client.Simon MacMullen2010-06-251-1/+9
* | Add protocol to reader and writer state, and pass it around in enough places ...Simon MacMullen2010-06-241-38/+42
|/
* fixed specsAlexandru Scvortov2010-06-091-5/+5
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-1/+1
* merging in from defaultMatthew Sackman2009-08-251-3/+33
|\
| * adding support for sync-ing the writer with the erlang client channelbug20539Vlad Ionescu2009-07-221-3/+33
* | Use rabbit_net layer in rabbit_writer.erlEssien Ita Essien2008-12-161-2/+2
|/