index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
2024-05-08
12
-530
/
+143
|
\
|
*
reftable/block: reuse compressed array
Patrick Steinhardt
2024-04-09
2
-9
/
+8
|
*
reftable/block: reuse zstream when writing log blocks
Patrick Steinhardt
2024-04-09
2
-28
/
+53
|
*
reftable/writer: reset `last_key` instead of releasing it
Patrick Steinhardt
2024-04-09
1
-2
/
+2
|
*
reftable/writer: unify releasing memory
Patrick Steinhardt
2024-04-09
1
-8
/
+15
|
*
reftable/writer: refactorings for `writer_flush_nonempty_block()`
Patrick Steinhardt
2024-04-09
1
-28
/
+44
|
*
reftable/writer: refactorings for `writer_add_record()`
Patrick Steinhardt
2024-04-09
1
-11
/
+27
|
*
reftable: remove name checks
Patrick Steinhardt
2024-04-09
9
-454
/
+1
*
|
Merge branch 'ps/reftable-block-iteration-optim'
Junio C Hamano
2024-04-23
5
-178
/
+229
|
\
\
|
*
|
reftable/block: avoid copying block iterators on seek
Patrick Steinhardt
2024-04-15
2
-20
/
+14
|
*
|
reftable/block: reuse `zstream` state on inflation
Patrick Steinhardt
2024-04-15
3
-10
/
+19
|
*
|
reftable/block: open-code call to `uncompress2()`
Patrick Steinhardt
2024-04-15
1
-10
/
+28
|
*
|
reftable/block: reuse uncompressed blocks
Patrick Steinhardt
2024-04-15
3
-19
/
+26
|
*
|
reftable/reader: iterate to next block in place
Patrick Steinhardt
2024-04-15
2
-21
/
+28
|
*
|
reftable/block: move ownership of block reader into `struct table_iter`
Patrick Steinhardt
2024-04-15
3
-83
/
+100
|
*
|
reftable/block: introduce `block_reader_release()`
Patrick Steinhardt
2024-04-15
3
-1
/
+8
|
*
|
reftable/block: better grouping of functions
Patrick Steinhardt
2024-04-15
2
-36
/
+36
|
*
|
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
2024-04-15
4
-16
/
+8
|
*
|
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
2024-04-15
5
-6
/
+6
*
|
|
Merge branch 'jt/reftable-geometric-compaction'
Junio C Hamano
2024-04-16
4
-124
/
+85
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
reftable/stack: use geometric table compaction
Justin Tobler
2024-04-08
3
-117
/
+75
|
*
|
reftable/stack: expose option to disable auto-compaction
Justin Tobler
2024-04-08
4
-7
/
+10
|
*
|
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
2024-04-05
4
-18
/
+81
|
|
\
\
*
|
\
\
Merge branch 'ps/reftable-binsearch-updates'
Junio C Hamano
2024-04-12
7
-97
/
+182
|
\
\
\
\
|
*
|
|
|
reftable/block: avoid decoding keys when searching restart points
Patrick Steinhardt
2024-04-03
1
-10
/
+19
|
*
|
|
|
reftable/record: extract function to decode key lengths
Patrick Steinhardt
2024-04-03
2
-9
/
+31
|
*
|
|
|
reftable/block: fix error handling when searching restart points
Patrick Steinhardt
2024-04-03
3
-8
/
+11
|
*
|
|
|
reftable/block: refactor binary search over restart points
Patrick Steinhardt
2024-04-03
1
-27
/
+73
|
*
|
|
|
reftable/refname: refactor binary search over refnames
Patrick Steinhardt
2024-04-03
1
-22
/
+22
|
*
|
|
|
reftable/basics: improve `binsearch()` test
Patrick Steinhardt
2024-04-03
1
-24
/
+31
|
*
|
|
|
reftable/basics: fix return type of `binsearch()` to be `size_t`
Patrick Steinhardt
2024-04-03
5
-16
/
+14
|
|
/
/
/
*
|
|
|
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
2024-04-09
4
-18
/
+81
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
reftable/stack: gracefully handle failed auto-compaction due to locks
Patrick Steinhardt
2024-03-25
2
-1
/
+56
|
*
|
reftable/stack: use error codes when locking fails during compaction
Patrick Steinhardt
2024-03-25
1
-5
/
+13
|
*
|
reftable/error: discern locked/outdated errors
Patrick Steinhardt
2024-03-25
4
-6
/
+11
|
*
|
reftable/stack: fix error handling in `reftable_stack_init_addition()`
Patrick Steinhardt
2024-03-25
1
-6
/
+1
|
*
|
Merge branch 'ps/reftable-stack-tempfile' into ps/pack-refs-auto
Junio C Hamano
2024-03-18
2
-171
/
+161
|
|
\
\
*
|
\
\
Merge branch 'ps/reftable-unit-test-nfs-workaround'
Junio C Hamano
2024-04-01
1
-1
/
+11
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
reftable: fix tests being broken by NFS' delete-after-close semantics
Patrick Steinhardt
2024-03-21
1
-1
/
+11
|
*
|
|
Merge branch 'jc/comment-style-fixes' into maint-2.43
Junio C Hamano
2024-02-13
1
-1
/
+1
|
|
\
\
\
|
*
\
\
\
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
2024-02-09
10
-12
/
+0
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
2024-03-21
9
-175
/
+138
|
\
\
\
\
\
\
|
*
|
|
|
|
|
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
2024-03-05
5
-52
/
+68
|
*
|
|
|
|
|
reftable/record: reuse message when decoding log records
Patrick Steinhardt
2024-03-05
2
-2
/
+4
|
*
|
|
|
|
|
reftable/record: reuse refnames when decoding log records
Patrick Steinhardt
2024-03-05
2
-1
/
+2
|
*
|
|
|
|
|
reftable/record: avoid copying author info
Patrick Steinhardt
2024-03-05
1
-8
/
+21
|
*
|
|
|
|
|
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
2024-03-05
6
-121
/
+52
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
2024-03-21
2
-1
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
reftable/block: fix binary search over restart counter
Patrick Steinhardt
2024-03-07
1
-1
/
+1
|
*
|
|
|
|
|
reftable/record: fix memory leak when decoding object records
Patrick Steinhardt
2024-03-07
1
-0
/
+2
[next]