summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Remove __open_directory_sync call, not needed on Windows.Keith Bostic2014-10-131-15/+0
* | | | | | | | | Merged fallocate-restructure before merging Mark's changes: cherry pickKeith Bostic2014-10-133-15/+6
* | | | | | | | | Rename functions, and fix error handlingMark Benvenuto2014-10-134-9/+14
* | | | | | | | | Use a separate file handle for file truncation & allocationMark Benvenuto2014-10-134-5/+27
* | | | | | | | | Merge pull request #1273 from wiredtiger/fallocate-restructureMichael Cahill2014-10-1412-129/+187
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop' into fallocate-restructureKeith Bostic2014-10-132-38/+85
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic2014-10-125-30/+13
| * | | | | | | | | Make fallocate/posix_fallocate more configurable.Keith Bostic2014-10-1210-101/+176
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | FindFirstFile returns INVALID_HANDLE_VALUE, not NULLKeith Bostic2014-10-131-1/+2
* | | | | | | | | Put a tags file into the Windows directory.Keith Bostic2014-10-131-1/+1
* | | | | | | | | KNFKeith Bostic2014-10-131-5/+6
* | | | | | | | | Merge pull request #1276 from markbenvenuto/dir_fixKeith Bostic2014-10-133-4/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Windows os_dir.c, and os_ftruncate.c. Correctly enable hardware chksum.Mark Benvenuto2014-10-133-4/+11
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | It's an error if we don't find build_win/wiredtiger_config.h.Keith Bostic2014-10-131-5/+0
* | | | | | | | | Update.Keith Bostic2014-10-131-10/+1
* | | | | | | | | sort commandsKeith Bostic2014-10-131-1/+1
* | | | | | | | | Merge pull request #1275 from markbenvenuto/win_config_validateKeith Bostic2014-10-1311-16/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | add config validation for Windows configMark Benvenuto2014-10-1311-16/+31
|/ / / / / / / /
* | | | | | | | If restored a tombstone WT_UPDATE after splitting, calculate the correct size.Michael Cahill2014-10-131-2/+6
* | | | | | | | Skip checkpoint reads from LSM: they aren't supported.Michael Cahill2014-10-131-6/+10
* | | | | | | | Don't read from checkpoints if we're single-threaded and doing checksKeith Bostic2014-10-121-3/+7
* | | | | | | | Merge pull request #1265 from wiredtiger/format-workMichael Cahill2014-10-131-37/+72
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | 10% of the time, when switching to a new session/cursor set, performKeith Bostic2014-10-081-37/+72
* | | | | | | | Revert "Simplify cksum-init, avoid complaint about a macro that's never used."Keith Bostic2014-10-111-11/+16
* | | | | | | | Revert "Minor code shuffling, makes both clang and lint happier."Keith Bostic2014-10-111-3/+2
* | | | | | | | Minor code shuffling, makes both clang and lint happier.Keith Bostic2014-10-111-2/+3
* | | | | | | | KNFKeith Bostic2014-10-111-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Simplify cksum-init, avoid complaint about a macro that's never used.Keith Bostic2014-10-101-16/+11
* | | | | | | whitespaceKeith Bostic2014-10-101-1/+0
* | | | | | | Merge pull request #1272 from markbenvenuto/win_more_compile_fixesKeith Bostic2014-10-1015-81/+90
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | MSVC & Clang Warning CleanupMark Benvenuto2014-10-1015-81/+90
* | | | | | | Merge pull request #1271 from markbenvenuto/chksumKeith Bostic2014-10-101-2/+52
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chksum with MSVC IntrinsicsMark Benvenuto2014-10-101-2/+52
|/ / / / / /
* | | | | | Merge pull request #1270 from markbenvenuto/backup_fixKeith Bostic2014-10-102-2/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix backup on Windows by using O_BINARYMark Benvenuto2014-10-102-2/+6
* | | | | | Clean up remaining gcc warnings.Keith Bostic2014-10-104-5/+3
* | | | | | gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-108-20/+28
* | | | | | Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-1032-187/+228
* | | | | | Add words missing from Linux dictionaries.Michael Cahill2014-10-101-0/+2
* | | | | | Retry pthread_rwlock_rdlock calls if they return EAGAIN. That is permitted b...Michael Cahill2014-10-101-1/+6
|/ / / / /
* | | | | FlushFileBuffers returns 0 on failure, then we have to call GetLastError.Keith Bostic2014-10-091-1/+4
* | | | | We need to know the hot backup files were written to disk, and we can'tKeith Bostic2014-10-091-0/+8
* | | | | Merge pull request #1269 from wiredtiger/posix_fallocate-on-solarisKeith Bostic2014-10-091-8/+31
|\ \ \ \ \
| * | | | | posix_fallocate fails on Solaris except for UFS -- if we get EINVALKeith Bostic2014-10-091-8/+31
* | | | | | Merge pull request #1268 from markbenvenuto/minor_win_buildKeith Bostic2014-10-092-10/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Minor Windows SConstruct & Build fixesMark Benvenuto2014-10-092-10/+9
|/ / / / /
* | | | | Create a separate list of Windows' files, that way we can haveKeith Bostic2014-10-098-127/+199
* | | | | KNFKeith Bostic2014-10-091-1/+1
* | | | | KNFKeith Bostic2014-10-091-9/+9
* | | | | Rename the WT_FH.refcnt field to be WT_FH.ref to match the newKeith Bostic2014-10-091-4/+4