summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fix (and test) for QPID-407. Messages are requeued at the head rather than th...Gordon Sim2007-07-034-9/+24
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-0313-158/+22
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-0217-429/+353
* 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-297-44/+506
* Temporarily disable Cluster test while I'm fixing problems with it.Alan Conway2007-06-291-4/+5
* * Summary:Alan Conway2007-06-2934-312/+651
* * src/qpid/broker/Plugin.h: Base class for plug-in objects.Alan Conway2007-06-275-1/+199
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-2721-202/+126
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-273-28/+24
* Fixes and tests:Gordon Sim2007-06-274-5/+20
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-2716-3/+279
* Fixed client leak and python tests portAlan Conway2007-06-273-20/+19
* 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-2725-683/+507
* * src/tests/cluster.mk: Replace sudo with newgrp for ais tests.Alan Conway2007-06-263-13/+14
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-265-8/+173
* Missing file from last commitAlan Conway2007-06-261-0/+51
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-2625-100/+850
* Dummy libcluster.so when openais is not available, keep rpmbuild happy.Alan Conway2007-06-202-4/+7
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-1822-364/+1609
* Parser for AMQP-95 URLsAlan Conway2007-06-155-0/+257
* 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-146-11/+11
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-148-3/+176
* Removed unused files src/qpid/client/ClientAdapter.cpp and .h.Alan Conway2007-06-133-137/+0
* Various minor fixes to build and test process:Gordon Sim2007-06-133-2/+3
* QPID-504: Print bound port if --port 0 is specified. Not yet used by tests.Alan Conway2007-06-115-148/+201
* Handler refactoring notes for cluster.Alan Conway2007-06-111-0/+161
* src/tests/Makefile.am: Fix typo in makefileAlan Conway2007-06-081-1/+1
* Add missing scripts to EXTRA_DISTAlan Conway2007-06-081-2/+3
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-0817-60/+625
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-0712-16/+344
* Made FieldTable argument of client::Channel::bind() optional.Alan Conway2007-06-062-4/+3
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-0615-7/+915
* Fixed qpidd --trace flag to be equivalent to "--log.enable trace+"Alan Conway2007-06-061-1/+1
* Some tests and fixes for dtx preview.Gordon Sim2007-06-0513-83/+267
* Updates to dtx support.Gordon Sim2007-05-3110-25/+145
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-3049-167/+1515
* Remove dummy class defs.Gordon Sim2007-05-301-4/+0
* Include new dtx classes in generated code.Gordon Sim2007-05-302-6/+3
* Ensure work is marked completed when recovered.Gordon Sim2007-05-252-8/+2
* Added support for recovering prepared transactions.Gordon Sim2007-05-2516-8/+333
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-2243-647/+1233
* 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
* * docs/api/Makefile.am: Adding html.timestamp to clean target.Alan Conway2007-05-183-3/+3
* Added RecoverableExchange.h to Makefile.amGordon Sim2007-05-181-0/+1
* Changes to support durable exchanges.Gordon Sim2007-05-1725-60/+333