summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-1511-1137/+0
* Add directory to #includeAlan Conway2009-07-1456-116/+116
* Fix out-of-range vector access; fixes QPID-1957Stephen D. Huston2009-06-261-1/+2
* Added const to the Uuid constructor argument.Ted Ross2009-06-251-2/+2
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-162-78/+21
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-112-1/+138
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-111-1/+2
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-111-1/+2
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-062-3/+3
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-062-2/+3
* Added missing const clause for putBin128.Ted Ross2009-04-242-2/+2
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-2/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-1222-234/+256
* Add missing #includes to build with gcc 4.4.Alan Conway2009-03-101-0/+1
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-092-5/+0
* Fixed race conditions in cluster.Alan Conway2009-03-081-1/+2
* Complete change started by r749621: "Avoid use of std::vector::data(), not av...Gordon Sim2009-03-031-1/+1
* Avoid use of std::vector::data(), not available on some platforms.Alan Conway2009-03-031-1/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-022-2/+19
* Cluster support for message time-to-live.Alan Conway2009-02-092-0/+8
* Replace assertion with exception.Alan Conway2009-01-231-8/+10
* Optimization: cache results of AMQFrame::encodedSize().Alan Conway2009-01-222-10/+33
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-2216-399/+153
* Additional latency measurement points.Alan Conway2009-01-211-1/+2
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-202-2/+19
* Fix encoding 0-length values; resolves QPID-1449Stephen D. Huston2008-12-231-2/+4
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-192-2/+2
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-041-1/+2
* Added a copy constructor and assignment operator to FieldTable.Ted Ross2008-11-262-0/+15
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-2/+12
* fixed encoding of 64 bit types and added additional tests for 64 bit integersRafael H. Schloming2008-11-111-1/+1