summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* - add mgnt schema for clusterCarl C. Trieloff2008-09-161-1/+2
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-1/+1
* Moved PollableCondition into sys/posix, posix only impl.Alan Conway2008-09-121-3/+4
* Added in header file missing from ditributionAndrew Stitcher2008-09-111-0/+1
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-0/+3
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-111-2/+23
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-14/+25
* QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses _...Ted Ross2008-09-091-2/+3
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-081-0/+1
* Fixed cluster membership notification.Alan Conway2008-09-051-0/+2
* QPID-1274 - Improved packaging for management agent and code generation toolTed Ross2008-09-051-5/+3
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-1/+2
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-0/+1
* 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