| Commit message (Expand) | Author | Age | Files | Lines |
| * | Management clean-up. Made the management broker more defensive with regard t... | Ted Ross | 2008-06-04 | 2 | -25/+45 |
| * | QPID-1062: use BBDecoder for non fragmented segments, modified BBDecoder/Enco... | Rafael H. Schloming | 2008-06-04 | 8 | -25/+88 |
| * | Request a timely reqply to session.completed based on configured flush interval. | Alan Conway | 2008-06-04 | 3 | -5/+13 |
| * | QPID-1121 | Ted Ross | 2008-06-04 | 1 | -1/+3 |
| * | Increased default flush interval to 1MB, send spontaneous known-completed at ... | Alan Conway | 2008-06-04 | 5 | -11/+72 |
| * | Change to lazy-loading to avoid relying on the content-size to be set by client. | Gordon Sim | 2008-06-04 | 3 | -14/+22 |
| * | Avoid use of valgrind --log-file-exactly flag, removed in valgrind 3.3 | Alan Conway | 2008-06-04 | 4 | -9/+9 |
| * | QPID-1120: Changed addDeliveredMessage and commit so session.completed is sen... | Arnaud Simon | 2008-06-04 | 2 | -15/+52 |
| * | Removed assignment of a string literal that causes problems with some newer c... | Ted Ross | 2008-06-04 | 2 | -6/+6 |
| * | Create pid-dir if it does not exist | Ted Ross | 2008-06-03 | 1 | -0/+10 |
| * | Use help2man if available, pre-generated qpidd.1 if available, fall back to d... | Alan Conway | 2008-06-03 | 1 | -6/+9 |
| * | QPID-901: honor the timely-reply flag and handle known-completed | Rafael H. Schloming | 2008-06-03 | 2 | -9/+38 |
| * | QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpidd | Ted Ross | 2008-06-03 | 4 | -7/+28 |
| * | QPID-1062: modified generated code to keep packing flags in wire form and ove... | Rafael H. Schloming | 2008-06-03 | 10 | -185/+170 |
| * | Management fixes: set session.detachedLifetime to 0, set journal->queue link ... | Ted Ross | 2008-06-03 | 2 | -3/+10 |
| * | QPID-1112: Update previous commit by re-using messageAcknowledge (added a fla... | Arnaud Simon | 2008-06-03 | 5 | -46/+22 |
| * | QPID-1114 moved --pid-dir from config file to startup script | Ted Ross | 2008-06-03 | 2 | -3/+2 |
| * | Better exception handling for commit. | Gordon Sim | 2008-06-03 | 2 | -2/+6 |
| * | QPID-1115: Only generate client ID when necessary | Arnaud Simon | 2008-06-03 | 3 | -38/+8 |
| * | Fixed typo in options. | Gordon Sim | 2008-06-03 | 1 | -1/+1 |
| * | Add ConnectionOptions.h to sources for each test program. | Gordon Sim | 2008-06-03 | 1 | -9/+9 |
| * | Reverted move of ConnectionOptions (without the parse functionality they aren... | Gordon Sim | 2008-06-03 | 4 | -9/+5 |
| * | Move ConnectionOptions into qpid::client. | Gordon Sim | 2008-06-03 | 4 | -5/+9 |
| * | QPID-1112: Added sessionCompleted support and changed onMessage for invoking ... | Arnaud Simon | 2008-06-03 | 4 | -3/+42 |
| * | QPID-1108 patch from Manuel Teira | Carl C. Trieloff | 2008-06-03 | 1 | -20/+2 |
| * | Queue stats: byteDepth now computed periodically | Ted Ross | 2008-06-02 | 3 | -7/+21 |
| * | Added byteDepth back into Queue managment class | Ted Ross | 2008-06-02 | 1 | -0/+1 |
| * | Separate option parsing from qpid::client::ClientSettings. | Alan Conway | 2008-06-02 | 15 | -73/+92 |
| * | QPID-1114 Daemon mode improvements | Ted Ross | 2008-06-02 | 6 | -19/+22 |
| * | Improve performance of synchronous publication by not requesting known-comple... | Gordon Sim | 2008-06-02 | 4 | -7/+25 |
| * | Added --syslog-name, --syslog-facility options. | Alan Conway | 2008-06-02 | 10 | -60/+152 |
| * | Fix that works on 1.33/gcc4.1 up to boost 1.34.13/gcc 4.3 | Alan Conway | 2008-06-02 | 1 | -5/+5 |
| * | Fixed dereference of null pointer | Ted Ross | 2008-06-02 | 1 | -1/+2 |
| * | Backed out previous fix compiler for warning, it fails with boost 1.33. | Alan Conway | 2008-06-02 | 1 | -5/+1 |
| * | QPID-1113 Management cleanup and performance enhancements | Ted Ross | 2008-06-02 | 28 | -335/+390 |
| * | Fix compiler warning with gcc 4.3 | Alan Conway | 2008-06-02 | 1 | -1/+5 |
| * | QPID-1110: use pre-acquire mode when message selector is the empty string | Arnaud Simon | 2008-06-02 | 1 | -1/+3 |
| * | disable use of module-dir when running examples | Gordon Sim | 2008-06-02 | 1 | -1/+1 |
| * | Minor updates to tests: | Gordon Sim | 2008-06-02 | 5 | -15/+15 |
| * | Use InlineVector for AMQFrame, reduces heap allocations by 13%. | Alan Conway | 2008-06-02 | 2 | -3/+3 |
| * | Removed redundant flush request. | Gordon Sim | 2008-05-30 | 1 | -1/+0 |
| * | Add short sleep before killing python server to ensure it has had a chance to... | Gordon Sim | 2008-05-30 | 1 | -0/+1 |
| * | QPID-754: changed prop name | Arnaud Simon | 2008-05-30 | 1 | -1/+1 |
| * | Convert remaining cppunit tests to boost test framework to reduce dependencies. | Gordon Sim | 2008-05-30 | 23 | -2100/+1846 |
| * | This check in is for QPID-1102. | Rajith Muditha Attapattu | 2008-05-30 | 3 | -13/+355 |
| * | QPID-1100 crash when config file contains commented-out commands (patch from ... | Ted Ross | 2008-05-29 | 1 | -46/+65 |
| * | Performnace fix, improves 6-8% on high core count machines. | Carl C. Trieloff | 2008-05-29 | 3 | -5/+13 |
| * | Packaing error - SessionId.h | Alan Conway | 2008-05-29 | 1 | -1/+1 |
| * | Correct declarations to be the same as definitions. | Gordon Sim | 2008-05-29 | 2 | -2/+2 |
| * | Move AckPolicy impl from header to .cpp; ensure that completion is marked eve... | Gordon Sim | 2008-05-29 | 3 | -24/+58 |