index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
writer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-12
reftable: handle block-writer initialization errors
Johannes Schindelin
1
-1
/
+7
2026-07-13
Merge branch 'jk/reftable-leakfix'
Junio C Hamano
1
-4
/
+4
2026-06-28
reftable: fix unlikely leak on API error
Jeff King
1
-4
/
+4
2026-06-26
reftable: split up write options
Patrick Steinhardt
1
-9
/
+12
2025-08-12
reftable/writer: drop Git-specific `QSORT()` macro
Patrick Steinhardt
1
-2
/
+4
2025-08-12
reftable/writer: fix type used for number of records
Patrick Steinhardt
1
-8
/
+9
2025-05-19
Merge branch 'ly/reftable-writer-leakfix'
Junio C Hamano
1
-2
/
+6
2025-05-12
reftable/writer: fix memory leak when `writer_index_hash()` fails
Lidong Yan
1
-1
/
+3
2025-05-12
reftable/writer: fix memory leak when `padded_write()` fails
Lidong Yan
1
-1
/
+3
2025-04-29
Merge branch 'ps/reftable-api-revamp'
Junio C Hamano
1
-17
/
+17
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
1
-14
/
+13
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
1
-11
/
+11
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
1
-6
/
+6
2025-03-21
reftable: adapt write_object_record() to propagate block_writer_add() errors
Meet Soni
1
-0
/
+19
2025-03-21
reftable: adapt writer_add_record() to propagate block_writer_add() errors
Meet Soni
1
-10
/
+5
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
1
-1
/
+1
2025-02-18
reftable/basics: provide wrappers for big endian conversion
Patrick Steinhardt
1
-10
/
+10
2025-02-18
reftable: stop using `BUG()` in trivial cases
Patrick Steinhardt
1
-3
/
+2
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
1
-1
/
+14
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
1
-1
/
+14
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
1
-4
/
+3
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
1
-2
/
+3
2024-12-23
Merge branch 'kn/reftable-writer-log-write-verify'
Junio C Hamano
1
-0
/
+12
2024-12-10
Merge branch 'ps/reftable-detach'
Junio C Hamano
1
-3
/
+17
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
1
-0
/
+12
2024-11-26
reftable: rename scratch buffer
Patrick Steinhardt
1
-11
/
+11
2024-11-21
reftable/writer: optimize allocations by using a scratch buffer
Patrick Steinhardt
1
-12
/
+11
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
1
-4
/
+4
2024-11-19
reftable: explicitly handle hash format IDs
Patrick Steinhardt
1
-1
/
+15
2024-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
1
-13
/
+35
2024-10-17
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
1
-1
/
+4
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
1
-33
/
+33
2024-10-17
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
1
-3
/
+4
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
1
-2
/
+2
2024-10-02
reftable: handle trivial allocation failures
Patrick Steinhardt
1
-2
/
+11
2024-10-02
reftable/tree: handle allocation failures
Patrick Steinhardt
1
-4
/
+3
2024-10-02
reftable/block: handle allocation failures
Patrick Steinhardt
1
-17
/
+34
2024-10-02
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
1
-6
/
+16
2024-10-02
reftable/writer: handle allocation failures in `writer_index_hash()`
Patrick Steinhardt
1
-23
/
+38
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
1
-1
/
+1
2024-05-13
reftable/writer: improve error when passed an invalid block size
Patrick Steinhardt
1
-4
/
+2
2024-05-13
reftable/writer: drop static variable used to initialize strbuf
Patrick Steinhardt
1
-3
/
+1
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
1
-6
/
+11
2024-04-08
reftable/writer: reset `last_key` instead of releasing it
Patrick Steinhardt
1
-2
/
+2
2024-04-08
reftable/writer: unify releasing memory
Patrick Steinhardt
1
-8
/
+15
2024-04-08
reftable/writer: refactorings for `writer_flush_nonempty_block()`
Patrick Steinhardt
1
-28
/
+44
2024-04-08
reftable/writer: refactorings for `writer_add_record()`
Patrick Steinhardt
1
-11
/
+27
2024-02-12
Merge branch 'ps/reftable-styles'
Junio C Hamano
1
-16
/
+5
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
1
-4
/
+3
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
1
-12
/
+2
[next]