summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for broker wraparound problem.Alan Conway2008-06-131-1/+1
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-6/+12
* Use InlineVector for AMQFrame, reduces heap allocations by 13%.Alan Conway2008-06-022-3/+3
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-292-4/+12
* Removed obsolete src/qpid/client/SessionImpl.h .cppAlan Conway2008-05-272-275/+0
* Speculative "fix" for solaris compile errors discussed on qpid-dev.Alan Conway2008-05-261-2/+2
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-202-0/+8
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-096-16/+28
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-0/+5
* QPID-989: fix decode of zero sized mapGordon Sim2008-05-012-14/+16
* QPID-988 and QPID-989: fixes to framing for final 0-10 specGordon Sim2008-04-302-15/+11
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-292-2/+1
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-271-0/+2
* Generate c++ code from final 0-10 specGordon Sim2008-04-2416-162/+40
* Edits to doxygen comments for user documentation.Alan Conway2008-04-2415-59/+60
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-232-202/+42
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-221-1/+1
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-11/+15
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-204-8/+8
* fix ambiguity problem found on gcc 3.4 compilersKim van der Riet2008-04-181-1/+1
* src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.Alan Conway2008-04-181-0/+14