index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
system.h
Age
Commit message (
Expand
)
Author
12 days
reftable/system: add abstraction to mmap files
Patrick Steinhardt
12 days
reftable/system: add abstraction to retrieve time in milliseconds
Patrick Steinhardt
12 days
reftable: introduce "reftable-system.h" header
Patrick Steinhardt
2025-08-12
reftable: don't second-guess errors from flock interface
Patrick Steinhardt
2025-04-29
Merge branch 'ps/reftable-api-revamp'
Junio C Hamano
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-02-18
reftable: ignore file-in-use errors when unlink(3p) fails on Windows
Patrick Steinhardt
2025-02-18
reftable: decouple from Git codebase by pulling in "compat/posix.h"
Patrick Steinhardt
2025-02-18
reftable/system: introduce `reftable_rand()`
Patrick Steinhardt
2025-02-06
Merge branch 'ps/zlib-ng'
Junio C Hamano
2025-01-28
git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"
Patrick Steinhardt
2025-01-21
reftable: address trivial -Wsign-compare warnings
Patrick Steinhardt
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
2024-11-19
reftable/system: provide thin wrapper for tempfile subsystem
Patrick Steinhardt
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
2024-11-19
reftable/system: move "dir.h" to its only user
Patrick Steinhardt
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
2024-03-07
reftable/stack: register lockfiles during compaction
Patrick Steinhardt
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2022-01-26
compat: auto-detect if zlib has uncompress2()
Ævar Arnfjörð Bjarmason
2021-10-08
reftable: utility functions
Han-Wen Nienhuys