summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-28116-1883/+5181
* WIP - async store interface working for configuration (adding and removing qu...Kim van der Riet2012-10-1848-145/+336
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-2453-175/+720
* QPID-3858: Cleanup, removed old comments and tidied up include statementsKim van der Riet2012-08-2833-164/+68
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-27101-4323/+3771
* QPID-3858: Cleaned up the mechanism by which async operations are called.Kim van der Riet2012-08-212-2/+0
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-0363-1105/+2107
* QPID-3858: WIP: Added smoke test to cmake, code format tidy-upKim van der Riet2012-08-029-56/+29
* QPID-3858: WIP: Moving Simple* test classes into the correct namespaces so as...Kim van der Riet2012-08-0128-66/+1871
* QPID-3858: WIP: Durable transactions fixedKim van der Riet2012-07-3117-92/+186
* QPID-3858: WIP: Renamed AsyncTransaction to AsyncTransactionalStore; changed ...Kim van der Riet2012-07-244-21/+40
* QPID-3858: WIP: Moved QueueAsycnContext from namespace tests::storePerftools:...Kim van der Riet2012-07-202-0/+182
* QPID-3858: WIP: Created many async operation classes for each op instead of a...Kim van der Riet2012-07-206-60/+46
* QPID-3858: Refactor to tidy up several class design issuesKim van der Riet2012-07-1624-265/+392
* WIP - transactional consume path completed, still some testing to be done.Kim van der Riet2012-06-251-3/+5
* QPID-3858: WIP: New classes for transactional consumption of messagesKim van der Riet2012-06-211-0/+2
* QPID-3858: WIP: Solved race conditions affecting transactional publishing.Kim van der Riet2012-06-194-4/+36
* QPID-3858: WIP - async txns for msg publish pathway, but there are some race/...Kim van der Riet2012-06-159-23/+457
* QPID-3858: WIP - tidy-up: protected to private in classes except where requiredKim van der Riet2012-06-0812-10/+14
* QPID-3858: WIP - completed async return pathKim van der Riet2012-06-0815-169/+133
* QPID-3858: WIP - added AsyncResultQueue for async result return pathKim van der Riet2012-06-078-19/+403
* WIP: Non-transactional message path in place. Transactions not working.Kim van der Riet2012-06-016-36/+66
* QPID-3858: More restructuring: Renamed XXXContext to XXXAsyncContext for all ...Kim van der Riet2012-05-142-20/+20
* QPID-3858: Initial checkin of async interface implementation and test harness.Kim van der Riet2012-05-0914-0/+769
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-0454-784/+1528
* QPID-3858: WIP - Updates to async store interface. Removed the errors/excepti...Kim van der Riet2012-05-048-501/+128
* 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-204-0/+557
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-171-225/+224
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-1736-659/+1018
* QPID-3773: generate a unique queue name for the internal bridge queues.Kenneth Anthony Giusti2012-02-101-2/+2
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-0910-14/+179
* QPID-3804: do not skip released grouped messagesKenneth Anthony Giusti2012-02-021-1/+1
* QPID-3481 - After queue deletion, route re-queued messages to the alternate e...Ted Ross2012-02-021-9/+20
* Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet...Alan Conway2012-01-203-4/+5
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-3/+3
* QPID-3603: Added public broker::Connection::isLink function.Alan Conway2012-01-182-17/+19
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-183-9/+7
* QPID-3603: Act on bridge cancellations before creationsAlan Conway2012-01-181-7/+9
* QPID-3603: Fix spurious "exchange not found" error and debug messages.Alan Conway2012-01-184-66/+58
* QPID-3603: Consistent find/get functions for Queue and Exchange registries.Alan Conway2012-01-184-5/+33
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-01-183-5/+4
* QPID-3603: Ensure listeners are notified of available messages even when a co...Alan Conway2012-01-181-7/+6
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-184-11/+18
* QPID-3630: remove additional code in client.Kenneth Anthony Giusti2012-01-131-2/+0
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-137-219/+0
* QPID-3755 - Concurrent queue bind on the same queue results in crashTed Ross2012-01-132-3/+18
* QPID-3438Michael Goulish2012-01-053-8/+1
* QPID-3438Michael Goulish2011-12-163-2/+10
* added explicit cast, required by some compiler versions, namely on s390 archNuno Santos2011-12-121-1/+1