summaryrefslogtreecommitdiff
path: root/src/rabbit_binary_generator.erl
Commit message (Expand)AuthorAgeFilesLines
* or should be orelse; cosmeticbug22180Vlad Alexandru Ionescu2010-10-111-7/+7
* fixing merge conflictsVlad Alexandru Ionescu2010-09-161-16/+12
* merging in from defaultVlad Alexandru Ionescu2010-09-161-2/+2
* merging in from defaultVlad Alexandru Ionescu2010-09-161-0/+51
|\
| * merging in from defaultVlad Ionescu2010-07-141-0/+51
| |\
| | * merging in from defaultVlad Ionescu2010-05-141-0/+51
| | |\
| | | * unsplitting map_exception; erlang client will be using map_exception directlyVlad Ionescu2010-01-211-16/+9
| | | * moving rabbit_reader:map_exception/2 to rabbit_binary_generator and spliting ...Vlad Ionescu2010-01-211-0/+58
* | | | handle transcoding of content when it is not available decodedMatthias Radestock2010-08-071-1/+10
* | | | cosmeticMatthias Radestock2010-08-071-2/+2
* | | | Remove maybe_encode_propertiesSimon MacMullen2010-07-091-21/+8
* | | | put the 'none' check back into ensure_content_encodedMatthias Radestock2010-07-091-1/+3
* | | | Merge default into bug22889Simon MacMullen2010-07-091-7/+14
|\ \ \ \ | |/ / /
| * | | cleanupAlexandru Scvortov2010-07-061-5/+8
| * | | moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-3/+3
| * | | better typesAlexandru Scvortov2010-07-021-1/+1
| * | | partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-6/+9
* | | | Store protocol with encoded properties, use it to transcode if needed.Simon MacMullen2010-07-091-8/+16
* | | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec.Simon MacMullen2010-07-021-14/+14
* | | | Remove the rabbit_framing shim, pass around a module name and use that.Simon MacMullen2010-07-021-4/+5
* | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ...Simon MacMullen2010-06-241-11/+3
* | | | Rename protocol constant.Simon MacMullen2010-06-241-2/+2
* | | | Add protocol to reader and writer state, and pass it around in enough places ...Simon MacMullen2010-06-241-8/+9
* | | | Fix up connection.close/ok and basic consume. I think we're now talking real ...Simon MacMullen2010-06-231-1/+8
|/ / /
* | | fixed specsAlexandru Scvortov2010-06-091-1/+1
* | | handling the case of empty payload in rabbit_binary_generator:build_content_f...bug22761Vlad Ionescu2010-05-141-4/+5
|/ /
* | re-fragment contentbug21974Matthias Radestock2010-04-231-25/+28
* | Merging bug22332 onto defaultMatthew Sackman2010-02-101-3/+3
|\ \
| * | update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* | | improving shortstr overflow checkingVlad Ionescu2010-01-291-5/+12
|/ /
* | flesh out binary_generator APIMatthias Radestock2010-01-271-0/+19
* | cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-1/+1
|/
* Support field-arrays in the parser. This involves a similar factoringbug21929Michael Bridgen2009-11-111-1/+1
* Refactoring of encoding code, so that it uses the table encoding erm,Michael Bridgen2009-11-101-54/+41
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+271