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
/
stack.c
Age
Commit message (
Expand
)
Author
12 days
reftable/system: add abstraction to retrieve time in milliseconds
Patrick Steinhardt
12 days
reftable/stack: provide fsync(3p) via system header
Patrick Steinhardt
2025-11-10
reftable/stack: add function to check if optimization is required
Karthik Nayak
2025-11-10
reftable/stack: return stack segments directly
Karthik Nayak
2025-10-13
Merge branch 'kn/reftable-consistency-checks'
Junio C Hamano
2025-10-07
reftable: check for trailing newline in 'tables.list'
Karthik Nayak
2025-08-12
reftable: don't second-guess errors from flock interface
Patrick Steinhardt
2025-08-12
reftable/stack: handle outdated stacks when compacting
Patrick Steinhardt
2025-08-12
reftable/stack: allow passing flags to `reftable_stack_add()`
Patrick Steinhardt
2025-08-12
reftable/stack: fix compiler warning due to missing braces
Patrick Steinhardt
2025-08-12
reftable/stack: reorder code to avoid forward declarations
Patrick Steinhardt
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
2025-04-07
reftable/reader: rename data structure to "table"
Patrick Steinhardt
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-02-18
reftable/stack: stop using `sleep_millisec()`
Patrick Steinhardt
2025-02-18
reftable/system: introduce `reftable_rand()`
Patrick Steinhardt
2025-02-18
reftable/stack: stop using `write_in_full()`
Patrick Steinhardt
2025-02-18
reftable/stack: stop using `read_in_full()`
Patrick Steinhardt
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
2025-01-28
Merge branch 'ps/reftable-sign-compare'
Junio C Hamano
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
2025-01-21
reftable: address trivial -Wsign-compare warnings
Patrick Steinhardt
2025-01-07
reftable/stack: accept insecure random bytes
Patrick Steinhardt
2025-01-07
wrapper: allow generating insecure random bytes
Patrick Steinhardt
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
2024-12-23
Merge branch 'ps/reftable-alloc-failures-zalloc-fix'
Junio C Hamano
2024-12-22
reftable/stack: fix zero-sized allocation when there are no readers
Patrick Steinhardt
2024-12-22
reftable/stack: don't perform auto-compaction with less than two tables
Patrick Steinhardt
2024-11-26
reftable/stack: add mechanism to notify callers on reload
Patrick Steinhardt
2024-11-26
reftable/stack: add accessor for the hash ID
Patrick Steinhardt
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
2024-11-19
reftable/stack: drop only use of `get_locked_file_path()`
Patrick Steinhardt
2024-11-19
reftable/system: provide thin wrapper for tempfile subsystem
Patrick Steinhardt
2024-11-19
reftable/stack: stop using `fsync_component()` directly
Patrick Steinhardt
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
2024-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
2024-10-17
reftable/stack: adapt `stack_filename()` to handle allocation failures
Patrick Steinhardt
2024-10-17
reftable/stack: adapt `format_name()` to handle allocation failures
Patrick Steinhardt
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
2024-10-02
reftable: fix calls to free(3P)
Patrick Steinhardt
2024-10-02
reftable: handle trivial allocation failures
Patrick Steinhardt
2024-10-02
reftable/stack: handle allocation failures in auto compaction
Patrick Steinhardt
2024-10-02
reftable/stack: handle allocation failures in `stack_compact_range()`
Patrick Steinhardt
2024-10-02
reftable/stack: handle allocation failures in `reftable_new_stack()`
Patrick Steinhardt
2024-10-02
reftable/stack: handle allocation failures on reload
Patrick Steinhardt
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
2024-10-02
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
[next]