summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: WIP: Renamed AsyncTransaction to AsyncTransactionalStore; changed ...Kim van der Riet2012-07-244-57/+58
* QPID-3858: WIP: Created many async operation classes for each op instead of a...Kim van der Riet2012-07-205-157/+488
* QPID-3858: Refactor to tidy up several class design issuesKim van der Riet2012-07-1620-125/+129
* QPID-3858: WIP - fixed a few logic errors and race conditions in the consume ...Kim van der Riet2012-06-261-0/+3
* QPID-3858: WIP: Solved race conditions affecting transactional publishing.Kim van der Riet2012-06-193-11/+19
* QPID-3858: WIP - async txns for msg publish pathway, but there are some race/...Kim van der Riet2012-06-155-16/+224
* QPID-3858: WIP - tidy-up: protected to private in classes except where requir...Kim van der Riet2012-06-0812-14/+13
* QPID-3858: WIP - tidy-up: protected to private in classes except where requiredKim van der Riet2012-06-0815-13/+22
* QPID-3858: WIP - completed async return pathKim van der Riet2012-06-087-211/+147
* QPID-3858: WIP - added AsyncResultQueue for async result return pathKim van der Riet2012-06-075-12/+26
* WIP: Non-transactional message path in place. Transactions not working.Kim van der Riet2012-06-014-41/+88
* QPID-3858: More restructuring: Renamed XXXContext to XXXAsyncContext for all ...Kim van der Riet2012-05-145-43/+42
* QPID-3858: Added async queue deletion and mechanism to correctly wait for asy...Kim van der Riet2012-05-111-1/+2
* QPID-3858: Initial checkin of async interface implementation and test harness.Kim van der Riet2012-05-0964-0/+7560