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
/
writer.c
Age
Commit message (
Expand
)
Author
2025-08-12
reftable/writer: drop Git-specific `QSORT()` macro
Patrick Steinhardt
2025-08-12
reftable/writer: fix type used for number of records
Patrick Steinhardt
2025-05-19
Merge branch 'ly/reftable-writer-leakfix'
Junio C Hamano
2025-05-12
reftable/writer: fix memory leak when `writer_index_hash()` fails
Lidong Yan
2025-05-12
reftable/writer: fix memory leak when `padded_write()` fails
Lidong Yan
2025-04-29
Merge branch 'ps/reftable-api-revamp'
Junio C Hamano
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-03-21
reftable: adapt write_object_record() to propagate block_writer_add() errors
Meet Soni
2025-03-21
reftable: adapt writer_add_record() to propagate block_writer_add() errors
Meet Soni
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
2025-02-18
reftable/basics: provide wrappers for big endian conversion
Patrick Steinhardt
2025-02-18
reftable: stop using `BUG()` in trivial cases
Patrick Steinhardt
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
2024-12-23
Merge branch 'kn/reftable-writer-log-write-verify'
Junio C Hamano
2024-12-10
Merge branch 'ps/reftable-detach'
Junio C Hamano
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
2024-11-26
reftable: rename scratch buffer
Patrick Steinhardt
2024-11-21
reftable/writer: optimize allocations by using a scratch buffer
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-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
2024-10-17
reftable/record: adapt `reftable_record_key()` 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_addbuf()`
Patrick Steinhardt
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
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/block: handle allocation failures
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-08-17
reftable: mark unused parameters in virtual functions
Jeff King
2024-05-13
reftable/writer: improve error when passed an invalid block size
Patrick Steinhardt
2024-05-13
reftable/writer: drop static variable used to initialize strbuf
Patrick Steinhardt
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
2024-04-08
reftable/writer: reset `last_key` instead of releasing it
Patrick Steinhardt
2024-04-08
reftable/writer: unify releasing memory
Patrick Steinhardt
2024-04-08
reftable/writer: refactorings for `writer_flush_nonempty_block()`
Patrick Steinhardt
2024-04-08
reftable/writer: refactorings for `writer_add_record()`
Patrick Steinhardt
2024-02-12
Merge branch 'ps/reftable-styles'
Junio C Hamano
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
2024-02-01
reftable: document reading and writing indices
Patrick Steinhardt
2024-02-01
reftable/writer: fix writing multi-level indices
Patrick Steinhardt
2024-02-01
reftable/writer: simplify writing index records
Patrick Steinhardt
2024-02-01
reftable/writer: use correct type to iterate through index entries
Patrick Steinhardt
[next]