| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added some methods to MessageStore interface and hooked these in where approp... | Gordon Sim | 2006-11-03 | 16 | -167/+233 |
* | Removed unused code. | Alan Conway | 2006-11-01 | 5 | -419/+0 |
* | Misc. cleanup. | Alan Conway | 2006-11-01 | 14 | -42/+52 |
* | Moved APR specific sources into src_apr. | Alan Conway | 2006-11-01 | 28 | -23/+116 |
* | IO refactor phase 1. Reduced dependencies, removed redundant classes. | Alan Conway | 2006-10-31 | 62 | -1504/+470 |
* | Hid locking within exchange registry, switched to shared_ptr for exchanges, a... | Gordon Sim | 2006-10-31 | 12 | -80/+92 |
* | Added doc & unit tests. | Gordon Sim | 2006-10-31 | 4 | -1/+139 |
* | Some additional unit tests. | Gordon Sim | 2006-10-31 | 8 | -8/+461 |
* | Reworked Makefile to support multiple builds, see README for details | Alan Conway | 2006-10-30 | 6 | -155/+189 |
* | Initial implementation for tx class. | Gordon Sim | 2006-10-30 | 47 | -384/+1448 |
* | Clean test/client directory properly. | Alan Conway | 2006-10-25 | 1 | -5/+6 |
* | Makefile support for optimized release build. Do make BUILD=RELEASE. | Alan Conway | 2006-10-24 | 4 | -17/+24 |
* | QPID-52: use of tr1 and unordered_map break build or RHEL4. | Alan Conway | 2006-10-24 | 20 | -66/+36 |
* | Tidy-up of generated code | Kim van der Riet | 2006-10-23 | 1 | -1/+2 |
* | Fixed deps to ensure unit tests are built. | Gordon Sim | 2006-10-20 | 1 | -0/+1 |
* | Updated stylesheet for generator such that a const reference is used where a ... | Gordon Sim | 2006-10-20 | 1 | -1/+1 |
* | Fixed various minor TODO issues. | Alan Conway | 2006-10-19 | 13 | -73/+33 |
* | Remove bad assert | Alan Conway | 2006-10-18 | 1 | -3/+2 |
* | Fix build problems in makefile & client tests. | Alan Conway | 2006-10-18 | 4 | -29/+27 |
* | Fix core dump if address in use. | Alan Conway | 2006-10-17 | 4 | -7/+5 |
* | Fix #include dependencies. | Alan Conway | 2006-10-17 | 1 | -0/+3 |
* | Removed dependencies on linked libraries to avoid needless relinking. | Alan Conway | 2006-10-17 | 2 | -7/+7 |
* | Re enable python tests accidentally commented out in previous checkin. | Alan Conway | 2006-10-16 | 1 | -1/+1 |
* | Fix problem with generated code re-starting makefile. | Alan Conway | 2006-10-16 | 1 | -14/+13 |
* | Link with absolute paths to qpid libs so exes work anywhere. | Alan Conway | 2006-10-16 | 1 | -4/+4 |
* | Add apr-1/ prefix to APR #includes to pick up from standard location. | Alan Conway | 2006-10-16 | 16 | -31/+31 |
* | Renamed unit tests to follow naming conventions, fixed some #include inconsis... | Alan Conway | 2006-10-16 | 53 | -165/+161 |
* | Build system reorg, see README and Makefile comments for details. | Alan Conway | 2006-10-16 | 192 | -935/+602 |
* | Converted broker to a class for use in tests, plugins etc. | Alan Conway | 2006-10-12 | 23 | -138/+465 |
* | Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently. | Gordon Sim | 2006-10-12 | 2 | -2/+2 |
* | Renamed to follow naming conventions. | Alan Conway | 2006-10-11 | 2 | -0/+0 |
* | Turned up gcc warnings, fixed warnings in code, enabled -Werror. | Alan Conway | 2006-10-11 | 86 | -787/+540 |
* | Implementation of basic_get. | Gordon Sim | 2006-10-11 | 7 | -26/+154 |
* | Implementation and tests for basic_qos (i.e. prefetching) | Gordon Sim | 2006-10-10 | 8 | -68/+208 |
* | Decoupled routing from the channel and message classes. | Gordon Sim | 2006-10-06 | 12 | -56/+312 |
* | Cleanup of unused classes. | Gordon Sim | 2006-09-29 | 5 | -236/+3 |
* | New files missed from yesterdays checkin, apologies! | Alan Conway | 2006-09-28 | 5 | -0/+333 |
* | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556... | Alan Conway | 2006-09-27 | 19 | -326/+492 |
* | Moved ack tests to basic class, added test for requeueing on recovery. | Gordon Sim | 2006-09-27 | 3 | -3/+10 |
* | Initial implementation of basic_ack & basic_recover | Gordon Sim | 2006-09-27 | 4 | -14/+103 |
* | Added tests for basic_cancel and for handling of invalid channel ids. | Gordon Sim | 2006-09-22 | 3 | -21/+37 |
* | Implemented topic pattern matching for the TopicExchange. | Alan Conway | 2006-09-21 | 18 | -89/+429 |
* | Use the generated proxy classes rather than constructing frames directly. | Gordon Sim | 2006-09-21 | 4 | -58/+89 |
* | Import of qpid from etp: | Rafael H. Schloming | 2006-09-19 | 180 | -0/+16067 |