summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Added missing const qualifiers to Buffer get functions.Alan Conway2013-05-221-3/+4
* QPID-4629 Improve validation of received frames.Andrew Stitcher2013-03-052-1/+2
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-2/+11
* QPID-4368: Updated protocol version header handling to recognise 1.0 headersGordon Sim2012-10-191-2/+9
* NO-JIRA: Correct template to be strictly standards comformant (work with clan...Andrew Stitcher2012-06-141-1/+1
* QPID-3603: Failover optimization restored.Alan Conway2012-05-281-3/+9
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKenneth Anthony Giusti2012-05-251-1/+1
* QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-221-0/+3
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-162-2/+2
* QPID-4004: Cruft in qpid::framing::Buffer class should be removedAndrew Stitcher2012-05-161-36/+14
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-281-10/+12
* QPID-3893: C++ broker appears to segfault during MultipleTransactedBatchProdu...Andrew Stitcher2012-03-151-7/+13
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-061-9/+9
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+3
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-14/+13
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-2/+3
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-202-6/+6
* QPID-2643 Building QPID with Visual Studio 2010Charles E. Rolke2011-08-041-0/+1
* NO-JIRA - Fixed two EXTERN declarations in FieldTable.hTed Ross2011-07-151-2/+2
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-0/+2
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-1710-53/+53
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-0/+13
* Moved ResizableBuffer.h from include to src. Not part of the public API.Alan Conway2011-01-211-60/+0
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-201-0/+60
* Squish some "could lose data" compile warnings from MSVC.Stephen D. Huston2010-11-011-1/+2
* Eliminate windows warningAndrew Stitcher2010-06-041-1/+1
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-091-0/+1
* Add missing QPID_COMMON_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-011-1/+1
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-0/+1
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-0/+10
* Add missing QPID_COMMON_EXTERN to pair-returning insert() - it's now called b...Stephen D. Huston2010-02-021-1/+1
* Alter type of array index variableGordon Sim2010-01-181-2/+2
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-0/+16
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-2/+1
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-051-1/+1
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-111-4/+0
* Support for restarting a persistent cluster.Alan Conway2009-11-241-1/+3
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Some QPID_COMMON_EXTERNs missed from previous uuid commitAndrew Stitcher2009-09-011-3/+3
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-311-15/+12
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-312-1/+3
* Added QPID_COMMON_EXPORT to convertIfRequired to satisfy Windows build.Stephen D. Huston2009-08-221-1/+1
* Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in ...Stephen D. Huston2009-08-201-1/+1
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-201-2/+3
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-203-3/+198
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-1511-0/+1137