summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* QPID-6256: Improved handling of protocol version incompatibilitiesGordon Sim2015-06-171-0/+1
* QPID-6470: Fix float conversion problems.Alan Conway2015-04-165-141/+145
* QPID-6470: FieldValue::getFloatingPointValue() converts endian each time it i...Alan Conway2015-04-034-9/+9
* QPID-6310: handle maximal rangeGordon Sim2015-01-231-2/+23
* QPID-6310: check validity of ranges when decoding sequence setGordon Sim2015-01-131-1/+5
* QPID-5910Michael Goulish2014-07-221-0/+3
* QPID-5871: Remove unused generated code and dependent codeAndrew Stitcher2014-07-032-181/+0
* QPID-3921: Removed unused header includesAndrew Stitcher2014-07-021-3/+0
* QPID-5828: Drop expired incoming messagesGordon Sim2014-06-232-4/+29
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-241-3/+2
* QPID-5488: Fix Amqp protocol version printingAndrew Stitcher2014-01-172-9/+9
* QPID-5489: Uuid code improvementsAndrew Stitcher2014-01-172-106/+15
* QPID-4327: Include file moved to correct placeAndrew Stitcher2013-10-291-0/+106
* QPID-5134: Export specialized versions of qpid::framing::Buffer::getUIntAndrew Stitcher2013-09-161-8/+8
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-011-6/+8
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-2612-0/+1389
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-102-43/+0
* QPID-4629 Improve validation of received frames.Andrew Stitcher2013-03-052-24/+37
* QPID-4579: Fixes building Qpid under the latest GCC (4.8.0).Darryl L. Pierce2013-02-121-19/+24
* NO-JIRA: Repair include guards that are absent or fail to encompass everything.Charles E. Rolke2012-12-201-4/+4
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-4/+10
* QPID-4368: Updated protocol version header handling to recognise 1.0 headersGordon Sim2012-10-192-8/+31
* 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