summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/store
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-1/+1
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-044-11/+12
* 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