summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1387 Committed Irina's patch:Ted Ross2008-10-241-3/+2
* Fixed the following problems in qmfconsole.py:Ted Ross2008-10-241-117/+147
* QPID-1378 - updated method reply to use str16 encodingTed Ross2008-10-241-1/+1
* 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
* QPID-1336 : Replaced references to macro with keywork substitutionsMartin Ritchie2008-10-241-25/+25
* QPID-1394 : Renamed file, that was miss named, to end in Test so that it is p...Martin Ritchie2008-10-241-1/+1
* Fix test for xml depsGordon Sim2008-10-241-1/+1
* QPID-1394 : Added test to validate that Provider is registered after connecti...Martin Ritchie2008-10-241-0/+101
* QPID-1394 : Added test to validate that Provider is registered after connecti...Martin Ritchie2008-10-241-2/+8
* QPID-1390 : Added test to validate that new SASL providers are unregistered b...Martin Ritchie2008-10-241-0/+120
* QPID-1315: Fix style issue, iterator control usage as per review comments fro...Aidan Skinner2008-10-242-11/+15
* QPID-1394 : Registration of JCAProvider is incorrect in client and broker SAS...Martin Ritchie2008-10-247-45/+93
* QPID-1390 : Allow Authentication Manager to correctly closeMartin Ritchie2008-10-245-11/+28
* QPID-1398: use bnd tool to produce osgi bundles with 'ant bundle'Aidan Skinner2008-10-245-0/+28
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-245-12/+12
* Added truncation logic to putShortString and putMediumString in case strings ...Ted Ross2008-10-241-2/+4
* Added exchange options to qpid-configTed Ross2008-10-243-24/+61
* qpid-1378: applied qman_24102008_compound_message_handling.patch that adds co...Arnaud Simon2008-10-2429-312/+840
* 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-2411-6/+275
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-2420-227/+724
* Added alternative functions for invoking methodsTed Ross2008-10-241-26/+74
* QPID-1348 - Reference implementation of dynamic bindingTed Ross2008-10-236-0/+692
* This is related to QPID-1296.Rajith Muditha Attapattu2008-10-232-2/+2
* This is for QPID-1296Rajith Muditha Attapattu2008-10-2315-25/+41
* QPID-1319. Removed the unnessacery argument in the constructor.Rajith Muditha Attapattu2008-10-231-6/+1
* Marked old python management API as obsolete. Updated 0-10 tests to use new ...Ted Ross2008-10-233-23/+17
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-235-43/+106
* This is related to QPID-1319Rajith Muditha Attapattu2008-10-232-28/+2
* 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
* Candidate fix for QPID-1389. Make sure we don't send commands unless the sess...Rafael H. Schloming2008-10-234-6/+33
* Qpid-1392: Add SSL support Arnaud Simon2008-10-235-7/+292
* QPID-1385 : Extracted annonymous class from AMQChannel.resend(boolean), Added...Martin Ritchie2008-10-238-62/+827