summaryrefslogtreecommitdiff
path: root/cpp/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0126-3108/+0
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-301-2/+2
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-293-0/+495
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-284-13/+235
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-243-23/+90
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-222-14/+21
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-202-4/+4
* Patch from Andrew Stitcher to fix APR #include using apr-config.Alan Conway2006-11-171-71/+0
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-171-0/+34
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-151-1/+11
* EventChannel classes, start of epoll-based posix implementation.Alan Conway2006-11-131-0/+71
* update Apache licenses to the current versionStephen Vinoski2006-11-1021-234/+343
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0918-33/+33
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-091-9/+51
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-082-5/+2
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-073-42/+46
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-073-16/+64
* Minor source reorg, see README.Alan Conway2006-11-066-8/+8
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-035-138/+146
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-311-19/+0
* Added doc & unit tests.Gordon Sim2006-10-312-0/+128
* Some additional unit tests.Gordon Sim2006-10-314-0/+446
* Initial implementation for tx class.Gordon Sim2006-10-305-114/+157
* Makefile support for optimized release build. Do make BUILD=RELEASE.Alan Conway2006-10-241-1/+1
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-241-1/+1
* Fixed various minor TODO issues.Alan Conway2006-10-196-35/+10
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-1613-26/+26
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1615-0/+1492