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