summaryrefslogtreecommitdiff
path: root/src/rabbit_writer.erl
Commit message (Expand)AuthorAgeFilesLines
* Rename function, and GC for large messages on the way out, too.bug25850Simon MacMullen2014-10-061-0/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Revert changes to add proc_name via gen_server2, instead do it explicitly wit...bug25910Simon MacMullen2014-01-101-1/+1
* API tweak for the AMQP clientSimon MacMullen2014-01-081-9/+11
* Add queue_coordinator / queue_syncer / gm. Shift to getting gen_server2 to st...Simon MacMullen2013-12-101-1/+1
* RenameSimon MacMullen2013-12-101-3/+3
* A bit more abstraction, plus identities for heartbeater /Simon MacMullen2013-12-101-11/+10
* OopsSimon MacMullen2013-12-061-2/+2
* Store connection name in server writers (but not Erlang client ones)Simon MacMullen2013-12-061-15/+19
* Store some process identity in the process dictionary.Simon MacMullen2013-12-051-3/+7
* Introduce flow controlled versions of send_command() for the Erlang client to...bug25804Simon MacMullen2013-10-041-0/+22
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | Remove redundancy.bug25675Simon MacMullen2013-07-301-1/+1
* | Oops, missed one.Simon MacMullen2013-07-231-1/+1
* | Wire in support for system messages.Simon MacMullen2013-07-231-10/+36
|/
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* get the channel to flush the writerMatthias Radestock2013-01-211-7/+17
* Backed out changeset 0ca8cbef9720Matthias Radestock2013-01-211-17/+7
* get th channel to flush the writerMatthias Radestock2013-01-211-7/+17
* only trigger stats emission from writers in the serverbug23225Matthias Radestock2012-11-021-12/+31
* ensure connection stats emission for write-only connectionsMatthias Radestock2012-11-011-30/+34
* 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
| |\