index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-29
reftable: make REFTABLE_UNUSED C99 compatible
Carlo Marcelo Arenas Belón
1
-0
/
+4
2025-05-19
Merge branch 'ps/reftable-read-block-perffix'
Junio C Hamano
3
-12
/
+9
2025-05-19
Merge branch 'ly/reftable-writer-leakfix'
Junio C Hamano
1
-2
/
+6
2025-05-12
reftable: fix perf regression when reading blocks of unwanted type
Patrick Steinhardt
3
-12
/
+9
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
38
-940
/
+1037
2025-04-15
Merge branch 'ps/reftable-windows-unlink-fix'
Junio C Hamano
1
-0
/
+1
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
15
-147
/
+327
2025-04-07
reftable/table: move printing logic into test helper
Patrick Steinhardt
2
-68
/
+0
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
9
-69
/
+83
2025-04-07
reftable/table: introduce iterator for table blocks
Patrick Steinhardt
2
-0
/
+63
2025-04-07
reftable/table: add `reftable_table` to the public interface
Patrick Steinhardt
2
-34
/
+31
2025-04-07
reftable/block: expose a generic iterator over reftable records
Patrick Steinhardt
3
-1
/
+62
2025-04-07
reftable/block: make block iterators reseekable
Patrick Steinhardt
4
-20
/
+37
2025-04-07
reftable/block: store block pointer in the block iterator
Patrick Steinhardt
2
-17
/
+9
2025-04-07
reftable/block: create public interface for reading blocks
Patrick Steinhardt
4
-54
/
+78
2025-04-07
git-zlib: use `struct z_stream_s` instead of typedef
Patrick Steinhardt
1
-4
/
+2
2025-04-07
reftable/block: rename `block_reader` to `reftable_block`
Patrick Steinhardt
6
-115
/
+121
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
7
-68
/
+68
2025-04-07
reftable/table: move reading block into block reader
Patrick Steinhardt
3
-93
/
+67
2025-04-07
reftable/block: simplify how we track restart points
Patrick Steinhardt
3
-17
/
+18
2025-04-07
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt
8
-56
/
+74
2025-04-07
reftable/reader: rename data structure to "table"
Patrick Steinhardt
11
-325
/
+325
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
34
-199
/
+199
2025-04-01
Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revamp
Junio C Hamano
15
-147
/
+327
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-03-21
reftable: propagate specific error codes in block_writer_add()
Meet Soni
3
-36
/
+32
2025-03-04
reftable: release name on reftable_reader_new() error
René Scharfe
1
-0
/
+2
2025-02-18
reftable: ignore file-in-use errors when unlink(3p) fails on Windows
Patrick Steinhardt
1
-0
/
+1
2025-02-18
reftable: decouple from Git codebase by pulling in "compat/posix.h"
Patrick Steinhardt
2
-1
/
+3
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
5
-22
/
+24
2025-02-18
reftable/basics: stop using `SWAP()` macro
Patrick Steinhardt
4
-11
/
+20
2025-02-18
reftable/stack: stop using `sleep_millisec()`
Patrick Steinhardt
1
-1
/
+1
2025-02-18
reftable/system: introduce `reftable_rand()`
Patrick Steinhardt
3
-2
/
+13
2025-02-18
reftable/reader: stop using `ARRAY_SIZE()` macro
Patrick Steinhardt
1
-1
/
+1
2025-02-18
reftable/basics: provide wrappers for big endian conversion
Patrick Steinhardt
6
-53
/
+104
2025-02-18
reftable/basics: stop using `st_mult()` in array allocators
Patrick Steinhardt
1
-4
/
+32
2025-02-18
reftable: stop using `BUG()` in trivial cases
Patrick Steinhardt
3
-9
/
+3
2025-02-18
reftable/record: don't `BUG()` in `reftable_record_cmp()`
Patrick Steinhardt
5
-18
/
+52
2025-02-18
reftable/record: stop using `BUG()` in `reftable_record_init()`
Patrick Steinhardt
5
-9
/
+17
2025-02-18
reftable/record: stop using `COPY_ARRAY()`
Patrick Steinhardt
1
-5
/
+11
2025-02-18
reftable/blocksource: stop using `xmmap()`
Patrick Steinhardt
1
-3
/
+8
2025-02-18
reftable/stack: stop using `write_in_full()`
Patrick Steinhardt
1
-4
/
+24
2025-02-18
reftable/stack: stop using `read_in_full()`
Patrick Steinhardt
1
-4
/
+14
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
4
-13
/
+33
2025-02-06
Merge branch 'ps/zlib-ng'
Junio C Hamano
2
-1
/
+1
2025-01-28
git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"
Patrick Steinhardt
2
-1
/
+1
2025-01-28
compat: introduce new "zlib.h" header
Patrick Steinhardt
1
-1
/
+1
[next]