summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-2637: Mark connection as failed if read from socket failsGordon Sim2010-06-021-0/+1
* QPID-2004: Send disconnected event to any handles still registered after shut...Gordon Sim2010-06-015-2/+62
* QPID-2636: Ensure close is called for a disconnect preventing occasional leak...Gordon Sim2010-06-012-13/+8
* Change verbosity back to 0. Oops.Michael Goulish2010-06-011-1/+1
* Source cluster environment checks in run_cluster_authentication_test/_soak.Alan Conway2010-06-012-2/+8
* Fix memory error in failover_soak.cpp.Alan Conway2010-06-011-1/+2
* Don't use guest/guest default username/password, use None instead (this allow...Gordon Sim2010-06-011-2/+2
* Added pkg-config support for qpid C++ client libraries.Alan Conway2010-05-313-0/+15
* QPID-2520: use os.pathsep in genpom to allow it to function on WindowsRobert Gemmell2010-05-311-1/+1
* QPID-2526: quote arguments to allow building with spaces in pathRobert Gemmell2010-05-312-4/+8
* QPID-2422: fix passing of the queue exclusivity argument during recovery as i...Robert Gemmell2010-05-311-1/+1
* QPID-2624: Check whether virtualhosts configuration file existsRobert Gemmell2010-05-312-0/+33
* QPID-2585: Update extras OSGi plugin to work with latest interfacesRobert Gemmell2010-05-315-83/+62
* QPID-1447: Updated to use newer configuration plugin interfaceRobert Gemmell2010-05-318-55/+110
* QPID-2573: Implement the Firewall functionality as an OSGi pluginRobert Gemmell2010-05-3110-328/+925
* QPID-2569: Implement the SimpleXML as an OSGi pluginRobert Gemmell2010-05-319-494/+575
* QPID-2542: Implement ACL checking as OSGi pluginRobert Gemmell2010-05-3115-0/+2008
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-31110-2620/+4328
* QPID-2585: Upgrade Felix to 2.0.5Robert Gemmell2010-05-315-169/+254
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-3127-650/+411
* Fixed assertion error in cluster_tests.py test_failover.Alan Conway2010-05-312-1/+2
* Make PersistentStoreTest.testForcibleStartStopMidTransaction() do a syncchron...Robert Gemmell2010-05-311-2/+4
* QPID-2628 - Patch from Chuck RolkeTed Ross2010-05-2843-651/+2978
* Fixed conflicting clean-local targets, causing make distcheck to fail.Alan Conway2010-05-282-3/+5
* Fix make distcheck: clean sasl_config test files.Alan Conway2010-05-281-0/+3
* Add missing sasl_test_setup.sh to EXTRA_DISTAlan Conway2010-05-281-1/+2
* Fix compilation error on windowsGordon Sim2010-05-281-1/+1
* Allow tests that load shareable libs to work on Windows with a debug build. T...Stephen D. Huston2010-05-283-5/+15
* QPID-2598: Prevent exit hang on windows (at the expense of intermittent leak ...Gordon Sim2010-05-281-10/+8
* Patch from Ted Ross to prevent sasl_decode overflowGordon Sim2010-05-281-5/+16
* 1. Capacity can now be specified as " capacity : {source: 5, target 10}" in a...Rajith Muditha Attapattu2010-05-285-28/+56
* QPID-2629Rajith Muditha Attapattu2010-05-288-22/+1267
* Fixed: authentication with bad credentials causes cluster broker to exit.Alan Conway2010-05-275-14/+37
* Fix problems with cluster_authentication_soak test in VPATH build.Alan Conway2010-05-278-100/+74
* Fix issues with cluster+securityAlan Conway2010-05-273-30/+24
* QPID-2631: For blocking Bounds::expand() calls, only increase the current cou...Gordon Sim2010-05-277-12/+37
* Deleted the old examples to avoid confusion.Rajith Muditha Attapattu2010-05-2658-3435/+0
* Added examples to match the c++ and python clients.Rajith Muditha Attapattu2010-05-267-0/+805
* handle SystemExit exception on python 2.4.3Nuno Santos2010-05-251-0/+2
* Fix "mismatched cluster-id" errors during start up.Alan Conway2010-05-252-21/+28
* QPID-2617: Fix the windows build for modified method signatureGordon Sim2010-05-251-1/+1
* Set property for native line endings on QueuePurgeHandlerRobert Gemmell2010-05-251-128/+128
* Set property for native line endings on BasicGetMethodHandlerRobert Gemmell2010-05-251-212/+212
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-257-5/+192
* Reduce the large number of persistent messages sent by DupsOkTest from 4999 t...Robert Gemmell2010-05-251-2/+1
* QPID-2626: Fix typo and unchecked assignment warning in ServerConnectionDelegateRobert Gemmell2010-05-251-2/+2
* Removed sasl test db creation from the Makefile logic, and simply put it into...Michael Goulish2010-05-254-33/+24
* QPID-2617: Fix new sasl test setup for vpath builds (patch from Mick Goulish)Gordon Sim2010-05-251-1/+1
* Make behavior of command line tools consistent, regarding -h and --help optio...Nuno Santos2010-05-245-22/+62
* Disable new sasl testing if SASL version is less than 2.1.22.Michael Goulish2010-05-242-0/+8