summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-293-210/+0
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-102-8/+7
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+3
* * Limited time allowed for reading on a single connection in a single go to 2msAndrew Stitcher2007-12-171-1/+1
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-282-3/+3
* perftest improvements.Alan Conway2007-11-272-5/+3
* QPID-689 from tross@redhat.com.Alan Conway2007-11-231-1/+2
* Added framing::BodyHolder:Alan Conway2007-11-2215-319/+263
* Drop annoying session sequence log messages.Alan Conway2007-11-201-2/+0
* Fix printing of headersGordon Sim2007-11-201-1/+1
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-161-5/+6
* Stopped frameset from assembling messages piecewise.Alan Conway2007-11-133-32/+25
* Minimal bounds checkingGordon Sim2007-11-122-0/+9
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-101-0/+2
* Replace vector in AMQHeaderBody with boost::optional.Alan Conway2007-11-102-91/+61
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-096-284/+1
* Make standard exchanges durableGordon Sim2007-11-081-0/+6
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-073-6/+19
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-065-2/+199
* locking around access to the unacked out bufferGordon Sim2007-11-012-2/+9
* Preparation for session thread safety overhaul:Alan Conway2007-11-012-6/+40
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-312-40/+6
* ##-*-text-*-Alan Conway2007-10-292-12/+35
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2622-233/+418
* More tidying up of field table APIAndrew Stitcher2007-10-233-11/+32
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-192-2/+12
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-193-296/+5
* More rearranging of template specialisation to avoid gccisms and conform corr...Andrew Stitcher2007-10-182-24/+12
* Recast int to FixedWidthValue conversions to avoid tamplate specialisation an...Andrew Stitcher2007-10-182-130/+18