summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-0312-156/+22
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-029-328/+245
* Small fixes to enable the --disable-apr-platform build to carry on compilingAndrew Stitcher2007-07-022-6/+7
* Updated AutoDelete, now only run when auto delete queues exist andCarl C. Trieloff2007-06-295-44/+26
* * More work on asychronous network IOAndrew Stitcher2007-06-296-43/+502
* * Summary:Alan Conway2007-06-2921-238/+571
* * src/qpid/broker/Plugin.h: Base class for plug-in objects.Alan Conway2007-06-274-0/+195
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-2715-117/+112
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-273-28/+24
* Fixes and tests:Gordon Sim2007-06-273-5/+4
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-2715-1/+185
* Fixed client leak and python tests portAlan Conway2007-06-272-19/+18
* Fix shutdown race in Connector.Alan Conway2007-06-271-1/+1
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-2710-252/+275
* * src/tests/cluster.mk: Replace sudo with newgrp for ais tests.Alan Conway2007-06-261-1/+3
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-262-8/+100
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-2611-18/+567
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-1819-363/+1314
* Parser for AMQP-95 URLsAlan Conway2007-06-152-0/+196
* Minor update of log messages.Gordon Sim2007-06-151-2/+2
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-142-6/+6
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-146-3/+124
* Removed unused files src/qpid/client/ClientAdapter.cpp and .h.Alan Conway2007-06-132-136/+0
* QPID-504: Print bound port if --port 0 is specified. Not yet used by tests.Alan Conway2007-06-113-72/+90
* Handler refactoring notes for cluster.Alan Conway2007-06-111-0/+161
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-0814-60/+492
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-072-0/+184
* Made FieldTable argument of client::Channel::bind() optional.Alan Conway2007-06-061-1/+2
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-064-6/+21
* Some tests and fixes for dtx preview.Gordon Sim2007-06-0511-79/+263
* Updates to dtx support.Gordon Sim2007-05-318-24/+142
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-3039-107/+932
* Remove dummy class defs.Gordon Sim2007-05-301-4/+0
* Include new dtx classes in generated code.Gordon Sim2007-05-301-5/+2
* Ensure work is marked completed when recovered.Gordon Sim2007-05-252-8/+2
* Added support for recovering prepared transactions.Gordon Sim2007-05-2515-8/+328
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-2238-615/+1171
* Temporary hack to the logic used in parsing environment options to avoid trea...Gordon Sim2007-05-211-1/+2
* Added back -s short option for store lib.Gordon Sim2007-05-211-1/+1
* Changes to support durable exchanges.Gordon Sim2007-05-1724-60/+332
* Recorded merge of revisions 536279 via svnmerge from Alan Conway2007-05-081-1/+1
* Moved parseOptions from qipdd to CommonOptions where it can be re-used.Alan Conway2007-05-012-1/+36
* Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon.Alan Conway2007-04-302-0/+235
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-261-1/+1
* Added environment variables as a source of Qpid configuration.Alan Conway2007-04-252-0/+25
* * qpid/CommonOptions.h:Alan Conway2007-04-258-449/+194
* Added some dtx related unit testsGordon Sim2007-04-207-22/+88
* Some dtx related updates.Gordon Sim2007-04-1917-61/+675
* * qpidc.spec.in: bump RPM revision for bugfix.Alan Conway2007-04-161-5/+6
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-164-17/+53