summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10
Commit message (Expand)AuthorAgeFilesLines
* Fix for broker wraparound problem.Alan Conway2008-06-131-2/+13
* Request a timely reqply to session.completed based on configured flush interval.Alan Conway2008-06-041-1/+1
* Increased default flush interval to 1MB, send spontaneous known-completed at ...Alan Conway2008-06-041-3/+5
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-021-1/+2
* QPID-1087Ted Ross2008-05-212-14/+8
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-202-35/+37
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-122-8/+14
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-092-0/+391
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-231-2/+7
* Moved federation to final 0-10 codepathGordon Sim2008-04-222-6/+17
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-2/+2
* Fix encoding for sized structs.Alan Conway2008-04-1611-66/+248
* Fix build error - missing op << for Struct32.Alan Conway2008-04-152-0/+33
* Correct Struct32 encoding: size/code/data.Alan Conway2008-04-156-7/+80
* Fix build error: MapValue SIZE was too small for Struct32.Alan Conway2008-04-151-1/+5
* Struct32 encodingAlan Conway2008-04-1511-29/+113
* amqp_0_10: Encoding for packed structs.Alan Conway2008-04-104-25/+40
* Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.Alan Conway2008-04-102-17/+42
* Summary: added 0-10 Array encoding and decoding.Alan Conway2008-04-0814-52/+276
* src/qpid/amqp_0_10/Body.h, Header.h: placeholders.Alan Conway2008-04-0710-381/+404
* Fix rhel5 build errors.Alan Conway2008-04-071-0/+1
* Encoding/decoding for packed structs and optional members.Alan Conway2008-04-073-85/+151
* src/qpid/amqp_0_10/Exception.hAlan Conway2008-04-044-7/+189
* src/qpid/amqp_0_10/Assembly.cpp,.h:Alan Conway2008-04-043-159/+5
* qpid/Serializer.h, qpid/amqp_0_10/Codec.h:Alan Conway2008-04-031-10/+24
* rubygen/0-10/exceptions.rb:Alan Conway2008-04-031-2/+2
* src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily.Alan Conway2008-04-036-57/+44
* amqp_0_10/built_in_types.hAlan Conway2008-04-034-53/+153
* Fix serialize test failure on 64 bit architerctures.Alan Conway2008-04-031-1/+1
* Fix compile error on rhel5.Alan Conway2008-04-021-1/+1
* Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownTypeAlan Conway2008-04-027-45/+498
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-252-1/+2
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-182-0/+159
* Fix build failure.Alan Conway2008-03-121-2/+2
* rubygen/0-10/specification.rb:Alan Conway2008-03-1112-94/+733
* Completed holders, visitors and serialization for 0-10 commands and controls.Alan Conway2008-03-048-149/+275
* - Added Buffer::Iterator so amqp_0_10::Codec can use a BufferAlan Conway2008-02-291-0/+15
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-297-122/+179
* Generating domains, structs, commands and controls for 0-10 final spec.Alan Conway2008-02-271-25/+7
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-273-29/+79
* Fixed rubygen to skip unchanged generated files, prevents needlessAlan Conway2008-02-222-0/+85
* AMQP 0-10 type system:Alan Conway2008-02-213-0/+342