summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix repository location and update CMake-based build instructionsStephen D. Huston2009-10-211-7/+8
* Update to buildCreator to REVISIONS.txt. Includes URL for source. along with ...Martin Ritchie2009-10-211-1/+20
* Sort Patches so they apply alphabeticallyMartin Ritchie2009-10-211-0/+1
* Update patch command to have option -E so that it will remove empty filesMartin Ritchie2009-10-211-1/+1
* Update PropertiesFileInitialContextFactory to give more details on error.Martin Ritchie2009-10-212-37/+2
* QPID-1872: remove systest and reinstate equivalent unit testRobert Gemmell2009-10-212-52/+2
* QPID-1304: update ACL test + configuration file to use a static ACL configura...Robert Gemmell2009-10-212-6/+30
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-2131-11/+4104
* Add ability to load modules from something other than a .so file; allows load...Stephen D. Huston2009-10-212-1/+11
* Fixed memory leak on broker shutdown. Broker's management agent pointer is nowTed Ross2009-10-202-6/+6
* Modified to work on Windows; fixes QPID-2149.Stephen D. Huston2009-10-202-11/+18
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-208-77/+79
* Supress TCPConnector join leak, disabled valgrind --gen-supressions - too ver...Alan Conway2009-10-202-1/+16
* QPID-1301 Updated test configMarnie McCormack2009-10-201-10/+11
* QPID-2131: fix for dropped auth in cluster membersNuno Santos2009-10-201-1/+5
* QPID-2126 - Sync the python QMF bindings to the current Ruby QMF bindings imp...Ted Ross2009-10-203-175/+842
* QPID-2055: update test to ensure all test files created are cleared upRobert Gemmell2009-10-202-1/+12
* QPID-2055: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-26/+25
* QPID-2042: update test to ensure all test files created are cleared upRobert Gemmell2009-10-201-2/+7
* QPID-2042: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-20/+24
* QPID-2041: update test to ensure all test files created are cleared upRobert Gemmell2009-10-201-10/+29
* QPID-2041: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-20/+25
* QPID-2040: update test to ensure all test files created are cleared upRobert Gemmell2009-10-201-0/+20
* QPID-2040: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-21/+25
* QPID-1301 Fixes for issues with temporary queue permissions, including promot...Marnie McCormack2009-10-203-223/+298
* Change CPG initialization log message to notice level.Alan Conway2009-10-191-2/+2
* QPID-1859 - Converted System.out.println to _logger.info.Martin Ritchie2009-10-191-5/+8
* QPID-2085 : Revert the addition of APPEND. We should use a rolling file appen...Martin Ritchie2009-10-192-6/+1
* Remove Java 1.6 @Overrides on interface implmentationsMartin Ritchie2009-10-192-17/+3
* QPID-1816 : When client fails over due to an error, that error is still held ...Martin Ritchie2009-10-192-0/+22
* r817742 (the fix for QPID-2102) did not cover the case for 2pc transactions r...Gordon Sim2009-10-184-5/+26
* Change threshold for reporting a timer as late from 10 to 50 msec. Resolves Q...Stephen D. Huston2009-10-161-1/+1
* Add API doc generation and install to CMake build.Stephen D. Huston2009-10-162-2/+42
* Consistently show qpid-based paths in #include directives. Help this work fro...Stephen D. Huston2009-10-161-4/+4
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-163-1/+3
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-163-66/+38
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-164-16/+24
* Fix creating socket in the wrong place for listen()Andrew Stitcher2009-10-161-2/+2
* Protect close methodCarl C. Trieloff2009-10-161-1/+2
* QPID-1304: add vhost access check for missed corner cases, allowing for users...Robert Gemmell2009-10-161-1/+10
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-156-5/+46
* QPID-2148 Override tearDown to ignore JMSExceptionMarnie McCormack2009-10-151-0/+14
* Added select for object queries (Ruby).Ted Ross2009-10-152-8/+51
* QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost...Robert Gemmell2009-10-154-12/+152
* Merge java-network-refactor branchAidan Skinner2009-10-1560-2587/+2578
* Make ppid optional; it's not available on WindowsStephen D. Huston2009-10-151-1/+6
* Improved test output capturing in automated tests; correctly get exe process ...Stephen D. Huston2009-10-155-28/+62
* add property to enable overriding QPID_WORK during test runsRobert Gemmell2009-10-142-3/+6
* Have qpidd -q wait till the qpidd process exits before returning.Alan Conway2009-10-131-2/+10
* QPID-1204: add temporary workaround for connection close race condition at te...Robert Gemmell2009-10-134-7/+174