summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add a get() method to subscription manager that retrieves one message from th...Gordon Sim2008-07-101-0/+1
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-4/+0
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-2/+0
* add missing headerNuno Santos2008-06-061-0/+1
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-1/+1
* Remove unused classes IList and ISList.Alan Conway2008-06-041-2/+0
* Reverted move of ConnectionOptions (without the parse functionality they aren...Gordon Sim2008-06-031-1/+0
* Move ConnectionOptions into qpid::client.Gordon Sim2008-06-031-0/+1
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-0/+1
* Packaing error - SessionId.hAlan Conway2008-05-291-1/+1
* Move AckPolicy impl from header to .cpp; ensure that completion is marked eve...Gordon Sim2008-05-291-1/+2
* Removed obsolete src/qpid/client/SessionImpl.h .cppAlan Conway2008-05-271-2/+0
* VPATH fixAlan Conway2008-05-271-1/+1
* Generate code in $builddir to allow multiple VPATH builds.Alan Conway2008-05-271-3/+13
* Changes to Session API:Alan Conway2008-05-261-2/+5
* Delete obsolete Channel class.Alan Conway2008-05-231-2/+0
* QPID-1087Ted Ross2008-05-211-1/+0
* Replaced AtomicCount with AtomicValue template. Alan Conway2008-05-211-1/+3
* Added missing log/Logger.h to headers.Alan Conway2008-05-161-1/+1
* Patch from michael goulish: QPID-1063: "under Boost 103200, command line args...Kim van der Riet2008-05-151-1/+1
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+9
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-091-2/+7
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-5/+19
* QPID-986: Patch from Danushka Menikkumbura.Gordon Sim2008-05-021-2/+4
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-011-0/+2
* 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