summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10
Commit message (Expand)AuthorAgeFilesLines
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-112-1/+4
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-122-29/+31
* QPID-1711: Ensure the session state between the two peers in an inter-broker ...Gordon Sim2009-03-041-1/+0
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-1/+1
* Better error messages for not-attached exceptions.Alan Conway2009-01-292-36/+28
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-202-0/+7
* src/qpid/amqp_0_10/Connection.cpp: allow encoding to be concurrent with addin...Alan Conway2008-12-172-10/+23
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-082-0/+2
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-063-97/+18
* QPID-1413: disable output before sending detachGordon Sim2008-11-062-1/+2
* Removed unneeded forward refStephen D. Huston2008-10-301-1/+0
* Add missing include fileStephen D. Huston2008-10-301-0/+2
* 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