summaryrefslogtreecommitdiff
path: root/cpp/test/unit/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-202-4/+4
* 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
* update Apache licenses to the current versionStephen Vinoski2006-11-1015-156/+247
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0913-26/+26
* 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-081-4/+1
* 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-065-6/+6
* 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-304-114/+113
* 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-194-20/+0
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-169-21/+21
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1610-0/+1031