| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for broker wraparound problem. | Alan Conway | 2008-06-13 | 1 | -2/+13 |
| * | Request a timely reqply to session.completed based on configured flush interval. | Alan Conway | 2008-06-04 | 1 | -1/+1 |
| * | Increased default flush interval to 1MB, send spontaneous known-completed at ... | Alan Conway | 2008-06-04 | 1 | -3/+5 |
| * | Improve performance of synchronous publication by not requesting known-comple... | Gordon Sim | 2008-06-02 | 1 | -1/+2 |
| * | QPID-1087 | Ted Ross | 2008-05-21 | 2 | -14/+8 |
| * | Support for AMQP 0-10 sessions in C++ broker. | Alan Conway | 2008-05-20 | 2 | -35/+37 |
| * | QPID-1050: Patch from Ted Ross: | Gordon Sim | 2008-05-12 | 2 | -8/+14 |
| * | Support for 0-10 sessions, not yet integrated. Misc minor fixes. | Alan Conway | 2008-05-09 | 2 | -0/+391 |
| * | - SequenceSet implemented on RangeSet. | Alan Conway | 2008-04-23 | 1 | -2/+7 |
| * | Moved federation to final 0-10 codepath | Gordon Sim | 2008-04-22 | 2 | -6/+17 |
| * | Patch for improved compatibility with gcc 3.4 and boost 1.33 | Andrew Stitcher | 2008-04-17 | 1 | -2/+2 |
| * | Fix encoding for sized structs. | Alan Conway | 2008-04-16 | 11 | -66/+248 |
| * | Fix build error - missing op << for Struct32. | Alan Conway | 2008-04-15 | 2 | -0/+33 |
| * | Correct Struct32 encoding: size/code/data. | Alan Conway | 2008-04-15 | 6 | -7/+80 |
| * | Fix build error: MapValue SIZE was too small for Struct32. | Alan Conway | 2008-04-15 | 1 | -1/+5 |
| * | Struct32 encoding | Alan Conway | 2008-04-15 | 11 | -29/+113 |
| * | amqp_0_10: Encoding for packed structs. | Alan Conway | 2008-04-10 | 4 | -25/+40 |
| * | Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example. | Alan Conway | 2008-04-10 | 2 | -17/+42 |
| * | Summary: added 0-10 Array encoding and decoding. | Alan Conway | 2008-04-08 | 14 | -52/+276 |
| * | src/qpid/amqp_0_10/Body.h, Header.h: placeholders. | Alan Conway | 2008-04-07 | 10 | -381/+404 |
| * | Fix rhel5 build errors. | Alan Conway | 2008-04-07 | 1 | -0/+1 |
| * | Encoding/decoding for packed structs and optional members. | Alan Conway | 2008-04-07 | 3 | -85/+151 |
| * | src/qpid/amqp_0_10/Exception.h | Alan Conway | 2008-04-04 | 4 | -7/+189 |
| * | src/qpid/amqp_0_10/Assembly.cpp,.h: | Alan Conway | 2008-04-04 | 3 | -159/+5 |
| * | qpid/Serializer.h, qpid/amqp_0_10/Codec.h: | Alan Conway | 2008-04-03 | 1 | -10/+24 |
| * | rubygen/0-10/exceptions.rb: | Alan Conway | 2008-04-03 | 1 | -2/+2 |
| * | src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily. | Alan Conway | 2008-04-03 | 6 | -57/+44 |
| * | amqp_0_10/built_in_types.h | Alan Conway | 2008-04-03 | 4 | -53/+153 |
| * | Fix serialize test failure on 64 bit architerctures. | Alan Conway | 2008-04-03 | 1 | -1/+1 |
| * | Fix compile error on rhel5. | Alan Conway | 2008-04-02 | 1 | -1/+1 |
| * | Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownType | Alan Conway | 2008-04-02 | 7 | -45/+498 |
| * | Fix compile errors/warnings with gcc 4.3 | Alan Conway | 2008-03-25 | 2 | -1/+2 |
| * | Make AsyncIOAcceptor multi-protocol: | Alan Conway | 2008-03-18 | 2 | -0/+159 |
| * | Fix build failure. | Alan Conway | 2008-03-12 | 1 | -2/+2 |
| * | rubygen/0-10/specification.rb: | Alan Conway | 2008-03-11 | 12 | -94/+733 |
| * | Completed holders, visitors and serialization for 0-10 commands and controls. | Alan Conway | 2008-03-04 | 8 | -149/+275 |
| * | - Added Buffer::Iterator so amqp_0_10::Codec can use a Buffer | Alan Conway | 2008-02-29 | 1 | -0/+15 |
| * | Template visitors for amqp_0_10::Command, Control and Struct. | Alan Conway | 2008-02-29 | 7 | -122/+179 |
| * | Generating domains, structs, commands and controls for 0-10 final spec. | Alan Conway | 2008-02-27 | 1 | -25/+7 |
| * | Generate code for both 0-99 preview and 0-10 final specs . | Alan Conway | 2008-02-27 | 3 | -29/+79 |
| * | Fixed rubygen to skip unchanged generated files, prevents needless | Alan Conway | 2008-02-22 | 2 | -0/+85 |
| * | AMQP 0-10 type system: | Alan Conway | 2008-02-21 | 3 | -0/+342 |