summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-282071-96504/+122354
* WIP - async store interface working for configuration (adding and removing qu...Kim van der Riet2012-10-1861-198/+393
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-2478-277/+1031
* NO-JIRA: Minor updates which allow gcc 4.7 to compileKim van der Riet2012-08-304-5/+6
* QPID-3858: Cleanup, removed old comments and tidied up include statementsKim van der Riet2012-08-2898-274/+214
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-27342-18616/+6926
* QPID-3858: Cleaned up the mechanism by which async operations are called.Kim van der Riet2012-08-216-91/+110
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031336-57534/+58702
* QPID-3858: WIP: Added smoke test to cmake, code format tidy-upKim van der Riet2012-08-0263-678/+395
* QPID-3858: WIP: Moving Simple* test classes into the correct namespaces so as...Kim van der Riet2012-08-0142-632/+576
* QPID-3858: WIP: Durable transactions fixedKim van der Riet2012-07-3134-356/+329
* QPID-3858: WIP: Removed PersistableQueuedMessage again. The non-durable trans...Kim van der Riet2012-07-258-122/+41
* QPID-3858: WIP: Renamed AsyncTransaction to AsyncTransactionalStore; changed ...Kim van der Riet2012-07-2410-82/+100
* QPID-3858: WIP: Moved QueueAsycnContext from namespace tests::storePerftools:...Kim van der Riet2012-07-207-149/+152
* QPID-3858: WIP: Created many async operation classes for each op instead of a...Kim van der Riet2012-07-2017-328/+613
* QPID-3858: WIP - More tidy-upKim van der Riet2012-07-1616-36/+15
* QPID-3858: Refactor to tidy up several class design issuesKim van der Riet2012-07-1665-634/+952
* QPID-3858: WIP - fixed a few logic errors and race conditions in the consume ...Kim van der Riet2012-06-267-33/+22
* WIP - transactional consume path completed, still some testing to be done.Kim van der Riet2012-06-2511-37/+175
* QPID-3858: WIP: New classes for transactional consumption of messagesKim van der Riet2012-06-2125-175/+455
* QPID-3858: WIP: Solved race conditions affecting transactional publishing.Kim van der Riet2012-06-198-21/+61
* QPID-3858: WIP - async txns for msg publish pathway, but there are some race/...Kim van der Riet2012-06-1534-469/+985
* QPID-3858: WIP: Changed all boost::shared_ptr<SimplePersistableMessage> to bo...Kim van der Riet2012-06-119-20/+24
* WIP: Fixed some logic errors in the non-persistent pathwayKim van der Riet2012-06-113-12/+8
* 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: renamed Mock* to Simple* (as the classes are not em...Kim van der Riet2012-06-0821-241/+192
* QPID-3858: WIP - tidy-up: protected to private in classes except where requiredKim van der Riet2012-06-0855-98/+120
* QPID-3858: WIP - completed async return pathKim van der Riet2012-06-0830-436/+375
* QPID-3858: WIP - added AsyncResultQueue for async result return pathKim van der Riet2012-06-0723-47/+468
* WIP - updated src/CMakeLists.txt to remove some old files still listedKim van der Riet2012-06-011-2/+0
* WIP: Non-transactional message path in place. Transactions not working.Kim van der Riet2012-06-0141-435/+1308
* QPID-3858: More restructuring: Renamed XXXContext to XXXAsyncContext for all ...Kim van der Riet2012-05-1421-164/+116
* QPID-3858: More restructuring: extracted MessageContext from MockPersistableM...Kim van der Riet2012-05-1413-117/+281
* QPID-3858: Restructuring: Moved QueueContext out of MockPersistableQueue classKim van der Riet2012-05-145-55/+119
* QPID-3858: Fix directory names to match namespaces in test dir; Changed MockP...Kim van der Riet2012-05-1442-158/+170
* QPID-3858: Added async queue deletion and mechanism to correctly wait for asy...Kim van der Riet2012-05-119-70/+97
* QPID-3858: Fixed condition variable wait loop, minor updates to cmake buildsKim van der Riet2012-05-093-8/+6
* QPID-3858: Initial checkin of async interface implementation and test harness.Kim van der Riet2012-05-09122-0/+12938
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041806-68956/+160012
* QPID-3858: WIP - Updates to async store interface. Removed the errors/excepti...Kim van der Riet2012-05-0411-503/+131
* QPID-3858: Minor update for clarification: Rename some vars, improve some com...Kim van der Riet2012-02-211-14/+14
* QPID-3858: Initial proposal for async store interfaceKim van der Riet2012-02-206-0/+561
* Branch for development of new async store interfaceKim van der Riet2012-02-200-0/+0
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-202-0/+57
* NO-JIRA: update the IO Interface required for supporting outbound client conn...Robert Gemmell2012-02-191-1/+1
* QPID-3293: document additional I/O system propertiesRobert Gemmell2012-02-191-0/+18
* NO-JIRA: update docs to mention new qpid.tcp_nodelay option instead of older ...Robert Gemmell2012-02-191-6/+10
* NO-JIRA: improve cross referencing of config optionsRobert Gemmell2012-02-191-11/+11
* QPID-3679: correct Connection URL related documentation about prefetch to ind...Robert Gemmell2012-02-191-4/+9
* QPID-3293: add new system properties for setting client send/receive buffer s...Robert Gemmell2012-02-193-9/+78