summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* QPID-4071: basic porting changes for solaris native compilerClifford Allan Jansen2012-06-172-2/+2
* QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-221-0/+7
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-162-5/+5
* NO-JIRA: Removed unused FileAndrew Stitcher2012-05-161-70/+0
* QPID-4004: Cruft in qpid::framing::Buffer class should be removedAndrew Stitcher2012-05-163-15/+7
* QPID-3958: Export added function definition to fix linking error on windowsGordon Sim2012-04-181-1/+1
* QPID-3958: Prevent malformed frameset being set when replicating a message wi...Gordon Sim2012-04-182-0/+5
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-04-031-8/+23
* QPID-3920: keep cache data and length atomic with respect to each other.Kenneth Anthony Giusti2012-03-281-5/+10
* NO-JIRA: Removed unused codeAndrew Stitcher2012-03-153-115/+0
* NO-JIRA: Remove some namespace polluting "using namespace boost" declarationsAndrew Stitcher2012-03-152-3/+4
* QPID-3893: C++ broker appears to segfault during MultipleTransactedBatchProdu...Andrew Stitcher2012-03-151-5/+39
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-054-5/+4
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-7/+29
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-38/+118
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-2/+31
* QPID-2323 Add Uuid to variantCharles E. Rolke2011-10-171-1/+3
* QPID-3445: Added some extra checks to decode logic; consolidated exception ha...Gordon Sim2011-08-242-1/+9
* QPID-3304: fixes to windows build, broken by r1148503Gordon Sim2011-07-201-1/+1
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-192-0/+10
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-4/+8
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-176-11/+11
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-0/+1
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID-3030: prevent buffer overflow when writing sequences of bytes.Kenneth Anthony Giusti2011-02-011-0/+5
* Moved ResizableBuffer.h from include to src. Not part of the public API.Alan Conway2011-01-211-0/+60
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-281-11/+32
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-152-0/+11
* QPID-2605: Fix to fragmentation logic for delivered messagesGordon Sim2010-05-171-3/+1
* This reverts r736810. In my testing (admittedly limited) I did not observe an...Gordon Sim2010-05-142-33/+10
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-2/+4
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-0/+15
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-258-0/+9
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-0/+3
* BodyHolder.cpp, .h removed. 0 bytes and no references to either one. Resolves...Stephen D. Huston2010-01-052-0/+0
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-051-1/+1
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-112-0/+11
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-111-134/+0
* Support for restarting a persistent cluster.Alan Conway2009-11-241-1/+1
* Changes to compile under SunCC 5.10Andrew Stitcher2009-11-181-1/+3
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-1/+3
* Remove extraneous space from exception message.Stephen D. Huston2009-10-291-1/+1
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-311-0/+31
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-201-0/+5
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-203-7/+126
* Removed spurious code in AMQFrame::~AMQFrame.Alan Conway2009-08-121-1/+1
* Optimized handling of accepts and completions.Alan Conway2009-08-121-0/+51
* Make AMQFrame::getMethod() safe on frames with no body.Alan Conway2009-07-311-2/+2