summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Make federation work over Rdma linksAndrew Stitcher2008-10-281-45/+53
* Trivial comment changeAndrew Stitcher2008-10-281-1/+0
* fixed a bug in int16 codecRafael H. Schloming2008-10-282-1/+5
* QPID-1401:added missing QManServlet.javaArnaud Simon2008-10-282-1/+66
* QPID-1401:added web.xml that was missing from the previous commitArnaud Simon2008-10-281-0/+11
* QPID-1401: added qman servlet + updated build script for building the servlet.Arnaud Simon2008-10-285-6/+48
* Recent change from AckPolicy to Subscription means completions are not sent a...Gordon Sim2008-10-281-0/+1
* Test for presence of python directoryGordon Sim2008-10-281-3/+7
* Add CONF_FILE and MODULE_DIR macros to allow building clientStephen D. Huston2008-10-271-8/+8
* 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
* QPID-1339:Rafael H. Schloming2008-10-2724-224/+473
* Put Url.match back in. It isn't unused.Ted Ross2008-10-271-0/+3
* 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