summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-282-8/+3
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-249-47/+197
* NO-JIRA: Minor updates which allow gcc 4.7 to compileKim van der Riet2012-08-301-3/+3
* QPID-3858: Cleanup, removed old comments and tidied up include statementsKim van der Riet2012-08-2847-76/+119
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-272-0/+71
* QPID-3858: Cleaned up the mechanism by which async operations are called.Kim van der Riet2012-08-214-89/+110
* QPID-3858: WIP: Added smoke test to cmake, code format tidy-upKim van der Riet2012-08-0228-377/+188
* QPID-3858: WIP: Moving Simple* test classes into the correct namespaces so as...Kim van der Riet2012-08-014-12/+11
* QPID-3858: WIP: Durable transactions fixedKim van der Riet2012-07-314-79/+18
* 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