summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/linearstore
Commit message (Expand)AuthorAgeFilesLines
* QPID-5487: [linearstore] Replace use of /dev/urandom with c random generator ...Kim van der Riet2014-01-165-31/+28
* QPID-5484 [linearstore] Poor performance relative to legacystore. Partial fix...Kim van der Riet2014-01-152-2/+9
* NO-JIRA: Removed linear/legacy store CMake checks for uuid libraryAndrew Stitcher2014-01-151-1/+1
* QPID-5483: [linearstore] Recovery of journal with partly written record fails...Kim van der Riet2014-01-1511-139/+247
* QPID-5473: Recovery where last record in file is truncated (ie spans files), ...Kim van der Riet2014-01-122-2/+3
* QPID-5460: [linearstore] Recovery of store which contains prepared but incomp...Kim van der Riet2014-01-0912-131/+132
* QPID-5444: Recovering from qpid-txtest fails with "Inconsisntent TPL 2PC coun...Kim van der Riet2013-12-235-9/+9
* QPID-5422: DTX test failure, and some tidying up of code in JournalImpl.cpp/hKim van der Riet2013-12-2018-303/+407
* QPID-5425: TPL fails with JERR_JNLF_FILEOFFSOVFLKim van der Riet2013-12-163-7/+15
* NO-JIRA: Add missing apache copyright licence text.Alan Conway2013-12-162-0/+40
* QPID-5388: Segmentation fault when recovering empty queue. The recovery could...Kim van der Riet2013-12-047-19/+53
* QPID-5387: Segmentation fault when deleting queue. Incorrect order of operati...Kim van der Riet2013-12-032-2/+1
* QPID-5358: Checksum not implemented in record tail, not checked during read. ...Kim van der Riet2013-12-0312-50/+210
* QPID-5357 "Linearstore: Empty file recycling not functional": Fix which imple...Kim van der Riet2013-11-262-2/+12
* NO-JIRA: Update of ISSUES file to reflect latest JIRA numbers for outstanding...Kim van der Riet2013-11-191-19/+17
* QPID-4984: Cleanup of #includesKim van der Riet2013-11-1848-1018/+810
* QPID-4984: Change jrnl directory to journal - aligns namespaces with journal ...Kim van der Riet2013-11-1570-192/+154
* QPID-4984: Fix for recovery ambiguity issue, other code tidy-upsKim van der Riet2013-11-1480-1928/+1216
* QPID-4984: Minor fix for ambiguous comparison error on some compilersKim van der Riet2013-11-071-3/+3
* QPID-4984: WIP. Basic enqueue/dequeue/txns work, still no EFP recycling.Kim van der Riet2013-11-0428-924/+653
* NO-JIRA: Fix compile errors in legacystore on older compilersAlan Conway2013-10-301-4/+4
* QPID-4984: Fix compiler warnings caused by questionable programming practicesAndrew Stitcher2013-10-242-10/+11
* QPID-4984: WIP: Copy of work over from branch to trunk. Non-tx works with som...Kim van der Riet2013-10-2287-0/+15738