summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/store
Commit message (Expand)AuthorAgeFilesLines
* QPID-7306: Conditional compile mismatch in broker and common libs.Alan Conway2016-06-221-4/+0
* Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1Stephen D. Huston2015-02-041-1/+1
* QPID-5807: Remove boost::program_options as a header file dependency of qpid/...Andrew Stitcher2014-06-111-5/+3
* QPID-5485: If no directory for paging file is enabled print warning (as ifAndrew Stitcher2014-01-311-1/+1
* QPID-5111: Make library dependencies clearer in build systemAndrew Stitcher2013-09-031-1/+1
* NO-JIRA: Remove use of boost::make_shared, not availble on some older versions.Alan Conway2013-08-051-2/+1
* NO-JIRA: Added Broker.h to recover from r1425038 in windows buildsCharles E. Rolke2012-12-211-0/+1
* NO-JIRA: Removed unnecessary header includesAndrew Stitcher2012-12-201-5/+9
* QPID-4514: Remove obsolete cluster code: MessageStorePluginAlan Conway2012-12-195-70/+0
* QPID_4449 - Further fixes to the build files for both automake and cmake.Ted Ross2012-12-031-2/+4
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+4
* Fix recovering a zero-length message. Fixes QPID-3491.Stephen D. Huston2012-10-181-1/+1
* QPID-4178: broker refactoringGordon Sim2012-08-101-1/+1
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-203-11/+11
* QPID-3900 add missing include to get store\ms-clfs to compileCharles E. Rolke2012-03-151-0/+1
* QPID-3621 cmake build changes for solaris and solaris specific code changesClifford Allan Jansen2012-02-091-1/+7
* QPID-3344 - Comparisons of const DataAddr objects are incorrectTed Ross2011-07-121-1/+1
* Handle iterator properly when removing entries from list; resolves QPID-2941.Stephen D. Huston2010-11-121-3/+7
* Manage CLFS containers using policies to both create the initial containers a...Stephen D. Huston2010-11-053-23/+46
* Revised Messages to keep track of queues each message is on to enable finding...Stephen D. Huston2010-11-043-207/+255
* Catch com exceptions during db recovery and rethrow as ADOExceptions which th...Stephen D. Huston2010-11-031-65/+105
* Since LSNs are used as persistence IDs and ID 0 usually means "not persisted"...Stephen D. Huston2010-10-299-30/+131
* Add hybrid SQL-CLFS store that can be used on Windows systems Vista, Win Serv...Stephen D. Huston2010-10-2117-6/+3185
* Fix typo in namespace close commentsStephen D. Huston2010-05-131-2/+1
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-191-0/+16
* Fix g++ compile warning-turned-errorStephen D. Huston2010-04-191-0/+2
* Fix for QPID-2420 to correctly handle restoring and commit/abort prepared tra...Stephen D. Huston2010-04-1618-262/+899
* Fix restoration of durable messages at startup. Remove all references to a qu...Stephen D. Huston2009-11-057-36/+105
* When storing a message, set its new persistence Id. Don't throw an exception ...Stephen D. Huston2009-11-033-26/+65
* In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar...Stephen D. Huston2009-10-305-55/+84
* Ensure a client-side cursor is used, and change to static cursor to improve p...Stephen D. Huston2009-10-302-2/+7
* Always include the hresult message if it's available.Stephen D. Huston2009-10-301-3/+2
* Change StorageProvider::Exception to inherit from qpid::Exception instead of ...Stephen D. Huston2009-10-284-26/+42
* Fix unused arg warningsStephen D. Huston2009-10-282-2/+2
* Set up COM initialization before trying to database connection in earlyInitia...Stephen D. Huston2009-10-271-0/+1
* Add install steps.Stephen D. Huston2009-10-271-0/+6
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-2129-0/+4101