summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10
Commit message (Expand)AuthorAgeFilesLines
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-4/+4
* Resolve QPID-1311Stephen D. Huston2008-10-021-1/+1
* Enabled management, add cluster shutdown command.Alan Conway2008-09-252-3/+10
* Batch writing of outgoing messages (up to one buffers worth)Gordon Sim2008-09-231-4/+5
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-222-5/+8
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-5/+6
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-292-9/+20
* Pre-buffering output strategy for cluster.Alan Conway2008-08-212-8/+20
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-172-9/+9
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-082-6/+5
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-042-5/+7
* 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