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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-03
reftable/basics: fix return type of `binsearch()` to be `size_t`
Patrick Steinhardt
5
-16
/
+14
2024-04-01
Merge branch 'ps/reftable-unit-test-nfs-workaround'
Junio C Hamano
1
-1
/
+11
2024-03-25
reftable/stack: gracefully handle failed auto-compaction due to locks
Patrick Steinhardt
2
-1
/
+56
2024-03-25
reftable/stack: use error codes when locking fails during compaction
Patrick Steinhardt
1
-5
/
+13
2024-03-25
reftable/error: discern locked/outdated errors
Patrick Steinhardt
4
-6
/
+11
2024-03-25
reftable/stack: fix error handling in `reftable_stack_init_addition()`
Patrick Steinhardt
1
-6
/
+1
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
9
-175
/
+138
2024-03-21
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
2
-1
/
+3
2024-03-21
Merge branch 'ps/reftable-stack-tempfile'
Junio C Hamano
2
-169
/
+159
2024-03-21
reftable: fix tests being broken by NFS' delete-after-close semantics
Patrick Steinhardt
1
-1
/
+11
2024-03-18
Merge branch 'ps/reftable-stack-tempfile' into ps/pack-refs-auto
Junio C Hamano
2
-169
/
+159
2024-03-07
reftable/block: fix binary search over restart counter
Patrick Steinhardt
1
-1
/
+1
2024-03-07
reftable/record: fix memory leak when decoding object records
Patrick Steinhardt
1
-0
/
+2
2024-03-07
reftable/stack: register compacted tables as tempfiles
Patrick Steinhardt
1
-24
/
+30
2024-03-07
reftable/stack: register lockfiles during compaction
Patrick Steinhardt
2
-132
/
+121
2024-03-07
reftable/stack: register new tables as tempfiles
Patrick Steinhardt
1
-17
/
+12
2024-03-05
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
5
-52
/
+68
2024-03-05
reftable/record: reuse message when decoding log records
Patrick Steinhardt
2
-2
/
+4
2024-03-05
reftable/record: reuse refnames when decoding log records
Patrick Steinhardt
2
-1
/
+2
2024-03-05
reftable/record: avoid copying author info
Patrick Steinhardt
1
-8
/
+21
2024-03-05
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
6
-121
/
+52
2024-03-04
reftable: allow inlining of a few functions
Patrick Steinhardt
4
-25
/
+20
2024-03-04
reftable/record: decode keys in place
Patrick Steinhardt
5
-30
/
+28
2024-03-04
reftable/record: reuse refname when copying
Patrick Steinhardt
1
-3
/
+15
2024-03-04
reftable/record: reuse refname when decoding
Patrick Steinhardt
2
-4
/
+13
2024-03-04
reftable/merged: avoid duplicate pqueue emptiness check
Patrick Steinhardt
1
-14
/
+6
2024-03-04
reftable/merged: circumvent pqueue with single subiter
Patrick Steinhardt
1
-2
/
+22
2024-03-04
reftable/merged: handle subiter cleanup on close only
Patrick Steinhardt
1
-10
/
+2
2024-03-04
reftable/merged: remove unnecessary null check for subiters
Patrick Steinhardt
3
-18
/
+1
2024-03-04
reftable/merged: make subiters own their records
Patrick Steinhardt
4
-56
/
+49
2024-03-04
reftable/merged: advance subiter on subsequent iteration
Patrick Steinhardt
1
-14
/
+12
2024-03-04
reftable/merged: make `merged_iter` structure private
Patrick Steinhardt
2
-10
/
+10
2024-03-04
reftable/pq: use `size_t` to track iterator index
Patrick Steinhardt
1
-1
/
+1
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
7
-36
/
+99
2024-02-13
Merge branch 'jc/comment-style-fixes' into maint-2.43
Junio C Hamano
1
-1
/
+1
2024-02-12
Merge branch 'ps/reftable-styles'
Junio C Hamano
22
-295
/
+236
2024-02-12
Merge branch 'ps/reftable-multi-level-indices-fix'
Junio C Hamano
3
-27
/
+122
2024-02-12
reftable/reader: add comments to `table_iter_next()`
Patrick Steinhardt
1
-9
/
+17
2024-02-12
reftable/record: don't try to reallocate ref record name
Patrick Steinhardt
1
-2
/
+3
2024-02-12
reftable/block: swap buffers instead of copying
Patrick Steinhardt
1
-2
/
+1
2024-02-12
reftable/pq: allocation-less comparison of entry keys
Patrick Steinhardt
1
-12
/
+1
2024-02-12
reftable/merged: skip comparison for records of the same subiter
Patrick Steinhardt
1
-0
/
+8
2024-02-12
reftable/merged: allocation-less dropping of shadowed records
Patrick Steinhardt
2
-11
/
+2
2024-02-12
reftable/record: introduce function to compare records by key
Patrick Steinhardt
2
-1
/
+68
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
10
-12
/
+0
2024-02-06
Merge branch 'jc/comment-style-fixes'
Junio C Hamano
1
-1
/
+1
2024-02-06
Merge branch 'ps/reftable-compacted-tables-permission-fix'
Junio C Hamano
2
-2
/
+29
2024-02-06
Merge branch 'jc/reftable-core-fsync'
Junio C Hamano
9
-19
/
+54
2024-02-06
reftable/record: improve semantics when initializing records
Patrick Steinhardt
6
-54
/
+33
2024-02-06
reftable/merged: refactor initialization of iterators
Patrick Steinhardt
1
-14
/
+13
[prev]
[next]