summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* synchronized with trunk except for ruby dirRafael H. Schloming2009-12-261-379/+618
* distclean should delete qpid/framing/MaxMethodBodySize.hGordon Sim2008-08-141-0/+1
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-4/+0
* Remove reference to deleted sys/posix/Thread.hGordon Sim2008-08-071-1/+0
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-0/+2
* QPID-1198: Solaris ECF (port) based PollerAndrew Stitcher2008-07-301-2/+9
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-301-1/+3
* Remove unused Module.h header file.Gordon Sim2008-07-281-1/+0
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-1/+0
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-111-2/+4
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-2/+1
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-1/+1
* Remove unused Serializer code.Alan Conway2008-07-081-3/+0
* QPID-1148 - from Manuel TieraAlan Conway2008-07-081-1/+3
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-3/+10
* From Matt Farrellee - https://issues.apache.org/jira/browse/QPID-1151Alan Conway2008-06-261-1/+3
* Additions to the client API:Alan Conway2008-06-251-0/+1
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-251-1/+2
* Patch from Manuel Teira: https://issues.apache.org/jira/secure/CommentAssignI...Alan Conway2008-06-201-1/+1
* Fix packaging error.Alan Conway2008-06-181-0/+1
* Bring cluster code up to date.Alan Conway2008-06-181-2/+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