leveldb/util
Victor Hugo Vianna Silva 4ee78d7ea9 Reland changes accidentally reverted in 302786e
These changes
  1) 2cc36eb - "[jumbo] Add begin()/end() to Slice."
  2) 578eeb7 - "Fix invalid pointer arithmetic in Hash (#1222)"
were committed in the public repository but never got imported to
the internal Google repository. Later, cl/713346733 landed in the
internal repo. When tooling published the internal change as
302786e ("Fix C++23 compilation errors in leveldb"), it
accidentally reverted commits (1) and (2).

This change re-commits a bundled version of (1) and (2) in the
public repo. This will then be imported to the private repo,
leaving the 2 in sync.
2025-01-29 17:26:12 +00:00
..
arena_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
arena.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
arena.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
bloom_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
bloom.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
cache_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
cache.cc Merge pull request #747 from zltl:patch-1 2022-01-10 17:55:39 +00:00
coding_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
coding.cc Merge branch 'master' into fix_issue_505 2022-01-10 09:48:52 -08:00
coding.h Remove leveldb::port::kLittleEndian. 2020-04-14 01:10:05 +00:00
comparator.cc Style cleanup. 2019-05-04 17:42:20 -07:00
crc32c_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
crc32c.cc Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
crc32c.h Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
env_posix_test_helper.h Limit the number of read-only files the POSIX Env will have open. 2017-01-04 09:13:20 -08:00
env_posix_test.cc fixed random access file exhaust random mmap file use wrong limit count 2021-07-01 20:52:01 +08:00
env_posix.cc Fix speculatively some "placement new" issues in leveldb 2025-01-24 21:05:34 +00:00
env_test.cc Merge pull request #1104 from reillyeon:chromium_env 2023-03-28 20:17:45 -07:00
env_windows_test_helper.h Switch corruption_test to use InMemEnv. 2019-03-20 13:57:03 -07:00
env_windows_test.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
env_windows.cc Fix speculatively some "placement new" issues in leveldb 2025-01-24 21:05:34 +00:00
env.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
filter_policy.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
hash_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
hash.cc Reland changes accidentally reverted in 302786e 2025-01-29 17:26:12 +00:00
hash.h Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
histogram.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
histogram.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
logging_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
logging.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
logging.h Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
mutexlock.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
no_destructor_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
no_destructor.h Fix speculatively some "placement new" issues in leveldb 2025-01-24 21:05:34 +00:00
options.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
posix_logger.h Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
random.h Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
status_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
status.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
testutil.cc Switch testing harness to googletest. 2019-11-21 13:11:40 -08:00
testutil.h Internal cleanup migrating StatusOr. 2020-10-07 21:15:26 +00:00
windows_logger.h Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00