summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-13/+17
* Work In Progress:Andrew Stitcher2008-04-281-0/+33
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-271-0/+2
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-26/+4
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-221-1/+1
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-221-0/+2
* Fix packaging problems for rpmbuild.Alan Conway2008-04-211-33/+33
* Disable compilation of amqp_0_10 codec until ready for integration.Alan Conway2008-04-211-33/+33
* src/qpid/RangeSet.h: generic set implementation using ranges.Alan Conway2008-04-211-0/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-13/+7
* Added missed new include fileAndrew Stitcher2008-04-181-0/+1
* Split AsynchIOAcceptor into IOHandler and connection control codeAndrew Stitcher2008-04-181-2/+3
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-1/+1
* src/Makefile.am: Fix problems with rpmbuild.Alan Conway2008-04-171-3/+4
* Added missing .h files to Makefile.am to fix make rpmbuild.Alan Conway2008-04-171-0/+3
* Add missing files to packaging.Alan Conway2008-04-161-0/+3
* Removed complex_types.h from Makefile.am.Alan Conway2008-04-161-1/+0
* Separate new codec from liqqpidcommon to improve link times.Alan Conway2008-04-161-14/+18
* Fix build error - missing op << for Struct32.Alan Conway2008-04-151-0/+2
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-2/+4
* Remove deleted file from distribution list.Gordon Sim2008-04-151-1/+0
* Struct32 encodingAlan Conway2008-04-151-0/+3
* Fix packaing problem with generated file allSegmentTypes.hAlan Conway2008-04-081-1/+1
* Summary: added 0-10 Array encoding and decoding.Alan Conway2008-04-081-0/+3
* src/qpid/amqp_0_10/Body.h, Header.h: placeholders.Alan Conway2008-04-071-3/+6
* rubygen/0-10/specification.rbAlan Conway2008-04-071-1/+0
* Missing from last commit.Alan Conway2008-04-071-1/+1
* src/qpid/amqp_0_10/Exception.hAlan Conway2008-04-041-0/+1
* src/qpid/amqp_0_10/Assembly.cpp,.h:Alan Conway2008-04-041-2/+0
* amqp_0_10/built_in_types.hAlan Conway2008-04-031-0/+1
* Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownTypeAlan Conway2008-04-021-0/+5
* Removed unused files.Alan Conway2008-03-271-3/+0
* Send accept in response to message publications if required.Gordon Sim2008-03-271-0/+2
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-0/+2
* Bounds-checking iterator wrapper, for use with Codec::encode/decode.Alan Conway2008-03-261-0/+1
* Add missing header file to SOURCES.Alan Conway2008-03-251-0/+1
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-2/+5
* Added file missed in last commit.Gordon Sim2008-03-171-0/+1
* Added missing header files to distribution.Gordon Sim2008-03-131-0/+2
* rubygen/0-10/specification.rb:Alan Conway2008-03-111-0/+4
* Further updates to support final 0-10 specGordon Sim2008-03-041-0/+2
* Completed holders, visitors and serialization for 0-10 commands and controls.Alan Conway2008-03-041-2/+3
* A further step to final 0-10 spec.Gordon Sim2008-03-031-1/+3
* - Added Buffer::Iterator so amqp_0_10::Codec can use a BufferAlan Conway2008-02-291-0/+1
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-291-1/+2
* QPID-820 from trossCarl C. Trieloff2008-02-281-0/+2
* Generating domains, structs, commands and controls for 0-10 final spec.Alan Conway2008-02-271-0/+2
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-271-3/+5
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-0/+4
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-0/+10