summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NO-JIRA: Add cmake install command for linearstoreutils library.Alan Conway2013-11-041-3/+9
* QPID-5277: handle case where objects do not all have value for given propertyGordon Sim2013-11-041-1/+1
* QPID-5290: fix exception thrown in PagedQueueGordon Sim2013-11-041-1/+2
* QPID-5287: .NET binding does not set AssemblyVersion to build version.Charles E. Rolke2013-11-044-4/+7
* QPID-5237: Copy missed Qpid version file into C++ source treeAndrew Stitcher2013-11-042-1/+1
* QPID-5289: Improvements to error handling and reportingGordon Sim2013-11-042-2/+13
* QPID-5277: remove install directive for qpidtGordon Sim2013-11-041-2/+0
* QPID-5288: add checking for connection/session close before waiting on Sender...Gordon Sim2013-11-041-2/+3
* QPID-5277: removed qpidt as qpid-config now offers similar functionalityGordon Sim2013-11-041-141/+0
* QPID-5277: support for generic add, del and listGordon Sim2013-11-042-1/+69
* NO-JIRA: prevent scary error message when not actually appropriateGordon Sim2013-11-011-1/+3
* QPID-5286: replenish credit when using getGordon Sim2013-11-012-6/+9
* QPID-5284: ensure timestamp is added to the data that is persistedGordon Sim2013-11-0110-22/+37
* QPID-5283: ensure queue has no consumers before granting exclusive ownershipGordon Sim2013-10-314-4/+23
* NO-JIRA: Removed reference to non-existent test.Alan Conway2013-10-311-2/+0
* QPID-5280: prevent bind/unbind of someone elses exclusive queueGordon Sim2013-10-315-6/+33
* QPID-5279: test exclusivity checks in 1.0Gordon Sim2013-10-312-1/+53
* QPID-5279: checks for exclusivity in linking to queueGordon Sim2013-10-311-3/+9
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-3024-327/+422
* NO-JIRA: Fix compile errors in legacystore on older compilersAlan Conway2013-10-301-4/+4
* QPID-5139: HA correct compile error on older C++ compilers.Alan Conway2013-10-305-13/+15
* QPID-5276: improve node resolution where specific capability is requestedGordon Sim2013-10-301-10/+39
* QPID-5203: if session error exists, simply return from session close (also re...Gordon Sim2013-10-301-7/+5
* QPID-4463: [Java Broker] SimpleLDAPAuthManager - address review comments from...Keith Wall2013-10-293-16/+47
* QPID-4327: Include file moved to correct placeAndrew Stitcher2013-10-291-0/+0
* QPID-5237: Self-contained C++ source distributionAndrew Stitcher2013-10-295-79/+1878
* QPID-5273: Fixed installing the qmfgen Python packages.Darryl L. Pierce2013-10-291-1/+2
* QPID-5274: Create separate cmake file for windows-specific functions.Charles E. Rolke2013-10-292-127/+151
* QPID-5263: Allow boost versions less than 1.47 not to have Boost.chrono libraryAndrew Stitcher2013-10-291-15/+23
* QPID-5139: Add missing EXTERN decl in TxBuffer.hAlan Conway2013-10-291-1/+1
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-2918-216/+496
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-2917-71/+76
* QPID-5139: Add unit test for deadlock caused by blocking HA commit.Alan Conway2013-10-292-4/+24
* QPID-5139: Add timeout argument to python messaging.Session.commit.Alan Conway2013-10-291-2/+2
* QPID-5260: Get test for building Perl bindings correctAndrew Stitcher2013-10-291-2/+2
* QPID-5263: Fix boost files on windows.Andrew Stitcher2013-10-281-58/+7
* QPID-5262: Install debug versions of MS runtime DLLsAndrew Stitcher2013-10-281-0/+1
* QPID-5261: Install DLLs and import Libs to more usual places for a windows SDKAndrew Stitcher2013-10-282-11/+27
* QPID-5260: Significant tidy up of cmake buildAndrew Stitcher2013-10-2812-169/+177
* QPID-5207: review feedback + make _usePathInfo field finalRobert Gemmell2013-10-273-32/+31
* QPID-5266: include the client product string in connection open log messageRobert Gemmell2013-10-2711-30/+96
* QPID-5265: always log the client version, and log clientid even if null since...Robert Gemmell2013-10-271-6/+5
* QPID-5240: Change ExternalSaslServer to avoid NPE possibility.Keith Wall2013-10-272-95/+105
* QPID-5241: [Java Broker] Prevent possibility of NPE during JMX plugin shutdown.Keith Wall2013-10-271-1/+16
* NO-JIRA: [Java Broker docbook] Improve documentation for SimpleLDAPAuthentica...Keith Wall2013-10-272-37/+39
* QPID-4463: Corresponding updates to Java Broker docbookKeith Wall2013-10-271-0/+3
* NO-JIRA: Correct pkg-config example varsJustin Ross2013-10-251-1/+1
* QPID-5250: Fixed the ordering of caught/throw Ruby exceptions.Darryl L. Pierce2013-10-251-40/+40
* QPID-4287: Poor performance when a priority queue with a ring queue policy ha...Alan Conway2013-10-253-18/+43
* NO-JIRA: Fix hanging test test_discards_limit_overflow.Alan Conway2013-10-251-1/+1