index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
Age
Commit message (
Expand
)
Author
2024-12-10
Merge branch 'ps/reftable-iterator-reuse'
Junio C Hamano
2024-12-10
Merge branch 'ps/reftable-detach'
Junio C Hamano
2024-11-26
reftable/merged: drain priority queue on reseek
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-26
reftable: rename scratch buffer
Patrick Steinhardt
2024-11-21
reftable/block: optimize allocations by using scratch buffer
Patrick Steinhardt
2024-11-21
reftable/block: rename `block_writer::buf` variable
Patrick Steinhardt
2024-11-21
reftable/writer: optimize allocations by using a scratch buffer
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-11-19
reftable: explicitly handle hash format IDs
Patrick Steinhardt
2024-11-19
reftable/system: move "dir.h" to its only user
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/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
2024-10-17
reftable/stack: adapt `format_name()` to handle allocation failures
Patrick Steinhardt
2024-10-17
reftable/blocksource: adapt interface name
Patrick Steinhardt
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-17
reftable/basics: provide new `reftable_buf` interface
Patrick Steinhardt
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
2024-10-17
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
2024-10-04
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
2024-10-04
reftable/basics: fix segfault when growing `names` array fails
Patrick Steinhardt
2024-10-03
reftable: fix a typo
Andrew Kreimer
2024-10-02
reftable/basics: ban standard allocator functions
Patrick Steinhardt
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/tree: handle allocation failures
Patrick Steinhardt
2024-10-02
reftable/pq: handle allocation failures when adding entries
Patrick Steinhardt
2024-10-02
reftable/block: handle allocation failures
Patrick Steinhardt
2024-10-02
reftable/blocksource: handle allocation failures
Patrick Steinhardt
2024-10-02
reftable/iter: handle allocation failures when creating indexed table iter
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/reader: handle allocation failures in `reader_init_iter()`
Patrick Steinhardt
2024-10-02
reftable/reader: handle allocation failures for unindexed reader
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
2024-10-02
reftable/writer: handle allocation failures in `writer_index_hash()`
Patrick Steinhardt
2024-10-02
reftable/record: handle allocation failures when decoding records
Patrick Steinhardt
2024-10-02
reftable/record: handle allocation failures on copy
Patrick Steinhardt
2024-10-02
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt
[next]