| Commit message (Expand) | Author | Age | Files | Lines |
* | Update from trunk r1375509 through r1450773asyncstore | Kim van der Riet | 2013-02-28 | 116 | -1883/+5181 |
* | WIP - async store interface working for configuration (adding and removing qu... | Kim van der Riet | 2012-10-18 | 48 | -145/+336 |
* | QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke... | Kim van der Riet | 2012-09-24 | 53 | -175/+720 |
* | QPID-3858: Cleanup, removed old comments and tidied up include statements | Kim van der Riet | 2012-08-28 | 33 | -164/+68 |
* | QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ... | Kim van der Riet | 2012-08-27 | 101 | -4323/+3771 |
* | QPID-3858: Cleaned up the mechanism by which async operations are called. | Kim van der Riet | 2012-08-21 | 2 | -2/+0 |
* | QPID-3858: Updated branch - merged from trunk r.1368650 | Kim van der Riet | 2012-08-03 | 63 | -1105/+2107 |
* | QPID-3858: WIP: Added smoke test to cmake, code format tidy-up | Kim van der Riet | 2012-08-02 | 9 | -56/+29 |
* | QPID-3858: WIP: Moving Simple* test classes into the correct namespaces so as... | Kim van der Riet | 2012-08-01 | 28 | -66/+1871 |
* | QPID-3858: WIP: Durable transactions fixed | Kim van der Riet | 2012-07-31 | 17 | -92/+186 |
* | QPID-3858: WIP: Renamed AsyncTransaction to AsyncTransactionalStore; changed ... | Kim van der Riet | 2012-07-24 | 4 | -21/+40 |
* | QPID-3858: WIP: Moved QueueAsycnContext from namespace tests::storePerftools:... | Kim van der Riet | 2012-07-20 | 2 | -0/+182 |
* | QPID-3858: WIP: Created many async operation classes for each op instead of a... | Kim van der Riet | 2012-07-20 | 6 | -60/+46 |
* | QPID-3858: Refactor to tidy up several class design issues | Kim van der Riet | 2012-07-16 | 24 | -265/+392 |
* | WIP - transactional consume path completed, still some testing to be done. | Kim van der Riet | 2012-06-25 | 1 | -3/+5 |
* | QPID-3858: WIP: New classes for transactional consumption of messages | Kim van der Riet | 2012-06-21 | 1 | -0/+2 |
* | QPID-3858: WIP: Solved race conditions affecting transactional publishing. | Kim van der Riet | 2012-06-19 | 4 | -4/+36 |
* | QPID-3858: WIP - async txns for msg publish pathway, but there are some race/... | Kim van der Riet | 2012-06-15 | 9 | -23/+457 |
* | QPID-3858: WIP - tidy-up: protected to private in classes except where required | Kim van der Riet | 2012-06-08 | 12 | -10/+14 |
* | QPID-3858: WIP - completed async return path | Kim van der Riet | 2012-06-08 | 15 | -169/+133 |
* | QPID-3858: WIP - added AsyncResultQueue for async result return path | Kim van der Riet | 2012-06-07 | 8 | -19/+403 |
* | WIP: Non-transactional message path in place. Transactions not working. | Kim van der Riet | 2012-06-01 | 6 | -36/+66 |
* | QPID-3858: More restructuring: Renamed XXXContext to XXXAsyncContext for all ... | Kim van der Riet | 2012-05-14 | 2 | -20/+20 |
* | QPID-3858: Initial checkin of async interface implementation and test harness. | Kim van der Riet | 2012-05-09 | 14 | -0/+769 |
* | QPID-3858: Updated branch - merged from trunk r.1333987 | Kim van der Riet | 2012-05-04 | 54 | -784/+1528 |
* | QPID-3858: WIP - Updates to async store interface. Removed the errors/excepti... | Kim van der Riet | 2012-05-04 | 8 | -501/+128 |
* | QPID-3858: Minor update for clarification: Rename some vars, improve some com... | Kim van der Riet | 2012-02-21 | 1 | -14/+14 |
* | QPID-3858: Initial proposal for async store interface | Kim van der Riet | 2012-02-20 | 4 | -0/+557 |
* | NO-JIRA ACL whitespace police. | Charles E. Rolke | 2012-02-17 | 1 | -225/+224 |
* | QPID-3603: Merge new HA foundations. | Alan Conway | 2012-02-17 | 36 | -659/+1018 |
* | QPID-3773: generate a unique queue name for the internal bridge queues. | Kenneth Anthony Giusti | 2012-02-10 | 1 | -2/+2 |
* | QPID-3824 - Additional queue statistics, posix memory statistics, and broker-... | Ted Ross | 2012-02-09 | 10 | -14/+179 |
* | QPID-3804: do not skip released grouped messages | Kenneth Anthony Giusti | 2012-02-02 | 1 | -1/+1 |
* | QPID-3481 - After queue deletion, route re-queued messages to the alternate e... | Ted Ross | 2012-02-02 | 1 | -9/+20 |
* | Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet... | Alan Conway | 2012-01-20 | 3 | -4/+5 |
* | QPID-3603: Replace public broker::Consumer::position variable with get/set fu... | Alan Conway | 2012-01-18 | 1 | -3/+3 |
* | QPID-3603: Added public broker::Connection::isLink function. | Alan Conway | 2012-01-18 | 2 | -17/+19 |
* | QPID-3603: Merge SemanticState unsubscribe with cancel. | Alan Conway | 2012-01-18 | 3 | -9/+7 |
* | QPID-3603: Act on bridge cancellations before creations | Alan Conway | 2012-01-18 | 1 | -7/+9 |
* | QPID-3603: Fix spurious "exchange not found" error and debug messages. | Alan Conway | 2012-01-18 | 4 | -66/+58 |
* | QPID-3603: Consistent find/get functions for Queue and Exchange registries. | Alan Conway | 2012-01-18 | 4 | -5/+33 |
* | QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti... | Alan Conway | 2012-01-18 | 3 | -5/+4 |
* | QPID-3603: Ensure listeners are notified of available messages even when a co... | Alan Conway | 2012-01-18 | 1 | -7/+6 |
* | QPID-3603: Replace public broker::Consumer::position variable with get/set fu... | Alan Conway | 2012-01-18 | 4 | -11/+18 |
* | QPID-3630: remove additional code in client. | Kenneth Anthony Giusti | 2012-01-13 | 1 | -2/+0 |
* | QPID-3630: remove deprecated rate limiting feature | Kenneth Anthony Giusti | 2012-01-13 | 7 | -219/+0 |
* | QPID-3755 - Concurrent queue bind on the same queue results in crash | Ted Ross | 2012-01-13 | 2 | -3/+18 |
* | QPID-3438 | Michael Goulish | 2012-01-05 | 3 | -8/+1 |
* | QPID-3438 | Michael Goulish | 2011-12-16 | 3 | -2/+10 |
* | added explicit cast, required by some compiler versions, namely on s390 arch | Nuno Santos | 2011-12-12 | 1 | -1/+1 |