summaryrefslogtreecommitdiff
path: root/src/rabbit_binary_parser.erl
Commit message (Expand)AuthorAgeFilesLines
* ...and another stupid bugbug26444Simon MacMullen2014-11-031-1/+1
* That shouldn't be a complete copy-paste of the parse_table/1 version.Simon MacMullen2014-11-031-3/+2
* Inline parse_field_value/1 and thus prevent sub-binary construction in accord...Simon MacMullen2014-10-311-30/+73
* Merge bug25374Simon MacMullen2014-03-191-1/+1
|\
| * Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* | change AMQP codec field type 'b' interpretationbug25374Matthias Radestock2014-03-171-1/+1
|/
* Merge bug 25942Simon MacMullen2014-01-061-0/+18
|\
| * Use xmerl rather than maintain our own UTF-8 validator.bug25860Simon MacMullen2013-11-121-30/+7
| * Derp / cosmetic.Simon MacMullen2013-11-041-5/+2
| * Check UTF-8-ness of shortstrs in non-content-bearing methods. Note that we us...Simon MacMullen2013-11-041-0/+44
* | some small codec optimisationsMatthias Radestock2014-01-021-14/+14
|/
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* cosmetic: vertical alignment / shrinkageMatthias Radestock2012-11-031-33/+22
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* remove parse_properties (again) and rename testbug17162Alexandru Scvortov2011-10-181-54/+1
* small routing optimisation and re-add parse_propertiesAlexandru Scvortov2011-10-181-1/+54
* unroll property parserAlexandru Scvortov2011-10-171-54/+1
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Get rid of -import() statments.Marek Majkowski2010-12-081-2/+0
* cosmeticMatthias Radestock2010-08-071-2/+2
* no protocol in rabbit_binary_parser:ensure_content_decodedMatthias Radestock2010-08-071-6/+6
* Merge default into bug22889Simon MacMullen2010-07-091-4/+8
|\
| * moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-2/+2
| * partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-4/+7
* | Don't change the signature of ensure_content_decoded.Simon MacMullen2010-07-091-5/+4
* | Store protocol with encoded properties, use it to transcode if needed.Simon MacMullen2010-07-091-4/+5
* | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec.Simon MacMullen2010-07-021-5/+5
* | Remove the rabbit_framing shim, pass around a module name and use that.Simon MacMullen2010-07-021-1/+1
|/
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-1/+1
* Support field-arrays in the parser. This involves a similar factoringbug21929Michael Bridgen2009-11-111-27/+38
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+161