summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-31/+24
* Removed new Frame & MethodHolder classes from build.Alan Conway2007-08-081-5/+1
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-071-6/+25
* Added first cut of generated client interface.Gordon Sim2007-08-051-2/+10
* Improved rubygen.mk rule.Alan Conway2007-08-051-2/+1
* Some restructuring of the client code: Gordon Sim2007-08-021-5/+24
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-011-38/+59
* Added Vistor.h to distributed sources in order to pass 'make distcheck'Gordon Sim2007-07-311-0/+1
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-301-38/+12
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-9/+2
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-4/+3
* * README: Instructions for openais install.Alan Conway2007-07-261-3/+0
* Fix code generation rule to use timestamp file.Alan Conway2007-07-251-3/+3
* Fix code generation rule so generator runs only once even if multiple generat...Alan Conway2007-07-251-1/+4
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-2/+0
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-0/+2
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-191-1/+1
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-0/+7
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-161-0/+3
* Add missing header file to distribution.Alan Conway2007-07-131-0/+1
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-0/+1
* refactoring: Gordon Sim2007-07-091-0/+2
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-041-4/+7
* Added UUID type based on libuuid from e2fsprogs package.Alan Conway2007-07-031-0/+2
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-2/+0
* * More work on asychronous network IOAndrew Stitcher2007-06-291-1/+4
* * Summary:Alan Conway2007-06-291-4/+4
* * src/qpid/broker/Plugin.h: Base class for plug-in objects.Alan Conway2007-06-271-1/+4
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-271-3/+3
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-261-0/+2
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-261-0/+1
* Dummy libcluster.so when openais is not available, keep rpmbuild happy.Alan Conway2007-06-201-2/+0
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-181-1/+3
* Parser for AMQP-95 URLsAlan Conway2007-06-151-0/+2
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-141-0/+2
* Removed unused files src/qpid/client/ClientAdapter.cpp and .h.Alan Conway2007-06-131-1/+0
* Various minor fixes to build and test process:Gordon Sim2007-06-131-0/+1
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-0/+4
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-071-10/+14
* Updates to dtx support.Gordon Sim2007-05-311-0/+2
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-3/+20
* Added support for recovering prepared transactions.Gordon Sim2007-05-251-0/+5
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-20/+50
* * docs/api/Makefile.am: Adding html.timestamp to clean target.Alan Conway2007-05-181-1/+1
* Added RecoverableExchange.h to Makefile.amGordon Sim2007-05-181-0/+1
* Changes to support durable exchanges.Gordon Sim2007-05-171-0/+1
* * cpp/src/Makefile.am: Move generated code into src. Fix generation script.Alan Conway2007-05-111-16/+27
* Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon.Alan Conway2007-04-301-5/+6
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-261-3/+9
* * qpid/CommonOptions.h:Alan Conway2007-04-251-6/+9