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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo (#565)
Dimitris Apostolou
2019-03-11
1
-1
/
+1
*
Add AppVeyor (Windows CI) badge to README.
costan
2019-03-07
1
-0
/
+1
*
Align windows_logger with posix_logger.
costan
2019-03-07
3
-30
/
+39
*
Improve CI configuration.
costan
2019-03-04
2
-5
/
+2
*
Added native support for Windows.
cmumford
2019-03-01
14
-23
/
+1120
*
leveldb: Make WriteBatch::ApproximateSize() const.
costan
2019-01-15
2
-2
/
+2
*
leveldb: Fix PosixWritableFile::Sync() on Apple systems.
costan
2019-01-09
3
-12
/
+40
*
Fix fdatasync() feature detection in opensource build.
costan
2019-01-08
2
-5
/
+10
*
Add back space to POSIX Logger.
cmumford
2019-01-07
1
-2
/
+2
*
Update Travis CI configuration.
costan
2019-01-02
1
-22
/
+22
*
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
*
Update .gitignore.
costan
2018-09-24
1
-9
/
+8
*
Rework threading in env_posix.cc.
costan
2018-09-11
2
-91
/
+80
*
Remove InitOnce from the port API.
costan
2018-09-10
6
-29
/
+104
*
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
*
Remove ssize_t from code that is not POSIX-specific.
costan
2018-09-04
2
-12
/
+15
*
Simplify Limiter in env_posix.cc.
costan
2018-09-04
1
-33
/
+25
*
Clarify comments for leveldb::Env file reading methods.
costan
2018-09-04
1
-2
/
+2
*
Remove GCC on OSX from the Travis CI matrix.
costan
2018-09-04
1
-0
/
+7
*
Expose WriteBatch::Append in the C API.
costan
2018-08-19
3
-3
/
+16
*
Expose WriteBatch::Append().
costan
2018-08-14
3
-4
/
+15
*
Clean up Iterator.
costan
2018-06-04
2
-32
/
+45
*
Corrected typo in docs: "cache" to "block_cache".
cmumford
2018-06-04
1
-4
/
+4
*
Clean up SnapshotImpl.
costan
2018-04-30
3
-30
/
+102
*
Fix documentation for log file growth.
cmumford
2018-04-30
1
-5
/
+7
*
Update default log file size in doc.
cmumford
2018-04-30
1
-1
/
+1
*
Add move constructor to Status.
costan
2018-04-23
3
-11
/
+62
*
Replace port_posix with port_stdcxx.
costan
2018-04-17
6
-135
/
+66
*
Fix sign mismatch warnings in GCC.
MarcoFalke
2018-04-16
2
-2
/
+2
*
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
2
-0
/
+146
*
Document the building process.
costan
2018-04-11
1
-1
/
+18
*
Replace NULL with nullptr in C++ files.
costan
2018-04-10
55
-570
/
+575
*
Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h.
costan
2018-04-10
1
-4
/
+0
*
Define LEVELDB_HAS_PORT_CONFIG_H for old compilers.
costan
2018-04-09
1
-0
/
+33
*
Rename CMake project / targets from Leveldb to leveldb.
costan
2018-03-23
3
-10
/
+10
*
leveldb: Add more thread safety annotations.
costan
2018-03-23
7
-54
/
+64
*
Take <atomic> for granted in port/atomic_pointer.h.
costan
2018-03-21
3
-85
/
+5
*
leveldb: Require C++11.
costan
2018-03-21
10
-89
/
+101
*
Remove build configuration for make.
costan
2018-03-20
2
-690
/
+0
*
Add export.h to CMakeLists.txt
Hyzeta
2018-03-20
1
-0
/
+2
*
Replace SIZE_MAX with std::numeric_limits.
costan
2018-03-20
1
-1
/
+2
*
Add CMake build support.
costan
2018-03-16
8
-47
/
+493
*
Extend thread safety annotations.
costan
2018-03-16
8
-71
/
+85
*
Fix includes in util/testharness.h.
costan
2018-03-16
5
-26
/
+32
*
Remove extern from function declarations.
costan
2018-03-12
20
-110
/
+103
[next]