Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge bug25374 | Simon MacMullen | 2014-03-19 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright for 2014bug25940 | Simon MacMullen | 2014-03-17 | 1 | -1/+1 |
| | | |||||
* | | change AMQP codec field type 'b' interpretationbug25374 | Matthias Radestock | 2014-03-17 | 1 | -1/+1 |
|/ | | | | | from unsigned to signed, in compliance with the spec and most clients. | ||||
* | grrr, forgot onebug25942 | Matthias Radestock | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | it turns out that dialyzer dislikes improper lists | Matthias Radestock | 2014-01-07 | 1 | -10/+10 |
| | | | | | ...and spits out "Cons will produce an improper list" errors *sigh* | ||||
* | some small codec optimisations | Matthias Radestock | 2014-01-02 | 1 | -32/+31 |
| | | | | | | - encode and decode field types as characters rather than strings - construct shallower iolists by cons'ing instead of appending - avoid construction of intermediate binary for tables and arrays | ||||
* | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -2/+2 |
| | |||||
* | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | code gen property encoder | Matthias Radestock | 2012-11-05 | 1 | -56/+1 |
| | | | | | | pretty much symmetric to decoder Involves renaming of the decoder helper funs, since those names are more meaningful for the encoder | ||||
* | ditch superfluous type mapping in codegen | Matthias Radestock | 2012-11-03 | 1 | -3/+3 |
| | |||||
* | cosmetic | Matthias Radestock | 2012-11-03 | 1 | -41/+43 |
| | |||||
* | cosmetic: vertical alignment / shrinkage | Matthias Radestock | 2012-11-03 | 1 | -48/+20 |
| | |||||
* | refactor: move constant and give it a better name | Matthias Radestock | 2012-06-12 | 1 | -21/+8 |
| | |||||
* | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | a few minor tweaks, essentially cosmetic | Matthias Radestock | 2011-09-30 | 1 | -7/+7 |
| | |||||
* | avoid creation of intermediate binaries by using io_lists | Matthias Radestock | 2011-09-30 | 1 | -3/+2 |
| | | | | This is worth 1-2% with "MCM -a" and two Erlang schedulers | ||||
* | cosmetic - comment indentation | Matthias Radestock | 2011-03-04 | 1 | -6/+7 |
| | |||||
* | Remove boolean shouldClose from response of bin_gen:map_exception | Matthew Sackman | 2011-02-11 | 1 | -15/+11 |
| | |||||
* | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
| | |||||
* | Fix bug. FTR, this mistake has been there since Sept 16th 2010 | Matthew Sackman | 2011-01-13 | 1 | -2/+1 |
| | |||||
* | Get rid of -import() statments. | Marek Majkowski | 2010-12-08 | 1 | -2/+0 |
| | |||||
* | yet more spec fixes | Matthias Radestock | 2010-11-06 | 1 | -2/+5 |
| | |||||
* | or should be orelse; cosmeticbug22180 | Vlad Alexandru Ionescu | 2010-10-11 | 1 | -7/+7 |
| | |||||
* | fixing merge conflicts | Vlad Alexandru Ionescu | 2010-09-16 | 1 | -16/+12 |
| | |||||
* | merging in from default | Vlad Alexandru Ionescu | 2010-09-16 | 1 | -2/+2 |
| | |||||
* | merging in from default | Vlad Alexandru Ionescu | 2010-09-16 | 1 | -0/+51 |
|\ | |||||
| * | merging in from default | Vlad Ionescu | 2010-07-14 | 1 | -0/+51 |
| |\ | |||||
| | * | merging in from default | Vlad Ionescu | 2010-05-14 | 1 | -0/+51 |
| | |\ | |||||
| | | * | unsplitting map_exception; erlang client will be using map_exception directly | Vlad Ionescu | 2010-01-21 | 1 | -16/+9 |
| | | | | |||||
| | | * | moving rabbit_reader:map_exception/2 to rabbit_binary_generator and spliting ↵ | Vlad Ionescu | 2010-01-21 | 1 | -0/+58 |
| | | | | | | | | | | | | | | | | it into amqp_exception/1 and map_exception/2 in order to use amqp_exception/1 in the erlang client | ||||
* | | | | handle transcoding of content when it is not available decoded | Matthias Radestock | 2010-08-07 | 1 | -1/+10 |
| | | | | |||||
* | | | | cosmetic | Matthias Radestock | 2010-08-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | - we only use quoted atoms in types and when quoting is needed - make existence check total - if it's the wrong type code further down the chain will barf anyway | ||||
* | | | | Remove maybe_encode_properties | Simon MacMullen | 2010-07-09 | 1 | -21/+8 |
| | | | | |||||
* | | | | put the 'none' check back into ensure_content_encoded | Matthias Radestock | 2010-07-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | it's safer and more obviously correct that way | ||||
* | | | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 1 | -7/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -5/+8 |
| | | | | |||||
| * | | | moved common types rabbit_types; move net types to rabbit_networking | Alexandru Scvortov | 2010-07-06 | 1 | -3/+3 |
| | | | | |||||
| * | | | better types | Alexandru Scvortov | 2010-07-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -6/+9 |
| | | | | |||||
* | | | | Store protocol with encoded properties, use it to transcode if needed. | Simon MacMullen | 2010-07-09 | 1 | -8/+16 |
| | | | | |||||
* | | | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec. | Simon MacMullen | 2010-07-02 | 1 | -14/+14 |
| | | | | |||||
* | | | | Remove the rabbit_framing shim, pass around a module name and use that. | Simon MacMullen | 2010-07-02 | 1 | -4/+5 |
| | | | | |||||
* | | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ↵ | Simon MacMullen | 2010-06-24 | 1 | -11/+3 |
| | | | | | | | | | | | | | | | | to choose. The codegen now builds header files that are the union of 0-8 and 0-9-1. | ||||
* | | | | Rename protocol constant. | Simon MacMullen | 2010-06-24 | 1 | -2/+2 |
| | | | | |||||
* | | | | Add protocol to reader and writer state, and pass it around in enough places ↵ | Simon MacMullen | 2010-06-24 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | to let us switch based on protocol. Remove a couple of unused exports while we're there. | ||||
* | | | | Fix up connection.close/ok and basic consume. I think we're now talking real ↵ | Simon MacMullen | 2010-06-23 | 1 | -1/+8 |
|/ / / | | | | | | | | | | AMQP 0-8. | ||||
* | | | fixed specs | Alexandru Scvortov | 2010-06-09 | 1 | -1/+1 |
| | | | |||||
* | | | handling the case of empty payload in ↵bug22761 | Vlad Ionescu | 2010-05-14 | 1 | -4/+5 |
|/ / | | | | | | | rabbit_binary_generator:build_content_frames/7 | ||||
* | | re-fragment contentbug21974 | Matthias Radestock | 2010-04-23 | 1 | -25/+28 |
| | | | | | | | | so we only produce the minimum number of frames necessary | ||||
* | | Merging bug22332 onto default | Matthew Sackman | 2010-02-10 | 1 | -3/+3 |
|\ \ |