summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed to avoid division by zero when sampling more frequently than once per s...Gordon Sim2008-10-231-1/+4
* Add skeleton Windows logging optionsStephen D. Huston2008-10-222-0/+168
* Fixed run_acl_tests to work in a VPATH build.Alan Conway2008-10-221-8/+9
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-226-30/+872
* Turn of automatic loading of modules from defined module directory to avoid p...Gordon Sim2008-10-221-1/+1
* This is for QPID-1363Rajith Muditha Attapattu2008-10-224-1/+494
* This is a fix for QPID-1362Rajith Muditha Attapattu2008-10-224-39/+48
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-2117-275/+80
* Remove nonportable include dlfcn; add Windows version of Shlib.cppStephen D. Huston2008-10-212-1/+53
* Qualify userid with realm when authentication is turned offGordon Sim2008-10-211-2/+7
* Add #include qpid/sys/DispatchHandle.h, needed since DispatchHandle split out...Stephen D. Huston2008-10-211-0/+1
* Fix compile error introduced by initial QPID-1377 commit; Resolves QPID-1377Stephen D. Huston2008-10-211-1/+1
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-2123-600/+2371
* Fix compilation error on older compilers by correcting cast.Gordon Sim2008-10-211-1/+2
* cluster_test: Unit test for Tx state replication.Alan Conway2008-10-203-2/+29
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-209-14/+88
* Non-substantive changes. Removed tabs, neatened indentation, etc.Ted Ross2008-10-201-89/+88
* Remove default location for certificate database.Gordon Sim2008-10-204-11/+22
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-205-17/+30
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-207-5/+48
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-179-33/+56
* Suppress logging expected errors in tests.Alan Conway2008-10-175-65/+75
* Fix valgrind suppression for boost thread leak to work on 32 & 64 bit.Alan Conway2008-10-171-5/+4
* Changed default port for SSLGordon Sim2008-10-171-1/+1
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-1721-11/+2222
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-178-42/+114
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-168-27/+295
* Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369Stephen D. Huston2008-10-163-3/+3
* Fix signed/unsigned compile error.Alan Conway2008-10-161-4/+4
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-164-27/+45
* Extended dump consumer test to cover member death.Alan Conway2008-10-162-16/+31
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-169-28/+119
* Add UUID generated for each new cluster instance.Alan Conway2008-10-163-36/+51
* Remove syslog-specific code from portable part of logging; was already placed...Stephen D. Huston2008-10-162-13/+0
* Add suppression for known leak in older boost.thread.Alan Conway2008-10-161-0/+9
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-1614-230/+329
* configure.ac: check for presence of libboost_threads vs. libboost_threads-mtAlan Conway2008-10-161-1/+0
* Compile boost.spirit library in thread-safe mode.Alan Conway2008-10-162-1/+4
* enable build without xml installedCarl C. Trieloff2008-10-161-0/+2
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-1516-247/+539
* Allow QPID_AUTO_TEST_CASE_EXPECTED_FAILURES to work at Boost 1.35Stephen D. Huston2008-10-151-2/+2
* QPID-1341 from JonathanCarl C. Trieloff2008-10-159-28/+182
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-153-43/+80
* Updated testGordon Sim2008-10-151-25/+41
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-155-47/+19
* Minor cleanup for client failover.Alan Conway2008-10-144-22/+13
* Bug fixes for client-side failover.Alan Conway2008-10-147-87/+95
* Correction of lock scope to make sure ordering from exchange to queue isCarl C. Trieloff2008-10-146-15/+28
* Update to periodic purge of expired messages: check the dequeue rate to avoid...Gordon Sim2008-10-145-10/+125
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-1310-44/+45