summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Use co -r instead of URL@REVAidan Skinner2009-08-241-1/+1
* Revert 807114Aidan Skinner2009-08-244-793/+3
* Use co -r instead of URL@REVAidan Skinner2009-08-244-3/+793
* slight tweak to the note informationRobert Gemmell2009-08-241-2/+2
* Make the highlighted (editable) attributes more distinguishableRobert Gemmell2009-08-241-1/+1
* QPID-2070: allow double clicking in the Channels table to open the default qu...Robert Gemmell2009-08-241-0/+58
* QPID-2069: Allow empty values to be specified for keys when creating bindings...Robert Gemmell2009-08-241-2/+12
* QPID-2071: Have the console clean up when the JMXConnectionNotification.CLOSE...Robert Gemmell2009-08-241-1/+6
* QPID-2068: add a key-value pair based createBinding dialog for Headers ExchangesRobert Gemmell2009-08-241-22/+118
* QPID-2073:Reduce the minimum vertical footprint of the QueueOperations to bet...Robert Gemmell2009-08-241-7/+13
* QPID-2072: add missing initialisations of sort column/directionRobert Gemmell2009-08-245-0/+16
* Added QPID_COMMON_EXPORT to convertIfRequired to satisfy Windows build.Stephen D. Huston2009-08-221-1/+1
* fixed some more channel attribute errors; eliminated most uses of catchup in ...Rafael H. Schloming2009-08-213-25/+42
* Implemented the new QMF ConnectionSettings and incorporated into the bindings.Ted Ross2009-08-2114-52/+475
* Use more friendly time setting for the Timer warningsAndrew Stitcher2009-08-211-2/+3
* Added documentation for AMQP 0-10 URL format.Jonathan Robie2009-08-211-0/+14
* fixed typo in test message contentRafael H. Schloming2009-08-211-3/+3
* fixed attribute errorRafael H. Schloming2009-08-211-2/+3
* implemented reconnect and separated out the protocol driver from the messagin...Rafael H. Schloming2009-08-205-256/+581
* Remove using namespace boost - not needed and causes confusion with uint8_t f...Stephen D. Huston2009-08-201-1/+0
* Add new file qpid/framing/List.cppStephen D. Huston2009-08-201-0/+1
* Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in ...Stephen D. Huston2009-08-203-12/+14
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-202-2/+8
* QPID-2060: right, if the results are the wrong size just HOLD ON A MO and ret...Aidan Skinner2009-08-201-0/+13
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-208-11/+357
* Fix for previous qmf change to carry on building with cmakeAndrew Stitcher2009-08-191-2/+2
* Fixed doxygen generation for the C++ APIsTed Ross2009-08-196-2/+17
* Introduce the public includes for the QMF interfaces.Ted Ross2009-08-1913-120/+786
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-193-4/+12
* QPID-2060: make sure we clean up the logfile after each test run.Aidan Skinner2009-08-192-40/+43
* Improved the cleanup-check at the end of every federation testTed Ross2009-08-191-35/+21
* QPID-2049: close the connection after checking the log file, giving the broke...Aidan Skinner2009-08-191-2/+1
* This is to fix the test failures introduced in r805267.Rajith Muditha Attapattu2009-08-181-2/+2
* Always log subscription state changes in the same way.Aidan Skinner2009-08-181-2/+1
* Added the BrokerStartupTest to 010ExcludesRajith Muditha Attapattu2009-08-181-0/+1
* Clarified for users who do not run the Java broker on the same machineJonathan Robie2009-08-181-3/+4
* QPID-2053: Allow queue names to be controlled for perftest (this allows multi...Gordon Sim2009-08-181-22/+31
* This commit allows a limited number of failover tests to run under the SSL pr...Rajith Muditha Attapattu2009-08-185-20/+28
* QPID-2051: relax the parser validation to only halt startup on fatal-errors i...Robert Gemmell2009-08-176-50/+97
* QPID-2056: ensure the table listeners are added to the new table when changin...Robert Gemmell2009-08-172-48/+56
* QPID-1911, QPID-1912, QPID-1913: make SelectorTest, TopicSessionTest, Selecto...Aidan Skinner2009-08-175-38/+79
* QPID-2055: update the save process for the log4j configuration file. Check if...Robert Gemmell2009-08-171-5/+32
* QPID-2042: update the save process for the access rights file. Check if the r...Robert Gemmell2009-08-171-5/+34
* QPID-2041: update the save process for the B64 MD5 password file. Only attemp...Robert Gemmell2009-08-171-8/+38
* QPID-2040: update the save process for the plain password file. Only attempt ...Robert Gemmell2009-08-171-8/+39
* QPID-2040: add a copy method to FileUtils that throws checked exceptions ins...Robert Gemmell2009-08-171-18/+31
* QPID-1978: add some missed expansions of button text, dialog headings to pluralRobert Gemmell2009-08-172-4/+4
* Ensured AlertingTest cleans up after its run. So we don't have to ant clean b...Martin Ritchie2009-08-161-0/+9
* QPID-2051, QPID-1975 : Add test to validate broker log4j startup does not res...Martin Ritchie2009-08-161-0/+141
* Give QpidTestCase the ability to set environment variables for the external b...Martin Ritchie2009-08-161-1/+28