| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | src/tests/perfdist: Remove useless output. | Alan Conway | 2007-11-28 | 1 | -1/+0 |
| * | Add unit_test.h to distribution. | Alan Conway | 2007-11-28 | 2 | -10/+20 |
| * | Added header file to list of sources | Gordon Sim | 2007-11-28 | 1 | -1/+1 |
| * | Fix exception handling bug. | Alan Conway | 2007-11-28 | 1 | -1/+1 |
| * | Fixed to build with boost 1.34 as well as boost 1.33 | Alan Conway | 2007-11-28 | 21 | -64/+126 |
| * | src/tests/perfdist: Restore trace option, still used by some tests. | Alan Conway | 2007-11-28 | 1 | -0/+2 |
| * | src/tests/perfdist: Updated for changes to perftest. | Alan Conway | 2007-11-28 | 1 | -18/+42 |
| * | src/tests/perftest.cpp: | Alan Conway | 2007-11-28 | 2 | -17/+43 |
| * | Disable recoding of frames for replay where replay will not be required. | Gordon Sim | 2007-11-28 | 1 | -1/+1 |
| * | Fixed test in line with changes made to defaults. | Gordon Sim | 2007-11-28 | 1 | -1/+1 |
| * | perftest improvements. | Alan Conway | 2007-11-27 | 1 | -226/+410 |
| * | Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p... | Kim van der Riet | 2007-11-26 | 3 | -20/+19 |
| * | Added framing::BodyHolder: | Alan Conway | 2007-11-22 | 15 | -126/+50 |
| * | - set default to pre-acquire for acquire mode | Carl C. Trieloff | 2007-11-21 | 1 | -2/+2 |
| * | - added confirm mode to perftest | Carl C. Trieloff | 2007-11-21 | 1 | -3/+10 |
| * | src/tests/topictest: Added -h host parameter to script. | Alan Conway | 2007-11-21 | 1 | -2/+3 |
| * | Added qpid::InlineVector - std::vector with inline storage to avoid | Alan Conway | 2007-11-16 | 2 | -1/+90 |
| * | perftest.cpp | Alan Conway | 2007-11-14 | 1 | -31/+28 |
| * | Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message. | Alan Conway | 2007-11-14 | 7 | -39/+41 |
| * | - call correct delete [] | Carl C. Trieloff | 2007-11-13 | 1 | -1/+1 |
| * | - fix for msg creation, content no longer overwrites | Carl C. Trieloff | 2007-11-12 | 1 | -5/+7 |
| * | -- added sync request | Carl C. Trieloff | 2007-11-12 | 1 | -4/+24 |
| * | Add DeliveryMode enum to AMQHeaderBody.h, remove from tests. | Alan Conway | 2007-11-10 | 4 | -9/+1 |
| * | Get rid of BasicHeaderProperties, dead code from 0-8 protocol. | Alan Conway | 2007-11-09 | 5 | -83/+69 |
| * | On Linux, broker defaults --worker-threads to the number of available CPU cores | Alan Conway | 2007-11-09 | 1 | -1/+0 |
| * | src/tests/perfdist: Use ssh to run distributed perftest. | Alan Conway | 2007-11-08 | 2 | -36/+91 |
| * | Added persistence to queue declaration when --durable option is defined on th... | Kim van der Riet | 2007-11-08 | 1 | -1/+1 |
| * | - enable the ability to lazy load from async store | Carl C. Trieloff | 2007-11-08 | 3 | -3/+3 |
| * | Change options --log.foo to --log-foo for consistency. | Alan Conway | 2007-11-07 | 4 | -27/+27 |
| * | Revert r592946 | Alan Conway | 2007-11-07 | 1 | -5/+3 |
| * | Fix race condition in perftest. | Alan Conway | 2007-11-07 | 1 | -3/+5 |
| * | Fix race condition in perftest. | Alan Conway | 2007-11-07 | 1 | -18/+37 |
| * | auto-ack support for perftest. | Alan Conway | 2007-11-07 | 1 | -4/+8 |
| * | client::SubscriptionManager: | Alan Conway | 2007-11-07 | 2 | -223/+159 |
| * | Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull" | Alan Conway | 2007-11-07 | 1 | -1/+1 |
| * | Add support for array type to c++ (and python, decode only for now) | Gordon Sim | 2007-11-06 | 2 | -1/+79 |
| * | Simplified/improved qpid::sys::RefCountedMap, unit test session attachment us... | Alan Conway | 2007-11-01 | 1 | -54/+70 |
| * | locking around access to the unacked out buffer | Gordon Sim | 2007-11-01 | 1 | -1/+1 |
| * | Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr... | Alan Conway | 2007-11-01 | 2 | -3/+112 |
| * | Preparation for session thread safety overhaul: | Alan Conway | 2007-11-01 | 21 | -150/+176 |
| * | Simplify SessionState, preparing for session thread safety fixes. | Alan Conway | 2007-10-31 | 1 | -5/+0 |
| * | Client API: fix keyword parameter ambiguities for beta client API. | Alan Conway | 2007-10-30 | 1 | -16/+17 |
| * | client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.h | Alan Conway | 2007-10-29 | 5 | -27/+25 |
| * | Rename client::Session as client::Session_0_10 | Alan Conway | 2007-10-29 | 1 | -3/+3 |
| * | Session resume support in client & broker: Client can resume a session | Alan Conway | 2007-10-26 | 23 | -281/+442 |
| * | More tidying up of field table API | Andrew Stitcher | 2007-10-23 | 2 | -14/+22 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520... | Andrew Stitcher | 2007-10-19 | 6 | -215/+189 |