summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-28100-10643/+5807
* WIP - async store interface working for configuration (adding and removing qu...Kim van der Riet2012-10-183-27/+27
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-245-50/+64
* NO-JIRA: Minor updates which allow gcc 4.7 to compileKim van der Riet2012-08-303-2/+3
* QPID-3858: Cleanup, removed old comments and tidied up include statementsKim van der Riet2012-08-2818-34/+27
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-2724-2289/+966
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-0338-360/+1846
* QPID-3858: WIP: Added smoke test to cmake, code format tidy-upKim van der Riet2012-08-0226-245/+178
* QPID-3858: WIP: Moving Simple* test classes into the correct namespaces so as...Kim van der Riet2012-08-0128-1944/+75
* QPID-3858: WIP: Durable transactions fixedKim van der Riet2012-07-3113-185/+125
* 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-242-4/+2
* QPID-3858: WIP: Moved QueueAsycnContext from namespace tests::storePerftools:...Kim van der Riet2012-07-205-236/+56
* QPID-3858: WIP: Created many async operation classes for each op instead of a...Kim van der Riet2012-07-206-111/+79
* 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-1620-206/+356
* QPID-3858: WIP - fixed a few logic errors and race conditions in the consume ...Kim van der Riet2012-06-266-33/+19
* WIP - transactional consume path completed, still some testing to be done.Kim van der Riet2012-06-2510-34/+170
* QPID-3858: WIP: New classes for transactional consumption of messagesKim van der Riet2012-06-2124-175/+453
* QPID-3858: WIP: Solved race conditions affecting transactional publishing.Kim van der Riet2012-06-191-6/+6
* QPID-3858: WIP - async txns for msg publish pathway, but there are some race/...Kim van der Riet2012-06-1520-509/+384
* 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: 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-0828-75/+84
* QPID-3858: WIP - completed async return pathKim van der Riet2012-06-087-55/+94
* QPID-3858: WIP - added AsyncResultQueue for async result return pathKim van der Riet2012-06-079-16/+34
* WIP: Non-transactional message path in place. Transactions not working.Kim van der Riet2012-06-0130-357/+1152
* QPID-3858: More restructuring: Renamed XXXContext to XXXAsyncContext for all ...Kim van der Riet2012-05-1413-100/+53
* 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-118-69/+95
* QPID-3858: Fixed condition variable wait loop, minor updates to cmake buildsKim van der Riet2012-05-092-7/+5
* QPID-3858: Initial checkin of async interface implementation and test harness.Kim van der Riet2012-05-0942-0/+4545
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-0478-1600/+1865
* QPID-3603: Add HA tests to automake and cmake.Alan Conway2012-02-172-1/+3
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-1710-81/+475
* QPID-3787 - Fixed shutdown crash in SslPlugin, Fixed problem with sasl_mux test.Ted Ross2012-01-271-3/+3
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-181-0/+1
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-1/+1
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-133-73/+0
* Run the needed python setup to get the python compiled and ready for the test...Stephen D. Huston2012-01-061-37/+9
* QPID-3492: Fix quoted values as well as unquoted values; added a test caseGordon Sim2012-01-031-0/+21
* QPID-3711: fix federation test scriptKenneth Anthony Giusti2011-12-251-7/+7
* Adjust topictest.ps1 to use correct executable names (they changed some time ...Stephen D. Huston2011-12-222-4/+4
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-064-26/+52
* QPID-3629: Changed management of credit windowGordon Sim2011-11-231-0/+2
* NO-JIRA - Fixed the handling of functions with ignored return values.Ted Ross2011-11-222-2/+2
* QPID-3579: Moved qpid-analyze-trace to cpp/src/tools to address concerns abou...Kim van der Riet2011-11-171-0/+258