summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SnapshotImpl.snapshot-cleanVictor Costan2018-04-243-30/+109
* Add YouCompleteMe configuration.Victor Costan2018-04-232-0/+148
* Add move constructor to Status.costan2018-04-233-11/+62
* Replace port_posix with port_stdcxx.costan2018-04-176-135/+66
* Fix sign mismatch warnings in GCC.MarcoFalke2018-04-162-2/+2
* Add forgotten <limits> header to util/logging.cc.costan2018-04-131-0/+1
* Reimplement ConsumeDecimalNumber.costan2018-04-131-19/+29
* Add tests for ConsumeDecimalNumber.costan2018-04-132-0/+146
* Document the building process.costan2018-04-111-1/+18
* Replace NULL with nullptr in C++ files.costan2018-04-1055-570/+575
* Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h.costan2018-04-101-4/+0
* Define LEVELDB_HAS_PORT_CONFIG_H for old compilers.costan2018-04-091-0/+33
* Rename CMake project / targets from Leveldb to leveldb.costan2018-03-233-10/+10
* leveldb: Add more thread safety annotations.costan2018-03-237-54/+64
* Take <atomic> for granted in port/atomic_pointer.h.costan2018-03-213-85/+5
* leveldb: Require C++11.costan2018-03-2110-89/+101
* Remove build configuration for make.costan2018-03-202-690/+0
* Add export.h to CMakeLists.txtHyzeta2018-03-201-0/+2
* Replace SIZE_MAX with std::numeric_limits.costan2018-03-201-1/+2
* Add CMake build support.costan2018-03-168-47/+493
* Extend thread safety annotations.costan2018-03-168-71/+85
* Fix includes in util/testharness.h.costan2018-03-165-26/+32
* Remove extern from function declarations.costan2018-03-1220-110/+103
* Add tests for {Old}InfoLogFileName().costan2018-03-121-0/+12
* Remove unused function ExtractValueType.costan2018-03-121-8/+0
* Bypass OSMemoryBarrier() warning on Mac.costan2018-03-091-3/+6
* leveldb: Update Travis CI configuration for open source build.costan2018-03-091-8/+49
* Expose Env::GetTempDirectory() for use in C test.costan2018-03-093-16/+19
* Switch HAVE_ library detection macros to 0/1.costan2018-03-092-12/+16
* Enable thread safety annotations in open source version.costan2018-02-134-25/+94
* Add leveldb_options_set_max_file_size to the C API.cmumford2017-11-033-0/+7
* Fixed style guide link in CONTRIBUTING.mdcmumford2017-11-031-2/+2
* Deleted unused assignments in Reader.cmumford2017-11-031-8/+3
* leveldb::DestroyDB will now delete empty directories.cmumford2017-11-033-4/+89
* Fix typo (forgotten reference operator) in test.costan2017-10-101-1/+1
* Replace SSE-optimized CRC32C in POSIX port with external library.costan2017-10-104-172/+29
* leveldb: Rename SNAPPY to HAVE_SNAPPY.costan2017-10-052-14/+14
* leveldb: Remove *_unlocked feature detection from POSIX port.costan2017-10-051-9/+0
* Add LEVELDB_EXPORT macro to export public symbols.cmumford2017-10-0417-193/+226
* leveldb: Include <algorithm> in util/env_test.cc.costan2017-10-041-0/+2
* Fix FD leak in POSIX Env.costan2017-10-031-1/+1
* leveldb: Add tests for CL 170769101.costan2017-10-031-12/+59
* Remove handling for unused LRUHandle representation special case.costan2017-10-031-10/+7
* Fix file writing bug in CL 170738066.sanjay2017-10-031-2/+2
* Fix use of uninitialized value in LRUHandle.cmumford2017-10-032-1/+12
* Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-033-47/+156
* Use portable CRC32C from google/crc32c.costan2017-09-261-298/+328
* Remove confusing and unnecessary if.costan2017-09-011-7/+3
* Simplify Table::Open() flow and remove a delete call.costan2017-09-011-8/+3
* Switched variable type from int to uint64_t in ConsumeDecimalNumber.cmumford2017-08-241-1/+2