summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NO-JIRA - Fixed setup script in tools.Ted Ross2012-02-221-10/+11
* NO-JIRA: Extend genpom's search path to include a modules private /lib directoryKeith Wall2012-02-221-1/+1
* QPID-3865: Remove unreliable CancelTestKeith Wall2012-02-221-101/+0
* QPID-3571: A generic Posix poller implementationAndrew Stitcher2012-02-213-12/+41
* QPID-3864: Clean up the dist lists. Thanks to Andrew Stitcher for the patch.Justin Ross2012-02-212-3/+0
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-215-18/+49
* QPID-3862: Static Trace points for System tap / DtraceAndrew Stitcher2012-02-216-2/+123
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-215-12/+41
* QPID-3595 : Python Alternate Exchange tests (don't) fail against the Java BrokerRobert Godfrey2012-02-211-3/+0
* QPID-3594 : Python exclusive queue declaration test fails against Java BrokerRobert Godfrey2012-02-212-4/+8
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Fix Excha...Robert Godfrey2012-02-214-29/+76
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java AMQP...Robert Godfrey2012-02-212-3/+1
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok...Robert Godfrey2012-02-212-3/+3
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok...Robert Godfrey2012-02-217-34/+28
* QPID-3861 : Race condition in the python msg group test using a queue browserRobert Godfrey2012-02-211-4/+4
* QPID-3598 : Python Fanout Exchange query test fails against Java BrokerRobert Godfrey2012-02-211-3/+0
* QPID-3596 : Python tests fails as Java Broker does not validate for reserved ...Robert Godfrey2012-02-213-35/+63
* QPID-3861 : Run Python Message Grouping tests against the Java Broker; also f...Robert Godfrey2012-02-212-4/+6
* QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with inval...Robert Godfrey2012-02-213-5/+5
* QPID-2750: remove erroneous assert about 'LongString' lengthsRobert Gemmell2012-02-201-3/+0
* QPID-3589 : Python tests fails against Java broker due to difference in excep...Robert Godfrey2012-02-202-4/+1
* QPID-3590 : Python test fails because Java broker (correctly) does not suppor...Robert Godfrey2012-02-201-3/+0
* QPID-3588 : Python message echo test fails against Java broker because only e...Robert Godfrey2012-02-201-3/+0
* QPID-3590 : Python test fails because Java broker (correctly) does not suppor...Robert Godfrey2012-02-201-3/+3
* QPID-3728: remove uncessary restriction on checking against 'internal' brokersRobert Gemmell2012-02-201-1/+1
* QPID-3588 : Python message echo test fails against Java broker because only e...Robert Godfrey2012-02-201-0/+4
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-2016-216/+294
* QPID-3095 : AMQBrokerDetails equals() and hashCode() methods do not adhere to...Robert Godfrey2012-02-201-4/+4
* QPID-3857: remove the protected Impl method now that we dont need the Session...Robert Gemmell2012-02-202-8/+1
* QPID-3857: Fix racing conditions on registering session in connection and sen...Robert Gemmell2012-02-202-1/+1
* QPID-1505 : PlainSaslServer throws and immediately catches and wraps Sasl Exc...Robert Godfrey2012-02-202-28/+37
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-202-0/+57
* NO-JIRA: update the IO Interface required for supporting outbound client conn...Robert Gemmell2012-02-191-1/+1
* QPID-3293: document additional I/O system propertiesRobert Gemmell2012-02-191-0/+18
* NO-JIRA: update docs to mention new qpid.tcp_nodelay option instead of older ...Robert Gemmell2012-02-191-6/+10
* NO-JIRA: improve cross referencing of config optionsRobert Gemmell2012-02-191-11/+11
* QPID-3679: correct Connection URL related documentation about prefetch to ind...Robert Gemmell2012-02-191-4/+9
* QPID-3293: add new system properties for setting client send/receive buffer s...Robert Gemmell2012-02-193-9/+78
* QPID-3855: only increment activeConsumerCount during registration if the subs...Robert Gemmell2012-02-193-3/+68
* QPID-3052: add internal and spawned test profiles for the 0-8 and 0-9 protocolsRobert Gemmell2012-02-1912-0/+410
* QPID-3827: FirewallConfigTests fail on FreeBSD Jenkins CI due to peer IP repo...Keith Wall2012-02-181-14/+26
* QPID-3854: SO_REUSEADDR should be applied to server socket before bind()Keith Wall2012-02-181-1/+1
* NO-JIRA: Added extra logging to better understand FailoverMethodTest failure ...Keith Wall2012-02-181-23/+18
* NO-JIRA: update expired test SSL certificateRobert Gemmell2012-02-173-16/+16
* more fixes for compilation under fedora 18, new gccNuno Santos2012-02-173-1/+3
* QPID-3603: Add HA tests to automake and cmake.Alan Conway2012-02-172-1/+3
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-176-1192/+1191
* NO-JIRA: Remove out-of-date generated header in HaBroker.hAlan Conway2012-02-171-1/+0
* QPID-3603 - Added missing files to CMakeLists.txtTed Ross2012-02-171-0/+2
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-1796-912/+4330