| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QPID-4623: Implemented parser and evaluator for BETWEEN comparisons | Andrew Stitcher | 2013-03-15 | 2 | -19/+57 |
| * | QPID-4649: use qpid uuid library instead of python | Kenneth Anthony Giusti | 2013-03-15 | 3 | -6/+3 |
| * | QPID-4586: add ability to have qpidd establish outgoing connections | Gordon Sim | 2013-03-14 | 46 | -249/+2455 |
| * | QPID-4622: Implement 'LIKE' string matching operations in selector | Andrew Stitcher | 2013-03-14 | 4 | -18/+227 |
| * | QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add... | Robert Gemmell | 2013-03-14 | 3 | -2/+4 |
| * | QPID-4636: add unit tests for new TrustManagers | Robert Gemmell | 2013-03-14 | 3 | -0/+163 |
| * | QPID-4636: add support for a broker 'peerStore' that can be used to perform S... | Robert Gemmell | 2013-03-14 | 8 | -37/+324 |
| * | QPID-4593: Remove initial store type command line argument, simplify configur... | Alex Rudyy | 2013-03-14 | 19 | -939/+953 |
| * | QPID-4558: Fix string iterator being dereferenced 1 beyond end(). | Andrew Stitcher | 2013-03-14 | 1 | -2/+2 |
| * | QPID-4549 Applying Pavel's patch. | Rajith Muditha Attapattu | 2013-03-13 | 1 | -5/+2 |
| * | QPID-4559 - Added handling of the queue-delete preconditions in the qmf broke... | Ted Ross | 2013-03-13 | 5 | -5/+70 |
| * | QPID-3769 Modified the hashcode impl to match equals. Added a test case | Rajith Muditha Attapattu | 2013-03-13 | 2 | -5/+57 |
| * | QPID-3769 Applying a modified version of a patch from Siddesh Poyarekar. | Rajith Muditha Attapattu | 2013-03-13 | 1 | -7/+25 |
| * | QPID-4596,QPID-4638: Change authentication provider names to shorter names, r... | Alex Rudyy | 2013-03-13 | 21 | -36/+32 |
| * | QPID-4597: Missing licence on new java test added by rev 1449342. No other c... | Keith Wall | 2013-03-12 | 1 | -0/+19 |
| * | QPID-4595: ensure completions for previously received messages are sent when ... | Gordon Sim | 2013-03-12 | 1 | -0/+1 |
| * | QPID-4625: Extract amqp 1.0 application-properties from messages | Andrew Stitcher | 2013-03-12 | 6 | -5/+81 |
| * | QPID-4576: commit "ready" message if session is transactional; patch from Pav... | Gordon Sim | 2013-03-12 | 1 | -1/+4 |
| * | NO-JIRA: Separate catch/finally blocks in ha_tests.py to work on older python. | Alan Conway | 2013-03-12 | 1 | -35/+36 |
| * | QPID-4641: C++ build errors re virtual functions but non-virtual destructor | Alan Conway | 2013-03-12 | 1 | -0/+2 |
| * | QPID-4646: Remove Perl Makefile.PL from configure.ac | Darryl L. Pierce | 2013-03-12 | 1 | -1/+0 |
| * | QPID-4115: Moved the Python send and receive apps. | Darryl L. Pierce | 2013-03-12 | 3 | -5/+0 |
| * | QPID-4645: the firewall plugin no longer exists, functionality is aprt of the... | Robert Gemmell | 2013-03-12 | 2 | -3/+2 |
| * | QPID-4590: check management object exists before using it | Gordon Sim | 2013-03-12 | 1 | -2/+6 |
| * | QPID-4645: forgot the HA related jmx addon for the optional bdbstore | Robert Gemmell | 2013-03-12 | 1 | -2/+2 |
| * | QPID-4645: add the broker-plugins and bdbstore moudles as optional dependenci... | Robert Gemmell | 2013-03-11 | 4 | -2/+17 |
| * | QPID-4639: Add UI to add/delete virtual hosts into java broker web management... | Alex Rudyy | 2013-03-11 | 17 | -30/+471 |
| * | QPID-4638: Add UI to add/delete/update authentication providers into java bro... | Alex Rudyy | 2013-03-11 | 31 | -187/+1075 |
| * | NO-JIRA: Fix distcheck problems, missing files in installation. | Alan Conway | 2013-03-11 | 3 | -1/+5 |
| * | QPID-4637: Remove ProtocolFactory.h from the sources list; it no longer exists | Justin Ross | 2013-03-11 | 1 | -1/+0 |
| * | NO-JIRA: Fixed the Perl sources portion of release.sh. | Darryl L. Pierce | 2013-03-11 | 1 | -3/+0 |
| * | QPID-4596: remove manipulation of store files, and vhost store type etc. | Robert Gemmell | 2013-03-10 | 2 | -227/+1 |
| * | QPID-4390: misc cleanup | Robert Gemmell | 2013-03-10 | 5 | -39/+6 |
| * | QPID-4390: change new sytem property names to include broker to allow disting... | Robert Gemmell | 2013-03-10 | 4 | -12/+16 |
| * | QPID-4390: move the work dir defaulting and configuration fully within Broker... | Robert Gemmell | 2013-03-10 | 4 | -38/+166 |
| * | QPID-4390: remove dead code, method was only ever called with null envVarMap arg | Robert Gemmell | 2013-03-10 | 2 | -20/+2 |
| * | QPID-4390: misc logging related changes | Robert Gemmell | 2013-03-10 | 5 | -19/+32 |
| * | QPID-4390: move the store factory interface beside the other plugin factory i... | Robert Gemmell | 2013-03-10 | 8 | -4/+8 |
| * | QPID-4390: remove the BDB-HA store factory to remove it from the types usable... | Robert Gemmell | 2013-03-10 | 3 | -44/+1 |
| * | QPID-4445: make the jar file produced by the JCA module use 'jca' in its name... | Robert Gemmell | 2013-03-10 | 13 | -20/+182 |
| * | QPID-4632 - Improvement to queue threshold alerting | Ted Ross | 2013-03-08 | 6 | -92/+220 |
| * | QPID-4633, QPID-4634: RHEL 5 related compilation problems | Andrew Stitcher | 2013-03-08 | 5 | -8/+8 |
| * | QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleans | Andrew Stitcher | 2013-03-08 | 5 | -19/+44 |
| * | QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleans | Andrew Stitcher | 2013-03-08 | 2 | -0/+7 |
| * | QPID-4630: HA Fix starting from persistent store. | Andrew Stitcher | 2013-03-08 | 3 | -45/+88 |
| * | QPID-4274 Applied the same fix when an exchange is deleted as the same | Rajith Muditha Attapattu | 2013-03-07 | 1 | -0/+1 |
| * | QPID-4274 Applied Pavel's fix of setting the resolved time to zero, but | Rajith Muditha Attapattu | 2013-03-07 | 1 | -0/+1 |
| * | QPID-4558: Selectors for C++ broker - don't use boost::make_shared<>() | Andrew Stitcher | 2013-03-07 | 1 | -2/+1 |
| * | QPID-4612 - Updated doxygen comments | Ted Ross | 2013-03-07 | 2 | -38/+68 |
| * | QPID-4630: HA fix inconsistent header file paths in legacystore. | Alan Conway | 2013-03-07 | 3 | -7/+7 |