index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
Age
Commit message (
Expand
)
Author
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: add code to facilitate consistency checks
Karthik Nayak
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-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-29
reftable: make REFTABLE_UNUSED C99 compatible
Carlo Marcelo Arenas Belón
2025-05-19
Merge branch 'ps/reftable-read-block-perffix'
Junio C Hamano
2025-05-19
Merge branch 'ly/reftable-writer-leakfix'
Junio C Hamano
2025-05-12
reftable: fix perf regression when reading blocks of unwanted type
Patrick Steinhardt
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-15
Merge branch 'ps/reftable-windows-unlink-fix'
Junio C Hamano
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
2025-04-07
reftable/table: move printing logic into test helper
Patrick Steinhardt
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
2025-04-07
reftable/table: introduce iterator for table blocks
Patrick Steinhardt
2025-04-07
reftable/table: add `reftable_table` to the public interface
Patrick Steinhardt
2025-04-07
reftable/block: expose a generic iterator over reftable records
Patrick Steinhardt
2025-04-07
reftable/block: make block iterators reseekable
Patrick Steinhardt
2025-04-07
reftable/block: store block pointer in the block iterator
Patrick Steinhardt
2025-04-07
reftable/block: create public interface for reading blocks
Patrick Steinhardt
2025-04-07
git-zlib: use `struct z_stream_s` instead of typedef
Patrick Steinhardt
2025-04-07
reftable/block: rename `block_reader` to `reftable_block`
Patrick Steinhardt
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
2025-04-07
reftable/table: move reading block into block reader
Patrick Steinhardt
2025-04-07
reftable/block: simplify how we track restart points
Patrick Steinhardt
2025-04-07
reftable/blocksource: consolidate code into a single file
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-04-01
Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revamp
Junio C Hamano
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-03-21
reftable: propagate specific error codes in block_writer_add()
Meet Soni
2025-03-04
reftable: release name on reftable_reader_new() error
René Scharfe
2025-02-18
reftable: ignore file-in-use errors when unlink(3p) fails on Windows
Patrick Steinhardt
2025-02-18
reftable: decouple from Git codebase by pulling in "compat/posix.h"
Patrick Steinhardt
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
2025-02-18
reftable/basics: stop using `SWAP()` macro
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/reader: stop using `ARRAY_SIZE()` macro
Patrick Steinhardt
2025-02-18
reftable/basics: provide wrappers for big endian conversion
Patrick Steinhardt
[next]