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