summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Non fucntional changesCarl C. Trieloff2008-11-062-11/+11
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-2/+2
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-044-38/+65
* Added truncation logic to putShortString and putMediumString in case strings ...Ted Ross2008-10-241-2/+4
* removed qualifiers from return values (cause problems on newer compilers)Gordon Sim2008-10-243-7/+3
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-245-4/+106
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-132-10/+11
* QPID-1351Carl C. Trieloff2008-10-134-4/+48
* Add uuid wrapper for Windows; resolves QPID-1328Stephen D. Huston2008-10-081-2/+2
* QPID-1327 - Event support for ManagementTed Ross2008-10-071-1/+3
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-073-5/+5
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-0728-53/+53
* Cluster join & brain-dumps working.Alan Conway2008-10-031-0/+3
* QPID 1306Carl C. Trieloff2008-10-032-5/+5
* Resolve QPID-1311Stephen D. Huston2008-10-021-12/+3
* Support floats and doubles in field tables.Gordon Sim2008-09-194-1/+60
* Return success indicator for getTable/getArray, cleanup implementation a little.Gordon Sim2008-09-193-23/+20
* Added support for nested field tables & arrays within a field table.Gordon Sim2008-09-194-55/+130
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-102-9/+4
* QPID-1174 Updates to the management frameworkTed Ross2008-09-031-0/+1
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-035-0/+123
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-191-1/+1
* Added signed integer datatypes for use in management schemasTed Ross2008-07-312-0/+40
* QPID-1198 (adapted): Change use of uuid lib not to assume const parametersAndrew Stitcher2008-07-302-7/+11
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-291-3/+3
* QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...Gordon Sim2008-07-251-1/+1
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-22/+2
* Remove unused Serializer code.Alan Conway2008-07-081-49/+0
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-1/+1
* QPID-1069: Patch from Steve Huston: Build with Boost 1.35Andrew Stitcher2008-06-201-1/+4
* Bring cluster code up to date.Alan Conway2008-06-182-16/+13