Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |||||
| * | | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -3/+3 |
| | | | |||||
* | | | improving shortstr overflow checking | Vlad Ionescu | 2010-01-29 | 1 | -5/+12 |
|/ / | |||||
* | | flesh out binary_generator API | Matthias Radestock | 2010-01-27 | 1 | -0/+19 |
| | | | | | | | | ...for symmetry with binary_parser and because we need it in bug 21673 | ||||
* | | cosmetic: squash trailing whitespace | Matthias Radestock | 2010-01-27 | 1 | -1/+1 |
|/ | |||||
* | Support field-arrays in the parser. This involves a similar factoringbug21929 | Michael Bridgen | 2009-11-11 | 1 | -1/+1 |
| | | | | | | of field-value to the generator (since field-value is used both for field-table and field-array). Also fixed a dumb mistake in the array bit of rabbit_binary_generator. | ||||
* | Refactoring of encoding code, so that it uses the table encoding erm, | Michael Bridgen | 2009-11-10 | 1 | -54/+41 |
| | | | | code. Test case which mostly exercises the table encoding code. | ||||
* | Update copyrights.bug19974 | Tony Garnock-Jones | 2008-12-09 | 1 | -6/+12 |
| | |||||
* | Initial commit, from repo-rebase-20080703121916_default (e96543d904a2) | Tony Garnock-Jones | 2008-07-03 | 1 | -0/+271 |