summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverted a small part of r703237 as it causes deadlocks under load. Session c...Gordon Sim2008-10-132-2/+25
* Optimisation for testing expiration and disabling of setting timestamp until ...Gordon Sim2008-10-131-3/+6
* Reduce the scope over which lock is held during purge of expired messages.Gordon Sim2008-10-131-8/+12
* QPID-1351Carl C. Trieloff2008-10-1312-18/+172
* Periodically purge expired messages from queuesGordon Sim2008-10-139-1/+216
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-136-18/+30
* QPID-1306Carl C. Trieloff2008-10-112-4/+8
* src/client/FailoverConnection.cpp: re-register callback after failuresAlan Conway2008-10-101-7/+3
* QPID-1350 - Object reference following in the QMF console APITed Ross2008-10-105-23/+78
* Failover client and example fixes & tidy up.Alan Conway2008-10-106-271/+296