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
/
t
/
unit-tests
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Merge branch 'kn/reftable-optimize-reloading'
Junio C Hamano
1
-39
/
+60
12 days
Merge branch 'kh/trailers-no-urls'
Junio C Hamano
1
-0
/
+52
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-2
/
+3
2026-08-24
Merge branch 'js/coverity-unchecked-returns-fix'
Junio C Hamano
1
-2
/
+4
2026-08-24
reftable/stack: move list lock to `struct reftable_stack`
Karthik Nayak
1
-0
/
+28
2026-08-24
reftable/stack: rename reftable_stack_new_addition()
Karthik Nayak
1
-5
/
+5
2026-08-24
reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`
Karthik Nayak
1
-38
/
+31
2026-08-23
Merge branch 'ps/odb-streams'
Junio C Hamano
1
-17
/
+20
2026-08-21
trailers: stop recognizing URLs as trailers
Kristoffer Haugsbakk
1
-0
/
+52
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
1
-1
/
+1
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-2
/
+2
2026-08-19
odb/source: let callers discern missing and corrupt objects
Patrick Steinhardt
1
-1
/
+2
2026-08-12
reftable tests: check reftable_table_init_ref_iterator() return
Johannes Schindelin
1
-2
/
+4
2026-08-06
setup: handle ODB-related environment variables in `odb_new()`
Patrick Steinhardt
1
-1
/
+1
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
1
-3
/
+3
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-6
/
+6
2026-08-05
odb/streaming: support streaming arbitrary object types
Patrick Steinhardt
1
-2
/
+5
2026-08-05
odb/streaming: drop `is_finished` field
Patrick Steinhardt
1
-2
/
+3
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
1
-6
/
+5
2026-07-30
Merge branch 'ps/odb-move-loose-object-writing'
Junio C Hamano
1
-27
/
+26
2026-07-19
Merge branch 'ps/reftable-hardening'
Junio C Hamano
4
-19
/
+297
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
1
-3
/
+3
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
1
-0
/
+1
2026-07-18
t/u-odb-inmemory: implement wrapper for writing objects
Patrick Steinhardt
1
-25
/
+23
2026-07-16
Merge branch 'jk/git-hash-cleanups'
Junio C Hamano
1
-1
/
+1
2026-07-13
Merge branch 'kk/prio-queue-get-put-fusion'
Junio C Hamano
1
-3
/
+3
2026-07-07
hash: use git_hash_init() consistently
Jeff King
1
-1
/
+1
2026-07-06
Merge branch 'ps/refs-onbranch-fixes'
Junio C Hamano
6
-124
/
+130
2026-07-03
reftable/table: fix OOB read on truncated table
Patrick Steinhardt
1
-0
/
+28
2026-07-03
reftable/table: fix NULL pointer access when seeking to bogus offsets
Patrick Steinhardt
1
-0
/
+63
2026-07-03
reftable/block: fix OOB read with bogus restart offset
Patrick Steinhardt
1
-0
/
+39
2026-07-03
reftable/block: fix OOB read with bogus restart count
Patrick Steinhardt
1
-0
/
+33
2026-07-03
reftable/block: fix OOB read with bogus block size
Patrick Steinhardt
1
-0
/
+38
2026-07-03
reftable/block: fix OOB write with bogus inflated log size
Patrick Steinhardt
1
-0
/
+32
2026-07-03
t/unit-tests: introduce test helper to write reftable blocks
Patrick Steinhardt
1
-19
/
+28
2026-07-03
reftable/record: don't abort when decoding invalid ref value type
Patrick Steinhardt
1
-0
/
+24
2026-07-03
reftable/basics: fix OOB read on binary search of empty range
Patrick Steinhardt
1
-0
/
+11
2026-06-26
reftable: split up write options
Patrick Steinhardt
6
-124
/
+130
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-1
/
+1
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-1
/
+1
2026-06-15
Merge branch 'ak/typofixes'
Junio C Hamano
1
-1
/
+1
2026-06-09
prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
Kristofer Karlsson
1
-3
/
+3
2026-06-08
doc: fix typos via codespell
Andrew Kreimer
1
-1
/
+1
2026-05-27
Merge branch 'ps/odb-in-memory'
Junio C Hamano
2
-3
/
+336
2026-05-15
t/unit-tests: add tests for the in-memory object source
Patrick Steinhardt
1
-0
/
+313
2026-05-15
oidtree: add ability to store data
Patrick Steinhardt
1
-3
/
+23
2026-05-06
urlmatch: define url_parse function
Matheus Afonso Martins Moreira
1
-0
/
+45
2026-04-06
Merge branch 'ps/odb-generic-object-name-handling'
Junio C Hamano
1
-9
/
+9
2026-03-24
Merge branch 'ps/clar-wo-path-max'
Junio C Hamano
2
-15
/
+68
2026-03-20
oidtree: extend iteration to allow for arbitrary return codes
Patrick Steinhardt
1
-2
/
+2
[next]