summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-078-32/+34
* QPID-5666: HA fails with resource-limit-exceeded: Exceeded replicated queue l...Alan Conway2014-04-077-26/+55
* QPID-5665 : [Java Broker] remove commented out codeRobert Godfrey2014-04-071-4/+1
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-0756-1942/+1436
* QPID-5664: correct documentation of the client side option value related to t...Robert Gemmell2014-04-071-1/+1
* QPID-5048: update property to reflect the 'cpp' profile being non-persistent ...Robert Gemmell2014-04-071-1/+1
* QPID-5048: update broker assembly NOTICE file and dependency check reference ...Robert Gemmell2014-04-052-35/+0
* QPID-5657: update the geronimo jms 1.1 spec jar from 1.0 to 1.1.1, for the An...Robert Gemmell2014-04-053-3/+3
* QPID-5048: fix parsing error in AbstractTestLogging when determining connecti...Robert Gemmell2014-04-052-19/+21
* QPID-5048: some minor additions and whitespace fixups to the licence/notice infoRobert Gemmell2014-04-055-20/+35
* QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-0529-77/+1468
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-04206-5592/+6046
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-0454-1871/+2682
* QPID-5661: Set default cmake build to exclude linearstoreKim van der Riet2014-04-031-2/+2
* QPID-5660: [legacystore] Python tests fail with syntax error on Python 2.4Kim van der Riet2014-04-033-2/+4
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-0214-19/+26
* QPID-5658: Small changes to compile with clang's libc++Andrew Stitcher2014-04-024-2/+11
* Change CMake version check from 2.8.0 to 2.8.3 per QPID-5646Stephen D. Huston2014-04-021-1/+1
* QPID-5648: restore processing the ConnectionSettings protocol, lost inadverte...Clifford Allan Jansen2014-04-022-5/+9
* QPID-5362: Bugfix for qpid_qls_analyzeKim van der Riet2014-04-013-26/+37
* QPID-5653, QPID-5624: Remove support for virtual host xml and make message an...Keith Wall2014-04-01213-6831/+3521
|\
| * NO-JIRA: Final merge from trunk before reintegrationjava-broker-bdb-ha2Keith Wall2014-04-018-12/+156
| |\ | |/ |/|
* | QPID-5048: modified deployment plugin config so only expected artifacts get d...Robert Gemmell2014-03-282-11/+10
* | QPID-5048: added basic cpp broker test profileRobert Gemmell2014-03-282-1/+51
* | QPID-5651: [C++ broker] segfault in qpid::linearstore::journal::jdir::clear_d...Pavel Moravec2014-03-281-0/+1
* | QPID-5646: Fixes Proton detection to work with non standard pkg-config locationAndrew Stitcher2014-03-271-0/+2
* | QPID-5639 : add dependency stub for cryptojs libraryRobert Godfrey2014-03-271-0/+22
* | QPID-5646: Fixes Proton detection to work with cmake 2.6Andrew Stitcher2014-03-271-6/+13
* | QPID-5646: Detect and build against earlier versions of Proton.Andrew Stitcher2014-03-272-0/+63
| * QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-3127-175/+290
| * QPID-5624: Refactor implementation of the 1.3 StoreUpgraderKeith Wall2014-03-311-173/+216
| * NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-2823-1344/+532
| * NO-JIRA: Merge changes from trunk.Keith Wall2014-03-265-39/+39
| |\ | |/ |/|
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-2634-2913/+4799
* | QPID-5048: maven license plugin optimisation & enhanced license file generationKeith Wall2014-03-255-39/+39
| * NO-JIRA: Accidentally ommitted from last commitKeith Wall2014-03-261-338/+0
| * NO-JIRA: Merge changes from trunk.Keith Wall2014-03-25148-4696/+6789
| |\ | |/ |/|
* | NO-JIRA: HA doc note that ha-public-url is only needed for amq.failoverAlan Conway2014-03-241-30/+18
* | QPID-4738: Fix qpid-ha status --all when used with a standalone broker.Alan Conway2014-03-241-2/+2
* | QPID-5639 : Remove Unicode from source fileRobert Godfrey2014-03-241-1/+1
* | QPID-5643: qpid-route route map does not pass credentials to other brokers i...Pavel Moravec2014-03-241-1/+3
* | QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-2348-795/+1606
* | QPID-5640 : [Java Broker] Allow the Json virtual host store to save bindingsRobert Godfrey2014-03-231-1/+40
* | QPID-5633 : [Java Broker] Change the way StoreConfigurationChangeListener der...Robert Godfrey2014-03-234-93/+14
* | NO-JIRA: Use better logic to locate Visual Studio vcvars on 32-/64-bit systemsCharles E. Rolke2014-03-221-14/+62
* | QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-2117-44/+1489
* | QPID-5634: Update ACL broker documentation after introduction of virtualhost_...Keith Wall2014-03-212-76/+102
* | QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-2128-515/+1122
* | QPID-5641: [legacystore] Valgrind reports memory leaks on older store testsKim van der Riet2014-03-215-1727/+0
* | QPID-5048: new maven enforcer plugin rule for checking license filesAlex Rudyy2014-03-213-0/+346