| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-5192: make the protocol and logging source generation explicitly trigger... | Robert Gemmell | 2013-09-29 | 3 | -31/+27 |
| * | QPID-5192: remove erroneous template, it causes creation of a junk file simpl... | Robert Gemmell | 2013-09-29 | 1 | -37/+0 |
| * | QPID-5158: remove old/duplicate create-version target, fix version.file prope... | Robert Gemmell | 2013-09-29 | 4 | -24/+4 |
| * | QPID-5190 : [JMS AMQP 1.0 CLient] Notify the connection endpoint when the soc... | Robert Godfrey | 2013-09-29 | 3 | -1/+24 |
| * | QPID-5184 : Setting message expiration to 0 should lead to the header propert... | Robert Godfrey | 2013-09-27 | 2 | -17/+94 |
| * | QPID-5127 : ClassCastException on message conversion to 1-0 | Robert Godfrey | 2013-09-27 | 2 | -4/+53 |
| * | QPID-5182 : The details of custom error-conditions are not being preserved up... | Robert Godfrey | 2013-09-27 | 2 | -1/+60 |
| * | QPID-5159: add management/common to the broker module.depends to ensure its i... | Robert Gemmell | 2013-09-27 | 1 | -1/+1 |
| * | QPID-5178 : Flow detail from Rejected outcome though to MessageRejectedExcep... | Robert Godfrey | 2013-09-26 | 2 | -4/+23 |
| * | QPID-5177 : Add support for default outcome, and assume default outcome is AC... | Robert Godfrey | 2013-09-26 | 1 | -3/+37 |
| * | QPID-4901 : Queue Browser hangs on reaching end of queue | Robert Godfrey | 2013-09-26 | 5 | -7/+32 |
| * | QPID-5615 : No mapping from JMS JMSXGroupID property to AMQP message group-id | Robert Godfrey | 2013-09-26 | 1 | -31/+52 |
| * | QPID-5138: Respect user preference setting for update period | Alex Rudyy | 2013-09-26 | 1 | -7/+27 |
| * | QPID-5138: Use timezones from Broker JVM | Alex Rudyy | 2013-09-25 | 6 | -47/+206 |
| * | QPID-5113 : JMS Client - JMS Connection exception listener is not notified w... | Robert Godfrey | 2013-09-25 | 5 | -6/+121 |
| * | NO-JIRA : set svn:eol-style to native | Robert Godfrey | 2013-09-25 | 8 | -2913/+2913 |
| * | QPID-5172 : Thread safety issue in StringTypeConstructor.construct and Symbo... | Robert Godfrey | 2013-09-25 | 2 | -62/+9 |
| * | QPID-5167 : Allow sync_publish flag to be controlled from the ConnectionFacto... | Robert Godfrey | 2013-09-25 | 3 | -1/+29 |
| * | NO-JIRA : set svn:eol-style to native | Robert Godfrey | 2013-09-25 | 54 | -7988/+7988 |
| * | QPID-5138: Convert the time displayed in log viewer, message viewer, etc into... | Alex Rudyy | 2013-09-25 | 8 | -124/+463 |
| * | QPID-5166 : Lazily create dispatcher thread in JMS Session implementation (p... | Robert Godfrey | 2013-09-25 | 1 | -2/+6 |
| * | QPID-5048: move extraction of the broker release binary for system testing us... | Robert Gemmell | 2013-09-24 | 3 | -3/+3 |
| * | QPID-5048: add initial pom files for a maven build | Robert Gemmell | 2013-09-23 | 37 | -0/+4241 |
| * | QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard ex... | Robert Gemmell | 2013-09-23 | 5 | -9/+9 |
| * | QPID-5161: prevent StoreOverfullTest from infinite looping if the client isn'... | Robert Gemmell | 2013-09-23 | 1 | -0/+29 |
| * | QPID-5161: make UTF8Test use the resources in the jar instead of searching fo... | Robert Gemmell | 2013-09-23 | 2 | -4/+9 |
| * | QPID-5161: make QTC able to generate the test.excludesfiles property contents... | Robert Gemmell | 2013-09-23 | 1 | -2/+17 |
| * | QPID-5161: make QBTC use the canonical working dir, and throw an exception if... | Robert Gemmell | 2013-09-23 | 1 | -1/+20 |
| * | QPID-5161: use a full test implementation of MessageMetaDataType to ensure th... | Robert Gemmell | 2013-09-23 | 5 | -11/+296 |
| * | QPID-5163: move generation of the ACL log messages to broker-core alongside a... | Robert Gemmell | 2013-09-23 | 3 | -7/+1 |
| * | QPID-5162: move the bdbstore-specific systests to their own module | Robert Gemmell | 2013-09-23 | 12 | -24/+100 |
| * | QPID-5161: update CloseOnNoRouteForMandatoryMessageTest to account for an add... | Robert Gemmell | 2013-09-23 | 1 | -0/+18 |
| * | QPID-5160: add a qpid-test-utils module instead of making every modules tests... | Robert Gemmell | 2013-09-23 | 34 | -54/+455 |
| * | QPID-5159: fixups after previous directory rename of broker to broker-core | Robert Gemmell | 2013-09-23 | 35 | -104/+139 |
| * | QPID-5159: move the entire broker dir to broker-core, no other changes, fixup... | Robert Gemmell | 2013-09-23 | 601 | -0/+0 |
| * | QPID-5158: extract the generation process for the common and broker modules i... | Robert Gemmell | 2013-09-23 | 6 | -131/+243 |
| * | QPID-5157: Remove dead target whose execution is conditional on a property wh... | Robert Gemmell | 2013-09-23 | 2 | -23/+1 |
| * | QPID-5157: remove unused test-only mock implementation | Robert Gemmell | 2013-09-23 | 1 | -105/+0 |
| * | QPID-5138: Add functionality to delete user preferences from web management c... | Alex Rudyy | 2013-09-19 | 4 | -42/+148 |
| * | QPID-5138: Protect user preferences operations with ACL | Alex Rudyy | 2013-09-19 | 10 | -1/+402 |
| * | QPID-5138: Change http management to use AuthenticationProvider for getting r... | Alex Rudyy | 2013-09-17 | 7 | -40/+39 |
| * | QPID-5138: Disallow setting of preferneces provider for anonymous authenticat... | Alex Rudyy | 2013-09-17 | 9 | -78/+138 |
| * | NO-JIRA: Remove background in qpid logo from web management console | Alex Rudyy | 2013-09-14 | 1 | -0/+0 |
| * | QPID-5138: Add preferences UI into web management console | Alex Rudyy | 2013-09-14 | 11 | -7/+479 |
| * | QPID-5138: Add preferences REST interfaces to get, set and delete preferences | Alex Rudyy | 2013-09-14 | 6 | -0/+532 |
| * | QPID-5138: Add UI into web management console for creation and editing prefer... | Alex Rudyy | 2013-09-14 | 14 | -55/+727 |
| * | QPID-5138: Add preferences provider REST interfaces | Alex Rudyy | 2013-09-14 | 3 | -0/+160 |
| * | QPID-5138: Integrate preferences provider into Broker model, create associati... | Alex Rudyy | 2013-09-14 | 27 | -63/+801 |
| * | QPID-5138: Introduce preferences provider interface and its implementation st... | Alex Rudyy | 2013-09-14 | 3 | -0/+901 |
| * | Introduce UpdatableGrid widget | Alex Rudyy | 2013-09-14 | 4 | -143/+210 |