summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-5/+11
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-165-30/+91
* Include declarations of the specialisations we define to make sure they are p...Andrew Stitcher2007-10-161-0/+16
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-169-95/+577
* Additional tests and fixesGordon Sim2007-10-044-7/+16
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-041-0/+16
* fixed decoding of b/e bitsRafael H. Schloming2007-10-031-1/+1
* Correction to interpretation of flags (B/E refer to the first/last segment in...Gordon Sim2007-10-022-2/+2
* Fixed bug introduced in r577027 where the header frame of a message is direct...Gordon Sim2007-10-021-0/+17
* * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logicAlan Conway2007-10-012-0/+125
* Minor refactoring of execution layerGordon Sim2007-09-284-1/+13
* Honour sync bit when processing L4 methodGordon Sim2007-09-282-1/+3
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-271-0/+48
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-1/+1
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-214-10/+10
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-183-21/+3
* * rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h:Alan Conway2007-09-184-13/+21
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-181-22/+27
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-1/+1
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-138-23/+62