forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
196962f Add AcceleratedCRC32C to port_win.h 1bdf1c3 Merge upstream LevelDB v1.20 d31721e Merge #17: Fixed file sharing errors fecd449 Fixed file sharing error in Win32Env::GetFileSize(), Win32SequentialFile::_Init(), Win32RandomAccessFile::_Init() Fixed error checking in Win32SequentialFile::_Init() 5b7510f Merge #14: Merge upstream LevelDB 1.19 0d969fd Merge #16: [LevelDB] Do no crash if filesystem can't fsync c8c029b [LevelDB] Do no crash if filesystem can't fsync a53934a Increase leveldb version to 1.20. f3f1397 Separate Env tests from PosixEnv tests. eb4f097 leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit). d0883b6 Fixed path to doc file: index.md. 7fa2094 Convert documentation to markdown. ea175e2 Implement support for Intel crc32 instruction (SSE 4.2) 95cd743 Including <limits> for std::numeric_limits. 646c358 Limit the number of read-only files the POSIX Env will have open. d40bc3f Merge #13: Typo ebbd772 Typo a2fb086 Add option for max file size. The currend hard-coded value of 2M is inefficient in colossus. git-subtree-dir: src/leveldb git-subtree-split: 196962f
- Loading branch information
Showing
31 changed files
with
1,414 additions
and
1,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.