| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added flow control to failover_test in cluster_tests.py. | Alan Conway | 2009-11-24 | 1 | -2/+2 |
| * | Support for restarting a persistent cluster. | Alan Conway | 2009-11-24 | 22 | -160/+616 |
| * | QPID-664: Allow session to be specified as transactional; add basic test of t... | Gordon Sim | 2009-11-23 | 7 | -7/+41 |
| * | QPID-664: Use subject if specified as binding key when a map filter is specified | Gordon Sim | 2009-11-23 | 1 | -13/+19 |
| * | QPID-664: Set subject in application headers when specified | Gordon Sim | 2009-11-23 | 4 | -25/+23 |
| * | Revert "Added getStoreDir() to MessageStore" | Alan Conway | 2009-11-20 | 6 | -10/+0 |
| * | Changes to hopefully address a sporadic test failure. Couldn't reproduce so n... | Alan Conway | 2009-11-20 | 1 | -8/+5 |
| * | Fix race in the test: wait for both brokers to be ready before killing one. | Alan Conway | 2009-11-20 | 1 | -0/+1 |
| * | Fix distcheck failure: don't try to run python tests if python not available. | Alan Conway | 2009-11-20 | 1 | -3/+6 |
| * | Added test_env.sh script to distributed file list | Gordon Sim | 2009-11-20 | 1 | -1/+2 |
| * | Removed the Visual Studio solution/project files, as these are now generated ... | Stephen D. Huston | 2009-11-20 | 28 | -12618/+28 |
| * | QPID-664: Added some documentation for address options; tidied up the handlin... | Gordon Sim | 2009-11-19 | 1 | -5/+22 |
| * | QPID-664: Refactored address resolution; ensure type is asserted on when requ... | Gordon Sim | 2009-11-19 | 1 | -77/+58 |
| * | QPID-664: Bring address option names in to line with those used in python cli... | Gordon Sim | 2009-11-19 | 3 | -44/+73 |
| * | QPID-664: Refine address resolution; if type not specified, default to queue ... | Gordon Sim | 2009-11-19 | 2 | -31/+82 |
| * | In exchange-bound, set queue-not-found correctly even if exchange is not found. | Gordon Sim | 2009-11-19 | 1 | -1/+1 |
| * | Cleaned up test environment script. | Alan Conway | 2009-11-19 | 2 | -18/+55 |
| * | Added getStoreDir() to MessageStore | Alan Conway | 2009-11-19 | 6 | -0/+10 |
| * | QPID-664: Add spout & drain examples as per python client | Gordon Sim | 2009-11-19 | 3 | -3/+8 |
| * | Change content type for map and list messages to align with python client. | Gordon Sim | 2009-11-19 | 1 | -2/+2 |
| * | Added cluster option --cluster-size. | Alan Conway | 2009-11-18 | 8 | -30/+77 |
| * | Silence expected warning from cluster tests. | Alan Conway | 2009-11-18 | 1 | -1/+1 |
| * | QPID-2188: Fixed typo in log messages | Gordon Sim | 2009-11-18 | 2 | -2/+2 |
| * | Updated cluster cmake build for recent changes | Andrew Stitcher | 2009-11-18 | 1 | -0/+4 |
| * | Changes to compile under SunCC 5.10 | Andrew Stitcher | 2009-11-18 | 4 | -5/+9 |
| * | Fix the files to compile for Solaris | Andrew Stitcher | 2009-11-18 | 1 | -3/+9 |
| * | Add compile options for SunPro compiler and rearrange setting warnings for GCC | Andrew Stitcher | 2009-11-18 | 1 | -5/+16 |
| * | QPID-2188 , support for maxConnections, limit is set to broker | Carl C. Trieloff | 2009-11-17 | 5 | -1/+40 |
| * | Added missing #include <algorithm> | Alan Conway | 2009-11-17 | 1 | -0/+1 |
| * | Integrated InitialStatusMap into cluster code. | Alan Conway | 2009-11-17 | 16 | -147/+305 |
| * | cluster::InitialStatusMap and unit tests, support for improved cluster join p... | Alan Conway | 2009-11-17 | 12 | -23/+365 |
| * | QPID-664: Add accessors for connection from session, and for session from sen... | Gordon Sim | 2009-11-17 | 13 | -6/+54 |
| * | QPID-664: Allow application to set session name and retrieve session using th... | Gordon Sim | 2009-11-17 | 5 | -12/+51 |
| * | QPID-664: Cancel all senders and receivers on closing session; check queue/ex... | Gordon Sim | 2009-11-17 | 3 | -6/+25 |
| * | QPID-664: Added getReceiver()/getSender() methods to session in new api. | Gordon Sim | 2009-11-17 | 11 | -2/+79 |
| * | Bring cluster module cmake build back up to date nad make it link as well | Andrew Stitcher | 2009-11-17 | 1 | -1/+7 |
| * | Make cluster/ssl/rdma/xml modules install correctly | Andrew Stitcher | 2009-11-17 | 4 | -2/+31 |
| * | Use portable sleep call | Stephen D. Huston | 2009-11-16 | 1 | -1/+2 |
| * | QPID-664: Remove start()/stop() methods from api | Gordon Sim | 2009-11-16 | 6 | -44/+15 |
| * | Added extra test for quoating in name or subject parts of address. | Gordon Sim | 2009-11-16 | 1 | -0/+7 |
| * | QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an... | Gordon Sim | 2009-11-16 | 3 | -35/+70 |
| * | expose less internals and some term clean up thanks to gsim's comments | Carl C. Trieloff | 2009-11-16 | 1 | -6/+5 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-16 | 10 | -166/+3 |
| * | Add management subscription object | Carl C. Trieloff | 2009-11-13 | 2 | -4/+57 |
| * | changed address syntax to permit more complex subjects, added escaping, impro... | Rafael H. Schloming | 2009-11-13 | 1 | -2/+2 |
| * | Change from linear to binary search in requeue | Gordon Sim | 2009-11-13 | 1 | -5/+1 |
| * | Make failover_soak and its children adjustable as to | Michael Goulish | 2009-11-13 | 5 | -101/+200 |
| * | Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst... | Stephen D. Huston | 2009-11-13 | 1 | -2/+2 |
| * | Made cluster_tests.py ClusterTests.test_failover configurable to run for any ... | Alan Conway | 2009-11-12 | 1 | -20/+9 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-12 | 7 | -13/+117 |