summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-0726-719/+36
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-0632-255/+555
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-0628-505/+374
* QPID-5802: [Java Broker] Temporarily remove the slow message store and quota ...Keith Wall2014-06-068-1193/+0
* QPID-5800: [Java Broker] Add DurableConfigurationStore#onDelete method to all...Keith Wall2014-06-0610-31/+79
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-0642-2328/+2639
* QPID-5715: Fix various issues with configuration upgrader to model 2 and stor...Alex Rudyy2014-06-068-249/+513
* QPID-5721: [Java Broker] Improve test coverage for default attributes, and at...Keith Wall2014-06-056-25/+196
* NO-JIRA: Fix incorrectly named transport option. Add description for protocol...Gordon Sim2014-06-051-2/+13
* QPID-5788: delayed initiation of nssGordon Sim2014-06-041-13/+34
* QPID-5798: [Java Broker Tests] Intermittent failure of FailoverBehaviourTest ...Keith Wall2014-06-031-1/+6
* QPID-5793: prevent leak due to concurrent bind and deleteGordon Sim2014-06-031-3/+13
* QPID-5793: prevent deadlock between timer and consumeGordon Sim2014-06-031-1/+3
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-0313-148/+299
* QPID-5767: [linearstore] broker segfaults when recovering journal file with d...Kim van der Riet2014-06-027-21/+27
* QPID-5797: [qpid-tools]: inability to call some QMF methods (queueMoveMessage...Pavel Moravec2014-06-021-5/+17
* QPID-5783: Share immutable state EXTERNCharles E. Rolke2014-06-011-1/+1
* QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...Keith Wall2014-05-305-111/+32
* QPID-5794: Fix the regex in spout.rbDarryl L. Pierce2014-05-301-2/+2
* QPID-5790: avoid use of poll if select is monkey-patched by Eventlet/Greenthr...Ken Giusti2014-05-301-2/+10
* QPID-5773: back out non-functional recv path change from QPID-4872Ken Giusti2014-05-291-16/+7
* NO-JIRA: HA documentation: security configuration troubleshootingAlan Conway2014-05-291-22/+62