summaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge branch 'kn/reftable-optimize-reloading'Junio C Hamano1-39/+60
12 daysMerge branch 'kh/trailers-no-urls'Junio C Hamano1-0/+52
12 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-2/+3
2026-08-24Merge branch 'js/coverity-unchecked-returns-fix'Junio C Hamano1-2/+4
2026-08-24reftable/stack: move list lock to `struct reftable_stack`Karthik Nayak1-0/+28
2026-08-24reftable/stack: rename reftable_stack_new_addition()Karthik Nayak1-5/+5
2026-08-24reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`Karthik Nayak1-38/+31
2026-08-23Merge branch 'ps/odb-streams'Junio C Hamano1-17/+20
2026-08-21trailers: stop recognizing URLs as trailersKristoffer Haugsbakk1-0/+52
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano1-1/+1
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-2/+2
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-1/+2
2026-08-12reftable tests: check reftable_table_init_ref_iterator() returnJohannes Schindelin1-2/+4
2026-08-06setup: handle ODB-related environment variables in `odb_new()`Patrick Steinhardt1-1/+1
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-3/+3
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-6/+6
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-2/+5
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-2/+3
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-6/+5
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-27/+26
2026-07-19Merge branch 'ps/reftable-hardening'Junio C Hamano4-19/+297
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-3/+3
2026-07-18odb: compute object hash in `odb_write_object_ext()`Patrick Steinhardt1-0/+1
2026-07-18t/u-odb-inmemory: implement wrapper for writing objectsPatrick Steinhardt1-25/+23
2026-07-16Merge branch 'jk/git-hash-cleanups'Junio C Hamano1-1/+1
2026-07-13Merge branch 'kk/prio-queue-get-put-fusion'Junio C Hamano1-3/+3
2026-07-07hash: use git_hash_init() consistentlyJeff King1-1/+1
2026-07-06Merge branch 'ps/refs-onbranch-fixes'Junio C Hamano6-124/+130
2026-07-03reftable/table: fix OOB read on truncated tablePatrick Steinhardt1-0/+28
2026-07-03reftable/table: fix NULL pointer access when seeking to bogus offsetsPatrick Steinhardt1-0/+63
2026-07-03reftable/block: fix OOB read with bogus restart offsetPatrick Steinhardt1-0/+39
2026-07-03reftable/block: fix OOB read with bogus restart countPatrick Steinhardt1-0/+33
2026-07-03reftable/block: fix OOB read with bogus block sizePatrick Steinhardt1-0/+38
2026-07-03reftable/block: fix OOB write with bogus inflated log sizePatrick Steinhardt1-0/+32
2026-07-03t/unit-tests: introduce test helper to write reftable blocksPatrick Steinhardt1-19/+28
2026-07-03reftable/record: don't abort when decoding invalid ref value typePatrick Steinhardt1-0/+24
2026-07-03reftable/basics: fix OOB read on binary search of empty rangePatrick Steinhardt1-0/+11
2026-06-26reftable: split up write optionsPatrick Steinhardt6-124/+130
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-1/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-06-15Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2026-06-09prio-queue: fold lazy_queue into prio_queue for automatic get+put fusionKristofer Karlsson1-3/+3
2026-06-08doc: fix typos via codespellAndrew Kreimer1-1/+1
2026-05-27Merge branch 'ps/odb-in-memory'Junio C Hamano2-3/+336
2026-05-15t/unit-tests: add tests for the in-memory object sourcePatrick Steinhardt1-0/+313
2026-05-15oidtree: add ability to store dataPatrick Steinhardt1-3/+23
2026-05-06urlmatch: define url_parse functionMatheus Afonso Martins Moreira1-0/+45
2026-04-06Merge branch 'ps/odb-generic-object-name-handling'Junio C Hamano1-9/+9
2026-03-24Merge branch 'ps/clar-wo-path-max'Junio C Hamano2-15/+68
2026-03-20oidtree: extend iteration to allow for arbitrary return codesPatrick Steinhardt1-2/+2