| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 3 | -121/+42 |
| * | * README: Instructions for openais install. | Alan Conway | 2007-07-26 | 6 | -331/+33 |
| * | * Summary: | Alan Conway | 2007-07-24 | 6 | -21/+45 |
| * | Initial support for latest approved 0-10 xml (with some transitional hacks in... | Gordon Sim | 2007-07-24 | 3 | -13/+15 |
| * | Disable Cluster test. | Alan Conway | 2007-07-23 | 1 | -1/+1 |
| * | * src/tests/cluster.mk: Enable cluster test. | Alan Conway | 2007-07-23 | 4 | -26/+35 |
| * | Added initial 'execution-layer' to try out methods form the 0-10 execution cl... | Gordon Sim | 2007-07-23 | 1 | -0/+6 |
| * | * src/tests/start_broker, stop_broker: | Alan Conway | 2007-07-19 | 2 | -2/+5 |
| * | * Summary: | Alan Conway | 2007-07-19 | 5 | -12/+23 |
| * | Added vg_tests to EXTRA_DIST. | Alan Conway | 2007-07-19 | 1 | -1/+1 |
| * | * src/tests/start_broker, stop_broker: Use valgrind on broker. | Alan Conway | 2007-07-19 | 7 | -25/+50 |
| * | Added difference operator to the sequence number | Gordon Sim | 2007-07-19 | 1 | -5/+69 |
| * | removed the need to pass MethodContext/RequestId through proxy and handler/ad... | Gordon Sim | 2007-07-19 | 9 | -27/+121 |
| * | Fixed MT safety issues pointed out by Gordon. | Carl C. Trieloff | 2007-07-18 | 2 | -12/+22 |
| * | Updated queue class, can run dispatch on seperate thread or on | Carl C. Trieloff | 2007-07-17 | 1 | -1/+5 |
| * | Some refactoring towards a more decoupled handler chain structure: | Gordon Sim | 2007-07-17 | 1 | -77/+47 |
| * | * src/qpid/sys/Serializer.h: Serialize calls to a function, | Alan Conway | 2007-07-16 | 2 | -0/+151 |
| * | * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop() | Alan Conway | 2007-07-13 | 2 | -0/+212 |
| * | refactoring: | Gordon Sim | 2007-07-09 | 1 | -6/+7 |
| * | * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame with | Alan Conway | 2007-07-05 | 4 | -26/+36 |
| * | Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all... | Gordon Sim | 2007-07-05 | 2 | -1/+69 |
| * | Encode/decode for UUIDs. | Alan Conway | 2007-07-04 | 1 | -0/+11 |
| * | 2007-07-02 <aconway@redhat.com | Alan Conway | 2007-07-04 | 4 | -19/+116 |
| * | Fix error from previous commit. | Alan Conway | 2007-07-04 | 1 | -1/+0 |
| * | * cluster/ClasifierHandler: classifies frames for clustering treatment. | Alan Conway | 2007-07-03 | 3 | -5/+32 |
| * | Added UUID type based on libuuid from e2fsprogs package. | Alan Conway | 2007-07-03 | 2 | -0/+65 |
| * | * src/tests/cluster_client.cpp: Cluster client test not yet included in test... | Alan Conway | 2007-07-03 | 4 | -0/+118 |
| * | 2007-06-30 <aconway@redhat.com> | Alan Conway | 2007-07-02 | 7 | -99/+108 |
| * | Temporarily disable Cluster test while I'm fixing problems with it. | Alan Conway | 2007-06-29 | 1 | -4/+5 |
| * | * Summary: | Alan Conway | 2007-06-29 | 10 | -65/+68 |
| * | * src/qpid/framing/ChannelAdapter.cpp: Use handler chains | Alan Conway | 2007-06-27 | 5 | -83/+12 |
| * | Fixes and tests: | Gordon Sim | 2007-06-27 | 1 | -0/+16 |
| * | Added preview of exchange- and binding- query methods that have been approved... | Gordon Sim | 2007-06-27 | 1 | -2/+94 |
| * | Fixed client leak and python tests port | Alan Conway | 2007-06-27 | 1 | -1/+1 |
| * | Make check now starts a broker on a dynamically assigned port, so | Alan Conway | 2007-06-27 | 13 | -360/+192 |
| * | * src/tests/cluster.mk: Replace sudo with newgrp for ais tests. | Alan Conway | 2007-06-26 | 2 | -12/+11 |
| * | * src/qpid/framing/Handler.h: Tempates for handlers and handler chains. | Alan Conway | 2007-06-26 | 2 | -0/+71 |
| * | Missing file from last commit | Alan Conway | 2007-06-26 | 1 | -0/+51 |
| * | 2007-06-25 <aconway@redhat.com> | Alan Conway | 2007-06-26 | 11 | -78/+272 |
| * | Intermediate checkin with preliminary work on epoll based net IO | Andrew Stitcher | 2007-06-18 | 2 | -0/+292 |
| * | Parser for AMQP-95 URLs | Alan Conway | 2007-06-15 | 2 | -0/+59 |
| * | Fixed catch clauses to catch by const & and use std::exception for | Alan Conway | 2007-06-14 | 4 | -5/+5 |
| * | Add ability for a queue to record all bindings to it, such that these can be ... | Gordon Sim | 2007-06-14 | 1 | -0/+50 |
| * | Various minor fixes to build and test process: | Gordon Sim | 2007-06-13 | 2 | -2/+2 |
| * | QPID-504: Print bound port if --port 0 is specified. Not yet used by tests. | Alan Conway | 2007-06-11 | 1 | -10/+17 |
| * | src/tests/Makefile.am: Fix typo in makefile | Alan Conway | 2007-06-08 | 1 | -1/+1 |
| * | Add missing scripts to EXTRA_DIST | Alan Conway | 2007-06-08 | 1 | -2/+3 |
| * | Timeout handling for dtx, plus tests. | Gordon Sim | 2007-06-08 | 2 | -0/+129 |
| * | Build support for clustering, initial CPG wrapper & tests. | Alan Conway | 2007-06-07 | 8 | -6/+135 |
| * | Made FieldTable argument of client::Channel::bind() optional. | Alan Conway | 2007-06-06 | 1 | -3/+1 |