| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename size() to encodedSize() for encoded types to allow std collection inte... | Alan Conway | 2008-10-07 | 1 | -4/+4 |
| * | Resolve QPID-1311 | Stephen D. Huston | 2008-10-02 | 1 | -1/+1 |
| * | Enabled management, add cluster shutdown command. | Alan Conway | 2008-09-25 | 2 | -3/+10 |
| * | Batch writing of outgoing messages (up to one buffers worth) | Gordon Sim | 2008-09-23 | 1 | -4/+5 |
| * | Fixed error handling session-busy condition on broker. | Alan Conway | 2008-09-22 | 2 | -5/+8 |
| * | Generate c++ enum types for AMQP enums in framing/enum.h. | Alan Conway | 2008-09-09 | 1 | -5/+6 |
| * | Cluster multicasts buffers rather than frames. | Alan Conway | 2008-09-03 | 1 | -1/+1 |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 2 | -9/+20 |
| * | Pre-buffering output strategy for cluster. | Alan Conway | 2008-08-21 | 2 | -8/+20 |
| * | Cluster: shadow connections, fix lifecycle & valgrind issues. | Alan Conway | 2008-07-17 | 2 | -9/+9 |
| * | HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch... | Alan Conway | 2008-07-08 | 2 | -6/+5 |
| * | Cluster prototype: handles client-initiated commands (not dequeues) | Alan Conway | 2008-07-04 | 2 | -5/+7 |
| * | 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 |