summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix incorrect -I directive for generated code.Alan Conway2007-05-141-1/+1
* Removed unnecessary suppressions.Alan Conway2007-05-141-34/+1
* * cpp/src/Makefile.am: Move generated code into src. Fix generation script.Alan Conway2007-05-113-26/+84
* 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-013-21/+38
* Makefile fixes to get make distcheck passing.Alan Conway2007-05-011-10/+6
* Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon.Alan Conway2007-04-307-28/+347
* - docs/man/qpidd.x: explain file and environment configuration. Alan Conway2007-04-261-10/+18
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-262-4/+10
* Added environment variables as a source of Qpid configuration.Alan Conway2007-04-253-2/+36
* * qpid/CommonOptions.h:Alan Conway2007-04-2512-589/+269
* Added some dtx related unit testsGordon Sim2007-04-2011-154/+520
* Some dtx related updates.Gordon Sim2007-04-1919-70/+731
* Longer broker_start timeout to avoid failures in plague builds.Alan Conway2007-04-171-1/+1
* More QPID-243Andrew Stitcher2007-04-171-201/+194
* * qpidc.spec.in: bump RPM revision for bugfix.Alan Conway2007-04-162-6/+7
* Disable ClientChannelTest to allow RPM work to continue. I am investigating.Alan Conway2007-04-161-2/+2
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-164-17/+53
* * Moved code generation into top-level gen/ dir with own Makefile.amAlan Conway2007-04-144-81/+11
* * tests/Makefile.am: fix for source move.Alan Conway2007-04-131-4/+2
* Fixed broken installation of .h files.Alan Conway2007-04-131-4/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-13260-407/+411
* * cpp/configure.ac: Disable static libraries by default. Half the build time!Alan Conway2007-04-112-3/+6