summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-282-4/+20
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-037-43/+30
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-044-40/+50
* 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