summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-191-1/+1
* 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
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-4/+4
* Added missing .h files to Makefile.am to fix make rpmbuild.Alan Conway2008-04-172-2/+6
* Fix encoding for sized structs.Alan Conway2008-04-161-9/+13
* Fix bug in Blob::assign assigning from an empty blob.Alan Conway2008-04-161-0/+1
* Fix to struct32 encodingGordon Sim2008-04-141-1/+1
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-142-0/+14
* Summary: added 0-10 Array encoding and decoding.Alan Conway2008-04-081-5/+7
* Added a dump method to buffer for debugging io (patch from rafaels@redhat.com)Gordon Sim2008-04-012-0/+20
* Allow zero sized arrays (with no typecode or count)Gordon Sim2008-03-311-17/+19
* Updated xml fragment to reflect correct types for connection.start.mechanisms...Gordon Sim2008-03-314-1/+34
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-252-2/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-3/+4
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-183-2/+8
* rubygen/0-10/specification.rb:Alan Conway2008-03-111-11/+1
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-061-2/+6
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-1/+4
* Further updates to support final 0-10 specGordon Sim2008-03-043-5/+5
* Completed holders, visitors and serialization for 0-10 commands and controls.Alan Conway2008-03-041-1/+2
* Fixed consolidation of ranges and added further validation to tests.Gordon Sim2008-03-031-6/+10
* A further step to final 0-10 spec.Gordon Sim2008-03-0310-4/+332
* - Added Buffer::Iterator so amqp_0_10::Codec can use a BufferAlan Conway2008-02-293-3/+104
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-291-1/+1
* QPID-820 from trossCarl C. Trieloff2008-02-282-1/+55
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-252-0/+2
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-1/+1
* AMQP 0-10 type system:Alan Conway2008-02-212-0/+6
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-132-3/+37
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-291-6/+4