[go: nahoru, domu]

Roll src/third_party/leveldatabase/src/ 09a3c8e74..ca216e493 (13 commits)

This CL also #defines DeleteFile as DeleteFileW on Windows for all
compilation units that depend on leveldb. This definition impacts
leveldb's API (leveldb::Env::DeleteFile), and is in effect in most of
Chromium, because it is introduced by <windows.h>. After this CL, the
definition is guaranteed to be in effect everywhere, so we don't have to
reason about #include side-effects.

https://chromium.googlesource.com/external/leveldb.git/+log/09a3c8e74175..ca216e493f32

$ git log 09a3c8e74..ca216e493 --date=short --no-merges --format='%ad %ae %s'
2017-10-05 costan leveldb: Rename SNAPPY to HAVE_SNAPPY.
2017-10-05 costan leveldb: Remove *_unlocked feature detection from POSIX port.
2017-10-04 cmumford Add LEVELDB_EXPORT macro to export public symbols.
2017-10-04 costan leveldb: Include <algorithm> in util/env_test.cc.
2017-10-03 costan Fix FD leak in POSIX Env.
2017-10-03 costan leveldb: Add tests for CL 170769101.
2017-10-03 costan Remove handling for unused LRUHandle representation special case.
2017-10-02 sanjay Fix file writing bug in CL 170738066.
2017-10-02 cmumford Fix use of uninitialized value in LRUHandle.
2017-10-02 sanjay Fix issue 474: a race between the f*_unlocked() STDIO calls in env_posix.cc and concurrent application calls to fflush(NULL).
2017-09-26 costan Use portable CRC32C from google/crc32c.
2017-09-01 costan Remove confusing and unnecessary if.
2017-09-01 costan Simplify Table::Open() flow and remove a delete call.

Created with:
  roll-dep src/third_party/leveldatabase/src

Bug: 
Change-Id: Idf35de507564b0f182bdd0697761b2a79af33e21
Reviewed-on: https://chromium-review.googlesource.com/703494
Commit-Queue: Chris Mumford <cmumford@chromium.org>
Reviewed-by: Chris Mumford <cmumford@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507433}
2 files changed