summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-5835: [C++ broker] Broker recovery forgets auto-delete flag on queues an...Pavel Moravec2014-06-212-10/+28
* QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blu...Keith Wall2014-06-202-33/+160
* QPID-5800: [Java Broker] Defect - prevent JDBC upgrader on throwing exception...Keith Wall2014-06-191-1/+1
* QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implemen...Keith Wall2014-06-192-12/+24
* QPID-5825: Changes to address some review comments for initial commitAndrew MacBean2014-06-196-54/+163
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-197-1200/+1507
* QPID-5831: Unexpected internal exception when closing JE Replicated environmentAndrew MacBean2014-06-191-2/+22
* QPID-5825: Broker tries to downgrade to the wrong amqp protocol versionAndrew MacBean2014-06-195-1/+252
* QPID-5807: Fix inconsistent DLL linkageAndrew Stitcher2014-06-181-1/+1
* NO-JIRA: Fix some MSVC warningsAndrew Stitcher2014-06-184-4/+4
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-1829-348/+638
* QPID-5829: This rearrangement is really it...Andrew Stitcher2014-06-181-3/+3
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-183-9/+10
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to...Keith Wall2014-06-1820-2031/+2770
* QPID-5829: One more CMake rearrangement and all will be good...Andrew Stitcher2014-06-181-3/+3
* QPID-5829: Rearrange CMake - repair original commit that breaks the .NET bindingCharles E. Rolke2014-06-182-3/+3
* QPID-5830: [Python client] Unable to create bindings on already existing brok...Pavel Moravec2014-06-181-15/+20
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-189-48/+388
* NO-JIRA: Make bindings install on windowsAndrew Stitcher2014-06-175-37/+14
* QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a mess...Keith Wall2014-06-172-42/+185
* QPID-5829: Properly fix the CMake conditionalAndrew Stitcher2014-06-171-1/+1
* QPID-5829: Oops - fix mistaken change to actually work on WindowsAndrew Stitcher2014-06-171-1/+1
* QPID-5829: Rearrange CMake files to centralise some flagsAndrew Stitcher2014-06-179-106/+103
* QPID-5823: (reverting commit r1602820) Python client should create a node wit...Pavel Moravec2014-06-162-11/+8
* QPID-5823: Python client should create a node with name starting '\#'Pavel Moravec2014-06-162-8/+11
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-139-160/+35
* QPID-5801: [Java Broker] BDB HA - ensure that replication exceptions when rea...Keith Wall2014-06-131-4/+21
* NO-JIRA: [Java Broker Documentation] Fix typo in operational message codes in...Keith Wall2014-06-131-3/+3
* NO-JIRA: [Java Broker Test] Derby tests profile should exclude BDB replicatio...Keith Wall2014-06-131-0/+1
* QPID-5800: [Java Broker] Refactor BDBConfigurationStore, move methods/fields ...Keith Wall2014-06-131-51/+63
* QPID-5814: default to utf8 in Variant::parse()Gordon Sim2014-06-131-0/+2
* QPID-3921: Don't leak use qpid/Options.h header unnecessarily.Andrew Stitcher2014-06-127-8/+18
* NO-JIRA: We never want to accidentally convert a string to an Options objectAndrew Stitcher2014-06-121-1/+1
* NO-JIRA: Removed obsolete/unused store codeAndrew Stitcher2014-06-124-6/+0
* Revert "QPID-5812: python high level API client receiver.fetch(timeout=N) blo...Andrew Stitcher2014-06-121-1/+1
* QPID-5812: python high level API client receiver.fetch(timeout=N) blocks fore...Pavel Moravec2014-06-121-1/+1
* QPID-5721: Improve exception message used when String operand cannot be inter...Keith Wall2014-06-123-44/+224
* QPID-5807: Remove boost::program_options as a header file dependency of qpid/...Andrew Stitcher2014-06-1115-98/+225
* QPID-3650: Avoid unaligned memory accessAndrew Stitcher2014-06-112-4/+15
* QPID-3650: Avoid unaligned memory accessAndrew Stitcher2014-06-101-1/+5
* QPID-5811: logging to assist investigation of test failuremacbean2014-06-101-1/+7
* QPID-5808: framer should consume only header bytesKen Giusti2014-06-091-1/+3
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-0911-182/+139
* QPID-5805: Disallow % and _ characters as escapes in selector LIKE expressionAndrew Stitcher2014-06-092-0/+4
* QPID-5804: Fix broken selector parsing of unary '+'Andrew Stitcher2014-06-092-1/+3
* QPID-5801: [Java Broker] BDB: Cache the sequence handler used for message seq...Keith Wall2014-06-094-33/+146
* QPID-5801: [Java Broker] BDB: Simply restore algorithm to efficiently calcula...Keith Wall2014-06-091-13/+36
* QPID-5715: Close committer on message store closeAlex Rudyy2014-06-092-2/+4
* QPID-5715: Unregister children MBeans on Virtual Host Node stopAlex Rudyy2014-06-093-13/+66
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-0719-139/+147