summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-1339: support for low level session resumeRafael H. Schloming2008-10-2312-143/+385
* This is related to QPID-1161Rajith Muditha Attapattu2008-10-231-0/+332
* Add skeleton Windows logging optionsStephen D. Huston2008-10-222-0/+168
* Clean up of code that is no longer being used.Rajith Muditha Attapattu2008-10-226-629/+0
* 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-228-32/+878
* Fix port used in example.Gordon Sim2008-10-221-1/+1
* Updated latest ssl options usage; fixed ambiguity in domain name used in exam...Gordon Sim2008-10-221-18/+16
* QPID-1357: applied qman_22102008_events_handling.patchArnaud Simon2008-10-2222-347/+1690
* QPID-1359 : Disabled ConnectionTest until this issue has been resolvedMartin Ritchie2008-10-221-0/+3
* QPID-1384: updated AMQDestination + added test for 0.10 code pathArnaud Simon2008-10-225-3/+121
* Turn of automatic loading of modules from defined module directory to avoid p...Gordon Sim2008-10-221-1/+1
* removed references to /home/asimon and restored the proper defaults for the c...Rafael H. Schloming2008-10-222-4/+4
* 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
* Allow transport to be set on qpid-route.Gordon Sim2008-10-202-9/+17
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-208-9/+62
* qpid-1374: Added handling of null message propertiesArnaud Simon2008-10-202-4/+18
* qpid-1371: added python/dotnet .in filesArnaud Simon2008-10-204-10/+91
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-1712-202/+102
* Suppress logging expected errors in tests.Alan Conway2008-10-175-65/+75
* QPID-1320: Remove unusued variables, check that right number of messages have...Aidan Skinner2008-10-171-23/+11
* QPID-1373: Remove message for unack'd map when acking individual messages. Ad...Aidan Skinner2008-10-172-0/+17
* QPID-1315:Aidan Skinner2008-10-173-169/+124
* s/setPrefecthLimits/setPrefetchLimitsAidan Skinner2008-10-172-4/+4
* qpid-1372: added handling of empty message properties at the header level Arnaud Simon2008-10-171-2/+7
* qpid-1372: added handling of empty message properties. Arnaud Simon2008-10-171-2/+1
* QPID-1257 : Change to allow mstool.log4j as part of the build so that the too...Martin Ritchie2008-10-171-1/+1
* Fix valgrind suppression for boost thread leak to work on 32 & 64 bit.Alan Conway2008-10-171-5/+4
* qpid-1371: added .net cc support + cc .net interop supportArnaud Simon2008-10-1762-11/+1411
* 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-1726-15/+2329
* 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