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-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
2025-01-28
Merge branch 'ps/reftable-sign-compare'
Junio C Hamano
15
-147
/
+137
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
4
-13
/
+33
2025-01-21
reftable: address trivial -Wsign-compare warnings
Patrick Steinhardt
3
-14
/
+7
2025-01-21
reftable/blocksource: adjust `read_block()` to return `ssize_t`
Patrick Steinhardt
4
-24
/
+31
2025-01-21
reftable/blocksource: adjust type of the block length
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/block: adjust type of the restart length
Patrick Steinhardt
2
-8
/
+6
2025-01-21
reftable/block: adapt header and footer size to return a `size_t`
Patrick Steinhardt
2
-4
/
+4
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
8
-49
/
+43
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
4
-12
/
+9
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
2
-32
/
+36
2025-01-21
reftable/record: drop unused `print` function pointer
Patrick Steinhardt
1
-3
/
+0
2025-01-07
reftable/stack: accept insecure random bytes
Patrick Steinhardt
1
-2
/
+2
2025-01-07
wrapper: allow generating insecure random bytes
Patrick Steinhardt
1
-1
/
+1
2024-12-28
reftable: handle realloc error in parse_names()
René Scharfe
1
-1
/
+2
2024-12-28
reftable: fix allocation count on realloc error
René Scharfe
2
-21
/
+29
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
6
-16
/
+31
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-23
Merge branch 'kn/reftable-writer-log-write-verify'
Junio C Hamano
1
-0
/
+12
2024-12-23
Merge branch 'ps/reftable-alloc-failures-zalloc-fix'
Junio C Hamano
3
-15
/
+31
2024-12-22
reftable/basics: return NULL on zero-sized allocations
Patrick Steinhardt
1
-0
/
+7
2024-12-22
reftable/stack: fix zero-sized allocation when there are no readers
Patrick Steinhardt
1
-10
/
+14
2024-12-22
reftable/merged: fix zero-sized allocation when there are no readers
Patrick Steinhardt
1
-5
/
+7
2024-12-22
reftable/stack: don't perform auto-compaction with less than two tables
Patrick Steinhardt
1
-0
/
+3
2024-12-10
Merge branch 'ps/reftable-iterator-reuse'
Junio C Hamano
4
-0
/
+23
2024-12-10
Merge branch 'ps/reftable-detach'
Junio C Hamano
15
-121
/
+372
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
1
-0
/
+12
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-26
reftable/merged: drain priority queue on reseek
Patrick Steinhardt
1
-0
/
+2
2024-11-26
reftable/stack: add mechanism to notify callers on reload
Patrick Steinhardt
2
-0
/
+13
2024-11-26
reftable/stack: add accessor for the hash ID
Patrick Steinhardt
2
-0
/
+8
2024-11-26
reftable: rename scratch buffer
Patrick Steinhardt
4
-18
/
+20
2024-11-21
reftable/block: optimize allocations by using scratch buffer
Patrick Steinhardt
2
-8
/
+6
2024-11-21
reftable/block: rename `block_writer::buf` variable
Patrick Steinhardt
2
-14
/
+14
2024-11-21
reftable/writer: optimize allocations by using a scratch buffer
Patrick Steinhardt
2
-12
/
+12
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
3
-37
/
+148
2024-11-19
reftable/stack: drop only use of `get_locked_file_path()`
Patrick Steinhardt
1
-3
/
+9
2024-11-19
reftable/system: provide thin wrapper for tempfile subsystem
Patrick Steinhardt
3
-35
/
+113
2024-11-19
reftable/stack: stop using `fsync_component()` directly
Patrick Steinhardt
2
-17
/
+38
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
14
-35
/
+47
2024-11-19
reftable: explicitly handle hash format IDs
Patrick Steinhardt
3
-5
/
+29
[prev]
[next]