index
:
delta/leveldb.git
android
baserock/morph
chrome_dynamic_lib
doc-testing
env_rename
gtest_pathx
main
master
rc
reuse-manifest
snapshot-clean
windows
github.com: google/leveldb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch from C headers to C++ headers.
Victor Costan
2020-04-29
10
-23
/
+21
*
change const to constexpr
leveldb Team
2020-04-28
1
-1
/
+1
*
Remove leveldb::port::kLittleEndian.
Victor Costan
2020-04-14
1
-46
/
+4
*
Remove Windows workarounds in some tests.
Victor Costan
2020-01-14
1
-5
/
+0
*
Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.
Victor Costan
2020-01-09
6
-21
/
+31
*
Defend against inclusion of windows.h in tests that invoke
leveldb Team
2020-01-09
1
-0
/
+5
*
Internal change.
leveldb Team
2019-12-02
13
-14
/
+14
*
Switch testing harness to googletest.
Victor Costan
2019-11-21
16
-356
/
+179
*
Fix tsan problem in env_test.
Sanjay Ghemawat
2019-09-29
1
-37
/
+49
*
Align EnvPosix and EnvWindows.
Victor Costan
2019-06-13
2
-227
/
+316
*
Replace "> >" with ">>"
Victor Costan
2019-05-30
1
-1
/
+1
*
unsigned char -> uint8_t
Victor Costan
2019-05-28
6
-21
/
+20
*
Add explicit typecasts to avoid compiler warning.
Chris Mumford
2019-05-24
1
-2
/
+2
*
Switch to using C++ 11 override specifier.
Chris Mumford
2019-05-09
2
-13
/
+13
*
Merge branch 'master' into patch-2
果冻
2019-05-09
43
-1399
/
+3383
|
\
|
*
Fix EnvPosix tests on Travis CI.
Victor Costan
2019-05-07
2
-87
/
+280
|
*
Formatting changes for prior O_CLOEXEC fix.
Chris Mumford
2019-05-06
2
-13
/
+13
|
*
Merge pull request #624 from adam-azarchs:master
Chris Mumford
2019-05-06
2
-9
/
+118
|
|
\
|
|
*
Add O_CLOEXEC to open calls.
Adam Azarchs
2019-02-22
2
-9
/
+120
|
*
|
Clean up util/coding.{h,cc}.
Victor Costan
2019-05-06
2
-47
/
+81
|
*
|
Style cleanup.
Victor Costan
2019-05-04
2
-14
/
+16
|
*
|
Correct class/structure declaration order.
Chris Mumford
2019-05-03
10
-42
/
+43
|
*
|
Format all files IAW the Google C++ Style Guide.
Chris Mumford
2019-05-02
39
-443
/
+471
|
*
|
Initialize class members to default values in constructors.
Chris Mumford
2019-04-12
1
-2
/
+1
|
*
|
Merge pull request #665 from cheng-chang:coding
Chris Mumford
2019-04-12
1
-1
/
+1
|
|
\
\
|
|
*
|
Remove unnecessary bit operation.
Cheng Chang
2019-03-22
1
-1
/
+1
|
*
|
|
Two small fixes for the Windows implementation (#661)
Felipe Oliveira Carvalho
2019-03-21
1
-0
/
+2
|
*
|
|
Use override consistently in leveldb::test::ErrorEnv.
rc
costan
2019-03-20
1
-4
/
+4
|
*
|
|
Switch corruption_test to use InMemEnv.
cmumford
2019-03-20
3
-26
/
+5
|
*
|
|
Inline defaults in options.
costan
2019-03-20
1
-14
/
+1
|
*
|
|
leveldb: Replace AtomicPointer with std::atomic.
costan
2019-03-11
4
-68
/
+67
|
*
|
|
Align windows_logger with posix_logger.
costan
2019-03-07
2
-20
/
+29
|
*
|
|
Added native support for Windows.
cmumford
2019-03-01
4
-0
/
+959
|
|
|
/
|
|
/
|
|
*
|
leveldb: Fix PosixWritableFile::Sync() on Apple systems.
costan
2019-01-09
1
-12
/
+34
|
*
|
Add back space to POSIX Logger.
cmumford
2019-01-07
1
-2
/
+2
|
|
/
|
*
Clean up env_posix.cc.
costan
2018-10-29
1
-251
/
+296
|
*
Rework once initialization in env_posix.cc.
costan
2018-09-24
1
-14
/
+70
|
*
C++11 cleanup for util/mutexlock.h.
costan
2018-09-24
1
-3
/
+3
|
*
Rework threading in env_posix.cc.
costan
2018-09-11
2
-91
/
+80
|
*
Remove InitOnce from the port API.
costan
2018-09-10
3
-11
/
+102
|
*
Clean up PosixWritableFile in env_posix.cc.
costan
2018-09-08
1
-82
/
+117
|
*
Clean up posix_logger.h.
costan
2018-09-04
1
-64
/
+94
|
*
Simplify Limiter in env_posix.cc.
costan
2018-09-04
1
-33
/
+25
|
*
Add move constructor to Status.
costan
2018-04-23
1
-0
/
+42
|
*
Replace port_posix with port_stdcxx.
costan
2018-04-17
1
-0
/
+6
|
*
Add forgotten <limits> header to util/logging.cc.
costan
2018-04-13
1
-0
/
+1
|
*
Reimplement ConsumeDecimalNumber.
costan
2018-04-13
1
-19
/
+29
|
*
Add tests for ConsumeDecimalNumber.
costan
2018-04-13
1
-0
/
+145
|
*
Replace NULL with nullptr in C++ files.
costan
2018-04-10
15
-68
/
+69
|
*
leveldb: Add more thread safety annotations.
costan
2018-03-23
2
-16
/
+16
[next]