| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor qpid-cluster script with main() to be callable from python. | Alan Conway | 2009-11-18 | 1 | -118/+118 |
| * | 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 | 17 | -150/+308 |
| * | cluster::InitialStatusMap and unit tests, support for improved cluster join p... | Alan Conway | 2009-11-17 | 13 | -23/+377 |
| * | QPID-664: Add accessors for connection from session, and for session from sen... | Gordon Sim | 2009-11-17 | 16 | -7/+73 |
| * | QPID-664: Allow application to set session name and retrieve session using th... | Gordon Sim | 2009-11-17 | 6 | -13/+53 |
| * | Apply patches to make WCF assemblies COM visible; resolves QPID-2204. | Stephen D. Huston | 2009-11-17 | 2 | -8/+8 |
| * | 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 | 14 | -3/+116 |
| * | The cmake build should work for any Unix this is not Linux specific | Andrew Stitcher | 2009-11-17 | 1 | -2/+2 |
| * | Make the unix config files install in the install prefix not absolute /etc | Andrew Stitcher | 2009-11-17 | 2 | -9/+1 |
| * | 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 | 7 | -54/+15 |
| * | Added extra test for quoating in name or subject parts of address. | Gordon Sim | 2009-11-16 | 1 | -0/+7 |
| * | QPID-664: Fix client example to include new delimiter in address | Gordon Sim | 2009-11-16 | 1 | -1/+1 |
| * | QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an... | Gordon Sim | 2009-11-16 | 5 | -37/+72 |
| * | expose less internals and some term clean up thanks to gsim's comments | Carl C. Trieloff | 2009-11-16 | 2 | -16/+11 |
| * | added another create exchange test | Rafael H. Schloming | 2009-11-16 | 1 | -9/+25 |
| * | better name for completion actions | Rafael H. Schloming | 2009-11-16 | 1 | -6/+6 |
| * | added address support for specifying node type and properties | Rafael H. Schloming | 2009-11-16 | 5 | -94/+170 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-16 | 17 | -397/+20 |
| * | added support for sender/receiver delete, made tests clean up after themselve... | Rafael H. Schloming | 2009-11-14 | 3 | -69/+151 |
| * | removed start/stop | Rafael H. Schloming | 2009-11-14 | 2 | -133/+40 |
| * | used cross-platform file modes | Rafael H. Schloming | 2009-11-13 | 1 | -2/+2 |
| * | Add management subscription object | Carl C. Trieloff | 2009-11-13 | 3 | -4/+78 |
| * | Fix verify to run c++ and mixed c++/python examples. | Alan Conway | 2009-11-13 | 1 | -1/+1 |
| * | fixed unicode and hex escapes to allow a-fA-F, and added tests | Rafael H. Schloming | 2009-11-13 | 2 | -7/+39 |
| * | changed address syntax to permit more complex subjects, added escaping, impro... | Rafael H. Schloming | 2009-11-13 | 6 | -69/+213 |
| * | Added ruby binding for SaslWrapper. | Ted Ross | 2009-11-13 | 5 | -6/+169 |
| * | 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 |
| * | Correct the changed vcproj files in the Makefile.am files; added the EXTRA_DI... | Stephen D. Huston | 2009-11-13 | 4 | -8/+20 |
| * | No need to import from testrunner; allows this to run on Windows as well. | Stephen D. Huston | 2009-11-13 | 1 | -1/+2 |
| * | Add new vcproj files for the messaging examples; these go in the Windows inst... | Stephen D. Huston | 2009-11-13 | 10 | -0/+4110 |
| * | Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst... | Stephen D. Huston | 2009-11-13 | 30 | -395/+977 |
| * | QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it... | Ted Ross | 2009-11-12 | 32 | -37/+14637 |
| * | Made cluster_tests.py ClusterTests.test_failover configurable to run for any ... | Alan Conway | 2009-11-12 | 1 | -20/+9 |
| * | replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and... | Nuno Santos | 2009-11-12 | 1 | -1/+1 |
| * | switched SUBJECT and TO to use a qpid prefix | Rafael H. Schloming | 2009-11-12 | 1 | -4/+7 |
| * | replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and... | Nuno Santos | 2009-11-12 | 2 | -3/+3 |
| * | removed listeners in favor of next_receiver | Rafael H. Schloming | 2009-11-12 | 2 | -60/+40 |
| * | QPID-2179 - example qmf-agent occasionally crashes on shutdown | Ted Ross | 2009-11-12 | 1 | -3/+7 |