| Commit message (Expand) | Author | Age | Files | Lines |
| * | Quote all non-printable ASCII characters (not just control characters) | Alan Conway | 2008-02-12 | 1 | -3/+3 |
| * | Added a test (currently disabled) that highlights a deadlock in the client wh... | Gordon Sim | 2008-02-11 | 1 | -8/+40 |
| * | Quote unprintable control characters in log output. | Alan Conway | 2008-02-07 | 1 | -0/+20 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-780 | Alan Conway | 2008-02-06 | 2 | -1/+2 |
| * | Replaced --enable-cluster option with --with-cpg to enable/disable CPG. | Alan Conway | 2008-02-06 | 1 | -1/+1 |
| * | Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551 | Alan Conway | 2008-02-05 | 2 | -0/+19 |
| * | add interval pu/sub options to test many concurrent connections | Carl C. Trieloff | 2008-02-04 | 1 | -2/+12 |
| * | Use 'guest' as default uid and password for tests. | Gordon Sim | 2008-02-01 | 1 | -2/+2 |
| * | Cluster code fixed for changes in codebase. | Alan Conway | 2008-02-01 | 10 | -330/+90 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 1 | -1/+1 |
| * | Provide public read-access to IListNode pointers, so frame handlers | Alan Conway | 2008-01-29 | 1 | -0/+4 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 7 | -427/+0 |
| * | Added disabled test and FIXME note to fix client-side race. | Alan Conway | 2008-01-28 | 1 | -18/+26 |
| * | Convert ClientSessionTest to boost. | Alan Conway | 2008-01-28 | 2 | -109/+101 |
| * | Improved/additional client API tests. | Alan Conway | 2008-01-24 | 9 | -415/+196 |
| * | qpid/IList.h: Added public T* getNext(), T* getPrev() to IListNode so node su... | Alan Conway | 2008-01-18 | 1 | -2/+16 |
| * | Added a test to measure latency (still needs refining, still evolving) | Gordon Sim | 2008-01-17 | 2 | -0/+376 |
| * | Removed erroneous comment | Gordon Sim | 2008-01-17 | 1 | -7/+0 |
| * | Intrusive list template qpid::IList and unit tests. | Alan Conway | 2008-01-17 | 3 | -12/+256 |
| * | Add option to perftest to run for n iterations and print averages of all repo... | Gordon Sim | 2008-01-16 | 1 | -75/+128 |
| * | Added option for making each published message have unique data (that can be ... | Gordon Sim | 2008-01-15 | 1 | -5/+26 |
| * | Client always collects at least an entire frameset into a single buffer | Alan Conway | 2008-01-10 | 1 | -1/+1 |
| * | Extra level of exception handling to prevent core dumps. | Gordon Sim | 2008-01-09 | 1 | -2/+7 |
| * | Ensure tx test retains durability of 'transfered' messages. | Gordon Sim | 2008-01-04 | 1 | -0/+1 |
| * | Additional test for excercising transactional behaviour. | Gordon Sim | 2008-01-04 | 2 | -0/+275 |
| * | Makefile.am: added check-long target to run perftest scenarios. | Alan Conway | 2008-01-04 | 7 | -5/+25 |
| * | Fixed to ensure that the correct exchange is used for different modes. (Previ... | Gordon Sim | 2007-12-20 | 1 | -7/+8 |
| * | Changed to use the new session api, made size and max-frame-size configurable. | Gordon Sim | 2007-12-17 | 1 | -74/+83 |
| * | Fix sequence numbers and sequence checks in perftest. | Alan Conway | 2007-12-14 | 1 | -17/+18 |
| * | Updated tests expectations inline with recent change to default logging output | Gordon Sim | 2007-12-14 | 1 | -1/+1 |
| * | Allow the queue policy to be set through command line options | Gordon Sim | 2007-12-14 | 1 | -7/+16 |
| * | perftest: | Alan Conway | 2007-12-13 | 2 | -31/+42 |
| * | Some fixes relating to message 'staging'. | Gordon Sim | 2007-12-13 | 1 | -3/+3 |
| * | Updated valgrind suppressions for F8. | Alan Conway | 2007-12-12 | 1 | -25/+4 |
| * | src/qpid/InlineAllocator.h: Removed cast, causing problems on alpha platform. | Alan Conway | 2007-12-12 | 1 | -0/+1 |
| * | src/tests/ClientSessionTest.cpp: Disabled hanging test: testDisconnectResume. | Alan Conway | 2007-12-11 | 3 | -55/+50 |
| * | Improved exception message for messages out-of-order. | Alan Conway | 2007-12-10 | 1 | -5/+12 |
| * | Added missing trailing \ to Makefile.am - the cause of the cruisecontrol buil... | Kim van der Riet | 2007-12-10 | 1 | -1/+1 |
| * | src/tests/SocketProxy.h: proxy between local client & server to simulate netw... | Alan Conway | 2007-12-10 | 5 | -42/+108 |
| * | src/tests/Makefile.am: Add BrokerFixture.h to sourc lists | Alan Conway | 2007-12-07 | 1 | -1/+1 |
| * | Summary: | Alan Conway | 2007-12-07 | 5 | -95/+182 |
| * | Removed redundant TimerA, use intrusive_ptr for Timer. | Alan Conway | 2007-12-06 | 1 | -4/+5 |
| * | Extra exception info. | Alan Conway | 2007-12-05 | 1 | -3/+7 |
| * | Fixed problems with setting pub/sub hosts. | Alan Conway | 2007-12-05 | 1 | -19/+12 |
| * | Fixed errors in usage text. | Alan Conway | 2007-12-05 | 1 | -6/+3 |
| * | Updates to topic test | Gordon Sim | 2007-12-04 | 2 | -43/+37 |
| * | Add option for durability to topic test | Gordon Sim | 2007-12-03 | 2 | -11/+16 |
| * | Fix problem where client does notice disconnection from Broker. | Alan Conway | 2007-12-01 | 3 | -61/+100 |
| * | Altered topic test to use the new session api. | Gordon Sim | 2007-11-30 | 2 | -59/+71 |
| * | Changes to threading: queues serialiser removed, io threads used to drive dis... | Gordon Sim | 2007-11-29 | 2 | -29/+59 |