summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fix minor compile warnings noticed on WindowsStephen D. Huston2008-10-275-7/+6
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-273-5/+7
* corrected compile errorCarl C. Trieloff2008-10-261-1/+1
* Adjust to removed AckPolicy.cpp and refactored Modules.h, .cppStephen D. Huston2008-10-262-7/+10
* Change 'at' to 'find' to build with older g++ and with MSVCStephen D. Huston2008-10-261-1/+2
* Refactor duplicated Module-handling from broker/client to commonStephen D. Huston2008-10-264-59/+132
* Microsoft NMAKE file to generate C++ code from specsStephen D. Huston2008-10-261-0/+38
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-2529-496/+740
* Fix script to clean up data_dir.Alan Conway2008-10-251-2/+3
* Fix compile error.Alan Conway2008-10-251-2/+2
* Fix compile error.Alan Conway2008-10-251-1/+1
* Use new wrapped get() accessor in AddressStephen D. Huston2008-10-241-2/+3
* Fix compile errors introduced by Address changesStephen D. Huston2008-10-243-3/+3
* Moved TcpAddress insertion operators to Address.cppStephen D. Huston2008-10-241-6/+0
* Fix Address wrapper to compile on MS VC8; discussed with Alan ConwayStephen D. Huston2008-10-243-7/+59
* Microsoft Visual Studio 2005 (VC8) project/solution filesStephen D. Huston2008-10-244-0/+3561
* Add check for presence of certutil when running ssl testGordon Sim2008-10-241-1/+8
* fix for make distcheck (I had listed wrong filenames in earlier commit)Gordon Sim2008-10-241-2/+2
* 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-246-70/+151
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-2410-5/+274
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-2412-193/+660
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-235-43/+106
* 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
* 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