summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/linearstore
Commit message (Expand)AuthorAgeFilesLines
* QPID-5361: No tests for linearstore functionality currently exist - basic tes...Kim van der Riet2014-09-161-1/+4
* QPID-6043: Add a configuration option to overwrite files returned to the EFPKim van der Riet2014-08-259-41/+79
* NO-JIRA: Reduce "No EFP Partition" log message from warning to info.Alan Conway2014-08-211-2/+2
* NO-JIRA: Updated ISSUES fileKim van der Riet2014-08-121-2/+15
* NO-JIRA: Clean up excessive "notice" level log messages, add start-up/shut-do...Alan Conway2014-08-113-6/+6
* QPID-5924 [linearstore] Qpidd Will Not Start with Large Number of QueuesKim van der Riet2014-07-305-1/+10
* [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co...Pavel Moravec2014-07-291-14/+14
* QPID-3921: Don't leak use qpid/Options.h header unnecessarily.Andrew Stitcher2014-06-121-1/+4
* QPID-5767: [linearstore] broker segfaults when recovering journal file with d...Kim van der Riet2014-06-027-21/+27
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-1/+1
* NO_JIRA: [linearstore] Update to ISSUES; whitespace fix from last checkinKim van der Riet2014-05-212-7/+12
* QPID-5767: [C++ broker][linearstore] broker segfaults when recovering journal...Pavel Moravec2014-05-216-11/+27
* QPID-5750: [linearstore] Broker fails with JERR__AIO: AIO error. (AIO write o...Kim van der Riet2014-05-1311-25/+142
* QPID-5489: More cleaning up of the Uuid codeAndrew Stitcher2014-04-293-9/+6
* QPID-5660: [legacystore] Python tests fail with syntax error on Python 2.4Kim van der Riet2014-04-031-0/+2
* QPID-5362: Bugfix for qpid_qls_analyzeKim van der Riet2014-04-011-11/+19
* QPID-5651: [C++ broker] segfault in qpid::linearstore::journal::jdir::clear_d...Pavel Moravec2014-03-281-0/+1
* QPID-5362: No store tools exist for examining the journals - Bugfix and reorg...Kim van der Riet2014-03-183-99/+85
* QPID-5607: [linearstore] Recovery of store results in jexception 0x010b Linea...Kim van der Riet2014-03-064-35/+83
* QPID-5603: Broker recovery fails with JERR_JREC_BADRECTAIL when record tail i...Kim van der Riet2014-03-051-1/+1
* NO_JIRA: Added Apache license text to tx-text-soak.sh, updates to linearstore...Kim van der Riet2014-02-051-10/+13
* QPID-5480: Recovery of store failure with "JERR_MAP_NOTFOUND: Key not found i...Kim van der Riet2014-02-0522-247/+371
* QPID-5485: If no directory for paging file is enabled print warning (as ifAndrew Stitcher2014-01-311-1/+1
* 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