summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-242-9/+9
* Added truncation logic to putShortString and putMediumString in case strings ...Ted Ross2008-10-241-2/+4
* Added exchange options to qpid-configTed Ross2008-10-241-0/+1
* removed qualifiers from return values (cause problems on newer compilers)Gordon Sim2008-10-243-7/+3
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-245-40/+107
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-245-4/+106
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-2411-89/+430
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-234-27/+79
* don't append realm in null authenticator if the userid as supplied already en...Gordon Sim2008-10-231-1/+5
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-239-23/+77
* More complete fix to prevention of divide by zero when the sampling rate is m...Gordon Sim2008-10-231-1/+1
* 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
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-226-30/+872
* 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-2112-269/+75
* 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-2121-597/+2366
* 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-202-2/+2
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-207-13/+33
* Non-substantive changes. Removed tabs, neatened indentation, etc.Ted Ross2008-10-201-89/+88
* Remove default location for certificate database.Gordon Sim2008-10-203-10/+21
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-203-11/+23
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-206-3/+31
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-178-25/+48
* Suppress logging expected errors in tests.Alan Conway2008-10-173-11/+14
* 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-1715-7/+2116
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-177-42/+73
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-167-27/+291
* Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369Stephen D. Huston2008-10-163-3/+3
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-164-27/+45
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-168-28/+60
* 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
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-1613-202/+294
* Compile boost.spirit library in thread-safe mode.Alan Conway2008-10-161-1/+3
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-1510-202/+485
* QPID-1341 from JonathanCarl C. Trieloff2008-10-156-13/+112
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-153-43/+80
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-154-46/+18
* 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-144-10/+123
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-136-19/+20