summaryrefslogtreecommitdiff
path: root/src/support
AgeCommit message (Expand)Author
2014-10-15Merge branch 'develop' into json-loadAlex Gorrod
2014-10-14whitespaceKeith Bostic
2014-10-14Fix error in Windows CRC calculation for unaligned buffers.Don Anderson
2014-10-13Fix Windows os_dir.c, and os_ftruncate.c. Correctly enable hardware chksum.Mark Benvenuto
2014-10-11Revert "Simplify cksum-init, avoid complaint about a macro that's never used."Keith Bostic
2014-10-11Revert "Minor code shuffling, makes both clang and lint happier."Keith Bostic
2014-10-11Minor code shuffling, makes both clang and lint happier.Keith Bostic
2014-10-10Simplify cksum-init, avoid complaint about a macro that's never used.Keith Bostic
2014-10-10whitespaceKeith Bostic
2014-10-10chksum with MSVC IntrinsicsMark Benvenuto
2014-10-09Abstract out the "is it an absolute path" function, and the pathKeith Bostic
2014-10-09Abstract out the code to create a printable version of theKeith Bostic
2014-10-08Initial Windows PortMark Benvenuto
2014-10-06Don't list the potential object types, it doesn't add information.Keith Bostic
2014-10-04Minor stylistic and comment cleanups, move little-endian test into theKeith Bostic
2014-10-03Create a os shim for one-time initializationMark Benvenuto
2014-09-30Fix up a comment.Keith Bostic
2014-09-19Merge branch 'develop' into json-loadAlex Gorrod
2014-09-18Add stat to count number of times we reach queue_ref maximum. #1230Susan LoVerso
2014-09-18Remove manager struct lengths and add in per-queue lengths to stats.Susan LoVerso
2014-09-13Make random number generation be per session in the WiredTiger library,Keith Bostic
2014-09-02Merge branch 'develop' into json-loadDon Anderson
2014-08-29Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill
2014-08-29s/rolled-back/rolled back/gMichael Cahill
2014-08-06Add JSON loading to cursors and wt load utility. refs #740.Don Anderson
2014-08-06Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-07-24Minor cleanup.Susan LoVerso
2014-07-21LSM manager threads.Alex Gorrod
2014-07-03Normalize the panic macros to match WT_ERR / WT_RET semantics, use them consi...Michael Cahill
2014-07-02Merge branch 'develop' into eviction-under-loadAlex Gorrod
2014-07-02Merge branch 'eviction-under-load' into eviction-statsAlex Gorrod
2014-07-01Merge branch 'develop' into split-memory-managementKeith Bostic
2014-07-01Cleanup based on Alex's feedback.Michael Cahill
2014-06-27Add statistics to track eviction server candidate list sizes.Alex Gorrod
2014-06-25Change from using separate fields to define stat states to flags.Alex Gorrod
2014-06-25Use a split generation number to determine when memory replaced by a split ca...Michael Cahill
2014-06-20Free memory more aggressively after splits. Keep the list of allocated objec...Michael Cahill
2014-05-22whitespaceKeith Bostic
2014-05-21First attempt to add a sweep thread to close data handles only afterKeith Bostic
2014-05-12Add backoff to sleep if no async work available. #1002Susan LoVerso
2014-05-07Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-04-30Merge branch 'develop' into asyncSusan LoVerso
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-29Change __wt_buf_grrow_worker to copy non-local data into place, thisKeith Bostic
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-04-28Add asynchronous compact support to async API.Susan LoVerso
2014-04-25Inline the buffer-size check parts of the standard scratch bufferKeith Bostic
2014-04-16Changes for atomic use for flush command. Fix counts in wtperf forSusan LoVerso
2014-04-14Merge branch 'develop' into asyncSusan LoVerso