Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Sign in
chromium
/
external
/
leveldb
/
refs/tags/1.22
78b39d6
Bump the version number from 1.21 to 1.22.
by Chris Mumford
· 6 years ago
1.22
9bd23c7
Correct class/structure declaration order.
by Chris Mumford
· 6 years ago
c784d63
Moved port/README to port/README.md.
by Chris Mumford
· 6 years ago
297e66a
Format all files IAW the Google C++ Style Guide.
by Chris Mumford
· 6 years ago
3724030
Update Travis CI configuration.
by Victor Costan
· 6 years ago
3dc9202
[leveldb] Specifically export the WriteBatch::Handler inner class for Windows link
by leveldb Team
· 6 years ago
2ccb45c
Check for possibly invalid offset in test.
by Chris Mumford
· 6 years ago
7b11745
Changed Windows specific highlighting from bash to cmd.
by Chris Mumford
· 6 years ago
2f008ac
Initialize class members to default values in constructors.
by Chris Mumford
· 6 years ago
ffabb1a
Merge pull request #665 from cheng-chang:coding
by Chris Mumford
· 6 years ago
7da571c
Merge pull request #669 from pavel-pimenov:fix-readme-windows-mkdir
by Chris Mumford
· 6 years ago
df4a323
Merge pull request #472 from zhoudayang:patch-1
by Chris Mumford
· 6 years ago
5a2a472
Fixed missing std namespaces and make_unique.
by Chris Mumford
· 6 years ago
08e7719
Simplify issue320_test.
by Chris Mumford
· 6 years ago
65e86f7
Fix formatting of recent snapshot compaction fix.
by Chris Mumford
· 6 years ago
7711e76
Merge pull request #339 from richcole-at-amazon:master
by Chris Mumford
· 6 years ago
71ed7c4
Fixed typo in comment in version_set.h.
by Chris Mumford
· 6 years ago
09fa886
Align version/soversion CMake setup closer with other repositories.
by Victor Costan
· 7 years ago
20fb601
Fix snapshot compaction bug
by Richard Cole
· 7 years ago
37300aa
Restore soname versioning with CMake build
by leveldb Team
· 7 years ago
952be04
Fix mkdir (windows)
by Pavel Pimenov
· 7 years ago
56178dd
Update the version to 1.21 in preparation for a new release.
by Chris Mumford
· 7 years ago
1.21
35619d2
Project import generated by Copybara.
by leveldb Team
· 7 years ago
416344d
leveldb: Register in copybara whitelist.
by costan
· 7 years ago
da94ac6
leveldb: Minor cleanup in ports.
by costan
· 7 years ago
bd24b96
leveldb: Silence unused argument warnings in MSVC.
by costan
· 7 years ago
6188a54
leveldb: Add tests for empty keys and values.
by costan
· 7 years ago
cf1b5f4
Remove unnecessary bit operation.
by Cheng Chang
· 7 years ago
7035af5
Two small fixes for the Windows implementation (#661)
by Felipe Oliveira Carvalho
· 7 years ago
6571279
fix a typo in the comment of skiplist_test.cc (#664)
by usurai
· 7 years ago
15e2278
Use override consistently in leveldb::test::ErrorEnv.
by costan
· 7 years ago
ea49b27
Switch corruption_test to use InMemEnv.
by cmumford
· 7 years ago
ce399ac
Always copy bytes to scratch buffer when reading w/MemEnv.
by cmumford
· 7 years ago
201f77d
Inline defaults in options.
by costan
· 7 years ago
9ce3051
Deleted dangling reference to deleted atomic_pointer.h.
by cmumford
· 7 years ago
7d8e41e
leveldb: Replace AtomicPointer with std::atomic.
by costan
· 7 years ago
dd90626
Make InMemoryEnv more consistent with filesystem based Env's.
by cmumford
· 7 years ago
cf1d1ab
leveldb: Remove unused file port/win/stdint.h.
by costan
· 7 years ago
a20508d
Fix typo (#565)
by Dimitris Apostolou
· 7 years ago
0447082
Add AppVeyor (Windows CI) badge to README.
by costan
· 7 years ago
ed76289
Align windows_logger with posix_logger.
by costan
· 7 years ago
808e59e
Improve CI configuration.
by costan
· 7 years ago
c69d33b
Added native support for Windows.
by cmumford
· 7 years ago
fe44948
leveldb: Make WriteBatch::ApproximateSize() const.
by costan
· 7 years ago
296de8d
leveldb: Fix PosixWritableFile::Sync() on Apple systems.
by costan
· 7 years ago
b70493c
Fix fdatasync() feature detection in opensource build.
by costan
· 7 years ago
af7abf0
Add back space to POSIX Logger.
by cmumford
· 7 years ago
58d7054
Update Travis CI configuration.
by costan
· 7 years ago
1cb3840
Clean up env_posix.cc.
by costan
· 7 years ago
a7dc502
Rework once initialization in env_posix.cc.
by costan
· 7 years ago
c43565d
C++11 cleanup for util/mutexlock.h.
by costan
· 7 years ago
0145a94
Update .gitignore.
by costan
· 7 years ago
73d5834
Rework threading in env_posix.cc.
by costan
· 7 years ago
05709fb
Remove InitOnce from the port API.
by costan
· 7 years ago
bb88f25
Clean up PosixWritableFile in env_posix.cc.
by costan
· 7 years ago
7b945f2
Clean up posix_logger.h.
by costan
· 7 years ago
89af27b
Remove ssize_t from code that is not POSIX-specific.
by costan
· 7 years ago
03064cb
Simplify Limiter in env_posix.cc.
by costan
· 7 years ago
9b44da7
Clarify comments for leveldb::Env file reading methods.
by costan
· 7 years ago
0ef2310
Remove GCC on OSX from the Travis CI matrix.
by costan
· 7 years ago
16a2b8b
Expose WriteBatch::Append in the C API.
by costan
· 7 years ago
f7b0e1d
Expose WriteBatch::Append().
by costan
· 7 years ago
6caf73a
Clean up Iterator.
by costan
· 7 years ago
6a6bdaf
Corrected typo in docs: "cache" to "block_cache".
by cmumford
· 7 years ago
1868398
Clean up SnapshotImpl.
by costan
· 7 years ago
e7840de
Fix documentation for log file growth.
by cmumford
· 7 years ago
bc23e00
Update default log file size in doc.
by cmumford
· 7 years ago
4de9594
Add move constructor to Status.
by costan
· 7 years ago
d177a02
Replace port_posix with port_stdcxx.
by costan
· 7 years ago
14cce84
Fix sign mismatch warnings in GCC.
by MarcoFalke
· 7 years ago
8046a51
Add forgotten <limits> header to util/logging.cc.
by costan
· 7 years ago
a0008de
Reimplement ConsumeDecimalNumber.
by costan
· 7 years ago
1f7dd5d
Add tests for ConsumeDecimalNumber.
by costan
· 7 years ago
1cc8b10
Document the building process.
by costan
· 8 years ago
09217fd
Replace NULL with nullptr in C++ files.
by costan
· 8 years ago
6a3b915
Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h.
by costan
· 8 years ago
260655b
Define LEVELDB_HAS_PORT_CONFIG_H for old compilers.
by costan
· 8 years ago
6fa4566
Rename CMake project / targets from Leveldb to leveldb.
by costan
· 8 years ago
0db3041
leveldb: Add more thread safety annotations.
by costan
· 8 years ago
04f3910
Take <atomic> for granted in port/atomic_pointer.h.
by costan
· 8 years ago
74f032f
leveldb: Require C++11.
by costan
· 8 years ago
8e75db8
Remove build configuration for make.
by costan
· 8 years ago
df9a841
Add export.h to CMakeLists.txt
by Hyzeta
· 8 years ago
50fbc87
Replace SIZE_MAX with std::numeric_limits.
by costan
· 8 years ago
739c251
Add CMake build support.
by costan
· 8 years ago
0fa5a4f
Extend thread safety annotations.
by costan
· 8 years ago
8143c12
Fix includes in util/testharness.h.
by costan
· 8 years ago
aece206
Remove extern from function declarations.
by costan
· 8 years ago
ddab751
Add tests for {Old}InfoLogFileName().
by costan
· 8 years ago
7fd7c00
Remove unused function ExtractValueType.
by costan
· 8 years ago
594cc98
Bypass OSMemoryBarrier() warning on Mac.
by costan
· 8 years ago
49f35d3
leveldb: Update Travis CI configuration for open source build.
by costan
· 8 years ago
623d014
Expose Env::GetTempDirectory() for use in C test.
by costan
· 8 years ago
8c8024e
Switch HAVE_ library detection macros to 0/1.
by costan
· 8 years ago
41172a2
Enable thread safety annotations in open source version.
by costan
· 8 years ago
47cb9e2
Add leveldb_options_set_max_file_size to the C API.
by cmumford
· 8 years ago
b5d4a22
Fixed style guide link in CONTRIBUTING.md
by cmumford
· 8 years ago
3da4d8b
Deleted unused assignments in Reader.
by cmumford
· 8 years ago
0509414
leveldb::DestroyDB will now delete empty directories.
by cmumford
· 8 years ago
23162ca
Fix typo (forgotten reference operator) in test.
by costan
· 8 years ago
Next »