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-02-06
reftable/merged: refactor seeking of records
Patrick Steinhardt
1
-33
/
+21
2024-02-06
reftable/stack: use `size_t` to track stack length
Patrick Steinhardt
6
-31
/
+26
2024-02-06
reftable/stack: use `size_t` to track stack slices during compaction
Patrick Steinhardt
1
-16
/
+16
2024-02-06
reftable/stack: index segments with `size_t`
Patrick Steinhardt
3
-21
/
+17
2024-02-06
reftable/stack: fix parameter validation when compacting range
Patrick Steinhardt
1
-11
/
+13
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
16
-61
/
+68
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
7
-61
/
+36
2024-02-01
reftable: document reading and writing indices
Patrick Steinhardt
2
-0
/
+50
2024-02-01
reftable/writer: fix writing multi-level indices
Patrick Steinhardt
2
-4
/
+60
2024-02-01
reftable/writer: simplify writing index records
Patrick Steinhardt
1
-15
/
+3
2024-02-01
reftable/writer: use correct type to iterate through index entries
Patrick Steinhardt
1
-9
/
+7
2024-02-01
reftable/reader: be more careful about errors in indexed seeks
Patrick Steinhardt
1
-0
/
+3
2024-01-30
reftable/stack: fsync "tables.list" during compaction
Patrick Steinhardt
1
-0
/
+8
2024-01-29
Merge branch 'ps/reftable-optimize-io'
Junio C Hamano
3
-69
/
+171
2024-01-29
reftable/pq_test: comment style fix
Junio C Hamano
1
-1
/
+1
2024-01-26
reftable/stack: adjust permissions of compacted tables
Patrick Steinhardt
2
-2
/
+29
2024-01-23
reftable: honor core.fsync
John Cai
9
-19
/
+46
2024-01-18
reftable/stack: fix race in up-to-date check
Patrick Steinhardt
3
-9
/
+95
2024-01-18
reftable/stack: unconditionally reload stack after commit
Patrick Steinhardt
1
-1
/
+1
2024-01-16
Merge branch 'ps/reftable-fixes-and-optims'
Junio C Hamano
10
-75
/
+117
2024-01-11
reftable/blocksource: use mmap to read tables
Patrick Steinhardt
1
-15
/
+7
2024-01-11
reftable/blocksource: refactor code to match our coding style
Patrick Steinhardt
1
-9
/
+8
2024-01-11
reftable/stack: use stat info to avoid re-reading stack list
Patrick Steinhardt
3
-1
/
+13
2024-01-11
reftable/stack: refactor reloading to use file descriptor
Patrick Steinhardt
1
-3
/
+18
2024-01-11
reftable/stack: refactor stack reloading to have common exit path
Patrick Steinhardt
1
-43
/
+41
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
10
-12
/
+0
2024-01-03
reftable/merged: transfer ownership of records when iterating
Patrick Steinhardt
1
-2
/
+4
2024-01-03
reftable/merged: really reuse buffers to compute record keys
Patrick Steinhardt
1
-2
/
+0
2024-01-03
reftable/record: store "val2" hashes as static arrays
Patrick Steinhardt
4
-20
/
+6
2024-01-03
reftable/record: store "val1" hashes as static arrays
Patrick Steinhardt
7
-30
/
+13
2024-01-03
reftable/record: constify some parts of the interface
Patrick Steinhardt
2
-6
/
+6
2024-01-03
reftable/writer: fix index corruption when writing multiple indices
Patrick Steinhardt
2
-2
/
+82
2024-01-03
reftable/stack: do not auto-compact twice in `reftable_stack_add()`
Patrick Steinhardt
1
-3
/
+0
2024-01-03
reftable/stack: do not overwrite errors when compacting
Patrick Steinhardt
1
-12
/
+8
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
10
-12
/
+0
2023-12-11
reftable/block: reuse buffer to compute record keys
Patrick Steinhardt
2
-11
/
+10
2023-12-11
reftable/block: introduce macro to initialize `struct block_iter`
Patrick Steinhardt
5
-13
/
+14
2023-12-11
reftable/merged: reuse buffer to compute record keys
Patrick Steinhardt
2
-15
/
+18
2023-12-11
reftable/stack: fix use of unseeded randomness
Patrick Steinhardt
2
-4
/
+4
2023-12-11
reftable/stack: fix stale lock when dying
Patrick Steinhardt
1
-32
/
+15
2023-12-11
reftable/stack: reuse buffers when reloading stack
Patrick Steinhardt
1
-8
/
+4
2023-12-11
reftable/stack: perform auto-compaction with transactional interface
Patrick Steinhardt
2
-0
/
+62
2023-12-11
reftable/stack: verify that `reftable_stack_add()` uses auto-compaction
Patrick Steinhardt
1
-0
/
+49
2023-12-11
reftable: handle interrupted writes
Patrick Steinhardt
2
-4
/
+4
2023-12-11
reftable: handle interrupted reads
Patrick Steinhardt
2
-2
/
+2
2023-12-11
reftable: wrap EXPECT macros in do/while
Patrick Steinhardt
1
-24
/
+30
2023-04-24
reftable: ensure git-compat-util.h is the first (indirect) include
Elijah Newren
4
-2
/
+4
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2
-2
/
+2
2022-09-15
reftable: use a pointer for pq_entry param
Elijah Conners
4
-6
/
+6
2022-08-20
reftable: drop unused parameter from reader_seek_linear()
Jeff King
1
-3
/
+3
[prev]
[next]