| Commit message (Expand) | Author | Age | Files | Lines |
| * | latest xml for 0-10 (with some edits to ease the transition from 0-9) | Gordon Sim | 2007-07-24 | 1 | -0/+7265 |
| * | Reverted the protocol-version.xml file to the origianl to resolve compile errors | Rajith Muditha Attapattu | 2007-07-23 | 1 | -2/+3 |
| * | we need to build a parallel stack within the same client module, hence remov... | Rajith Muditha Attapattu | 2007-07-23 | 76 | -8180/+2 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@558760 13f7... | Arnaud Simon | 2007-07-23 | 15 | -877/+0 |
| * | JAve Qpid API | Arnaud Simon | 2007-07-23 | 15 | -0/+877 |
| * | Specify the correct version for slf4j-simple. Without this there are two conf... | Rafael H. Schloming | 2007-07-23 | 1 | -1/+1 |
| * | Added a better XML library. | Rafael H. Schloming | 2007-07-23 | 6 | -139/+632 |
| * | Applied a modified version of the range checking patch from QPID-498. | Rafael H. Schloming | 2007-07-23 | 2 | -18/+142 |
| * | Removed the inline option (this was a 0.9 parameter) | Arnaud Simon | 2007-07-23 | 1 | -7/+7 |
| * | 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 extra test for new execution layer methods. | Gordon Sim | 2007-07-23 | 1 | -0/+29 |
| * | First version of the Java Qpid API. | Arnaud Simon | 2007-07-23 | 15 | -0/+877 |
| * | Added initial 'execution-layer' to try out methods form the 0-10 execution cl... | Gordon Sim | 2007-07-23 | 26 | -103/+322 |
| * | * 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 |
| * | fix 0-8 cancel test also | Carl C. Trieloff | 2007-07-17 | 1 | -3/+4 |
| * | fixed raise issue in test | Carl C. Trieloff | 2007-07-17 | 1 | -4/+5 |
| * | basic perf test, work in progress | Carl C. Trieloff | 2007-07-17 | 4 | -0/+308 |
| * | Updated queue class, can run dispatch on seperate thread or on | Carl C. Trieloff | 2007-07-17 | 3 | -40/+45 |
| * | cancel test assumes threading model -- added sleep, once we move to 0-10 shou... | Carl C. Trieloff | 2007-07-17 | 1 | -2/+2 |
| * | Some refactoring towards a more decoupled handler chain structure: | Gordon Sim | 2007-07-17 | 19 | -193/+506 |
| * | removed optional cppUnit as not included in distributed packages | Carl C. Trieloff | 2007-07-16 | 1 | -4/+0 |
| * | clean up | Carl C. Trieloff | 2007-07-16 | 1 | -9/+15 |
| * | * src/qpid/sys/Serializer.h: Serialize calls to a function, | Alan Conway | 2007-07-16 | 8 | -15/+448 |
| * | added notice entries | Carl C. Trieloff | 2007-07-16 | 1 | -2/+14 |
| * | Add missing header file to distribution. | Alan Conway | 2007-07-13 | 1 | -0/+1 |
| * | * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop() | Alan Conway | 2007-07-13 | 3 | -0/+279 |
| * | Add missing space in CPPFLAGS=-DCLUSTER | Alan Conway | 2007-07-12 | 1 | -1/+1 |
| * | * Add libuuid to libcommon link (for when apr goes away) | Andrew Stitcher | 2007-07-12 | 8 | -126/+434 |
| * | * qpid-autotools-install: Update to use m4-1.4.10. | Jim Meyering | 2007-07-10 | 1 | -3/+3 |
| * | Update for Fedora init-scripts guidelines: | Jim Meyering | 2007-07-09 | 1 | -21/+36 |
| * | refactoring: | Gordon Sim | 2007-07-09 | 12 | -143/+296 |
| * | - added sleep to waiting thread. | Carl C. Trieloff | 2007-07-06 | 1 | -1/+1 |
| * | * qpid-autotools-install: Update to use m4-1.4.9 and libtool-1.5.24. | Jim Meyering | 2007-07-06 | 1 | -5/+5 |
| * | - replaced Mutexes with 2 RWlocks, about 2% less time in wait-state with change. | Carl C. Trieloff | 2007-07-05 | 2 | -13/+14 |
| * | - missing APR mutex update - should now all build again | Carl C. Trieloff | 2007-07-05 | 1 | -0/+52 |
| * | - Added RW lock | Carl C. Trieloff | 2007-07-05 | 14 | -30/+124 |
| * | * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame with | Alan Conway | 2007-07-05 | 14 | -85/+217 |
| * | Remove trailing blanks and blank line at end. | Jim Meyering | 2007-07-05 | 1 | -3/+2 |
| * | Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all... | Gordon Sim | 2007-07-05 | 12 | -30/+148 |