| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added first cut of generated client interface. | Gordon Sim | 2007-08-05 | 23 | -311/+732 |
| * | Improved rubygen.mk rule. | Alan Conway | 2007-08-05 | 1 | -2/+1 |
| * | * amqpgen.rb: fix sytax error. | Alan Conway | 2007-08-05 | 2 | -18/+32 |
| * | Added index() to classes & methods. | Alan Conway | 2007-08-03 | 1 | -3/+9 |
| * | Generate boost::variants for each class. Not yet used on trunk. | Alan Conway | 2007-08-02 | 5 | -10/+40 |
| * | Some restructuring of the client code: | Gordon Sim | 2007-08-02 | 37 | -1082/+1914 |
| * | * Changed Broker queue processing to avoid unnecessary uses of boost::bind | Andrew Stitcher | 2007-08-02 | 4 | -7/+9 |
| * | r852@fuschia: andrew | 2007-08-02 16:58:33 +0100 | Andrew Stitcher | 2007-08-02 | 1 | -2/+7 |
| * | Fix typo in changelog | Alan Conway | 2007-08-01 | 1 | -1/+1 |
| * | Fix typo in changelog | Alan Conway | 2007-08-01 | 1 | -1/+1 |
| * | Propagate --disable-cluster to spec file | Alan Conway | 2007-08-01 | 2 | -8/+14 |
| * | Recoded writing code so that it doesn't allocate framing::Buffer on the heap | Andrew Stitcher | 2007-08-01 | 1 | -33/+27 |
| * | * src/generate.sh: Moved requirements test to configure.ac | Alan Conway | 2007-08-01 | 12 | -88/+185 |
| * | * configure.ac: --disable-cluster flag. | Alan Conway | 2007-08-01 | 2 | -10/+19 |
| * | Ruby code generator for C++. | Alan Conway | 2007-07-31 | 6 | -0/+610 |
| * | oprofile script | Carl C. Trieloff | 2007-07-31 | 1 | -0/+18 |
| * | Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44... | Martin Ritchie | 2007-07-31 | 4 | -10/+52 |
| * | src/qpid/framing/Visitor.h: | Alan Conway | 2007-07-31 | 2 | -35/+55 |
| * | * Fix crash on shutdown due to underlying poller being shutdown twice | Andrew Stitcher | 2007-07-31 | 1 | -0/+4 |
| * | Added Vistor.h to distributed sources in order to pass 'make distcheck' | Gordon Sim | 2007-07-31 | 1 | -0/+1 |
| * | Template visitor pattern for Handlers. | Alan Conway | 2007-07-30 | 3 | -0/+133 |
| * | r797@fuschia: andrew | 2007-07-30 14:25:02 +0100 | Andrew Stitcher | 2007-07-30 | 10 | -872/+18 |
| * | Extract Recoverable interface from MessageStore interface. | Alan Conway | 2007-07-28 | 2 | -20/+23 |
| * | Updated openais instructions. | Alan Conway | 2007-07-27 | 1 | -3/+21 |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 11 | -195/+46 |
| * | Drop SessionFrame, UUID is not required and more efficient to transmit plain | Alan Conway | 2007-07-27 | 4 | -35/+21 |
| * | * Asynchronous network IO subsystem | Andrew Stitcher | 2007-07-27 | 26 | -1862/+691 |
| * | Use execution layer to acknowledge messages. | Gordon Sim | 2007-07-27 | 28 | -328/+404 |
| * | Remove unused file. | Alan Conway | 2007-07-27 | 1 | -161/+0 |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 3 | -121/+42 |
| * | Fix for code gen issues (again!) | Alan Conway | 2007-07-26 | 1 | -0/+3 |
| * | * README: Instructions for openais install. | Alan Conway | 2007-07-26 | 13 | -785/+130 |
| * | Fix code generation rule to use timestamp file. | Alan Conway | 2007-07-25 | 1 | -3/+3 |
| * | Fix code generation rule so generator runs only once even if multiple generat... | Alan Conway | 2007-07-25 | 1 | -1/+4 |
| * | * Summary: | Alan Conway | 2007-07-24 | 16 | -79/+149 |
| * | Initial support for latest approved 0-10 xml (with some transitional hacks in... | Gordon Sim | 2007-07-24 | 33 | -677/+218 |
| * | Disable Cluster test. | Alan Conway | 2007-07-23 | 1 | -1/+1 |
| * | * src/tests/cluster.mk: Enable cluster test. | Alan Conway | 2007-07-23 | 11 | -79/+108 |
| * | Added initial 'execution-layer' to try out methods form the 0-10 execution cl... | Gordon Sim | 2007-07-23 | 22 | -102/+254 |
| * | * src/tests/start_broker, stop_broker: | Alan Conway | 2007-07-19 | 2 | -2/+5 |
| * | * Summary: | Alan Conway | 2007-07-19 | 18 | -181/+368 |
| * | 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 |
| * | Fix memory error that was crashing broker. | Alan Conway | 2007-07-19 | 1 | -1/+5 |
| * | r702@fuschia: andrew | 2007-07-19 13:23:15 +0100 | Andrew Stitcher | 2007-07-19 | 1 | -2/+2 |
| * | Added difference operator to the sequence number | Gordon Sim | 2007-07-19 | 3 | -5/+83 |
| * | removed the need to pass MethodContext/RequestId through proxy and handler/ad... | Gordon Sim | 2007-07-19 | 35 | -383/+570 |
| * | * src/qpid/broker/Daemon.cpp, .h | Alan Conway | 2007-07-19 | 8 | -236/+222 |
| * | Fixed MT safety issues pointed out by Gordon. | Carl C. Trieloff | 2007-07-18 | 7 | -20/+39 |
| * | Attempt to fix 'make distcheck' broken by perftest checkin. | Gordon Sim | 2007-07-18 | 1 | -1/+1 |