summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-3039-240/+3236
* QPID-2824: Use toLogString rather than toString on LogSubject(s)Robert Gemmell2010-08-3015-24/+35
* QPID-2802: remove forgotten debugging printlnRobert Gemmell2010-08-301-1/+0
* Remove unnecessary systests dependency on the management/eclipse-plugin moduleRobert Gemmell2010-08-281-1/+1
* QPID-2820: remove unused ManagedChannel interfaceRobert Gemmell2010-08-281-68/+0
* QPID-2769: add serialVersionUIDRobert Gemmell2010-08-281-0/+3
* QPID-2828: prevent NPE if attempting to add queues to the navigation tree tha...Robert Gemmell2010-08-273-2/+39
* QPID-2788: synchronize the concurrently accessed arraylists. Return new insta...Robert Gemmell2010-08-271-9/+38
* QPID-2615: Remove use of the Java6 ObjectName '?' wildcard used to avoid secu...Robert Gemmell2010-08-271-22/+36
* QPID-2771: rename package from plugin to pluginsRobert Gemmell2010-08-2716-27/+27
* Check exit status of qpid-route, avoid hung test if it fails.Alan Conway2010-08-271-1/+1
* QPID-2822: add missing ASF licenceRobert Gemmell2010-08-271-0/+20
* QPID-2822: add ASF licence to SCD log message property filesRobert Gemmell2010-08-272-2/+40
* QPID-2822: move documentation of the log message property files from the file...Robert Gemmell2010-08-2713-2291/+274
* Give timer tasks a name for logging purposes.Alan Conway2010-08-2612-21/+21
* QPID-2772: Add fully qualified path to Regex class on default.buildRobert Gemmell2010-08-261-4/+4
* QPID-2802: move Log4jMessageLogger and update its test to account for use of ...Robert Gemmell2010-08-263-56/+85
* QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMes...Robert Gemmell2010-08-2631-465/+254
* QPID-1392: Committed patch from Elena Nee and Jakub Scholz for SASL EXTERNAL ...Gordon Sim2010-08-245-53/+137
* Check for and abort invalid catchup connections.Alan Conway2010-08-234-3/+14
* QPID-664: allow the key in options map for an address to be quotedGordon Sim2010-08-231-1/+1
* QPID-2809Rajith Muditha Attapattu2010-08-201-1/+1
* QPID-2805 - The windows resource version for qmfengine dll is hard coded to a...Ted Ross2010-08-201-3/+3
* QPID-2785 - QpidTypes.pdb is not installedTed Ross2010-08-201-0/+1
* QPID-2798 - C++ Messaging Client .NET binding fails to clone managed objects ...Ted Ross2010-08-2016-255/+145
* Added a test case for QPID-2809 to ensure that if the same destination is use...Rajith Muditha Attapattu2010-08-201-0/+36
* This is a fix for QPID-2809Rajith Muditha Attapattu2010-08-203-52/+150
* Make the count check a bit clearer and remove extraneous blank lines at end o...Stephen D. Huston2010-08-201-3/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-2010-1/+113
* QPID-2817: on close, wait for at most the heartbeat interval (if specified) f...Gordon Sim2010-08-203-1/+30
* Fix compile error on windowsGordon Sim2010-08-201-1/+1
* QPID-2810: clean up the broker thread properly on shutdown.Kenneth Anthony Giusti2010-08-197-52/+151
* Now takes a set of implementations of each program, and tests implementations...Jonathan Robie2010-08-191-243/+151
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-1/+14
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-0/+19
* QPID-2663: prevent slow consoles from causing agent disconnects due to full t...Kenneth Anthony Giusti2010-08-181-28/+39
* QPID-2806: enable v2 heartbeats regardless of rcvHeartbeats callback setting.Kenneth Anthony Giusti2010-08-161-8/+7
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* Fix qpiddevel selinux policy to work with valgrind.Alan Conway2010-08-131-0/+4
* Adding failing test to java profileAndrew Donald Kennedy2010-08-131-0/+4
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-139-93/+147
* Make ConnectionTest extend QpidTestCaseAndrew Donald Kennedy2010-08-131-3/+2
* QPID-2797: Never set expiry, and respond with 0 alwaysAndrew Donald Kennedy2010-08-131-2/+2
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-139-59/+49
* QPID-2792 - Added C++ example agent.Ted Ross2010-08-135-2/+229
* QPID-2799: Convert address with underscores for temp queue nameAndrew Donald Kennedy2010-08-133-79/+73
* Remove the accessBroker method as it is unusedAndrew Donald Kennedy2010-08-131-5/+0
* QPID-2797: Change expiry to a boolean correctly representing intent to closeAndrew Donald Kennedy2010-08-133-15/+22
* QPID-2793 - Added doxygen textTed Ross2010-08-131-0/+77
* QPID-2793 - Python and Ruby bindings for the C++ QMFv2 APITed Ross2010-08-1214-22/+1187