summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2018-02-02sha1_file: switch uses of SHA-1 to the_hash_algobrian m. carlson
2018-02-02hash: create union for hash context allocationbrian m. carlson
2017-12-13Merge branch 'ds/for-each-file-in-obj-micro-optim'Junio C Hamano
2017-12-13Merge branch 'bc/hash-algo'Junio C Hamano
2017-12-06Merge branch 'jk/fewer-pack-rescan'Junio C Hamano
2017-12-04sha1_file: use strbuf_add() instead of strbuf_addf()Derrick Stolee
2017-11-27Merge branch 'tb/add-renormalize'Junio C Hamano
2017-11-22sha1_file: fast-path null sha1 as a missing objectJeff King
2017-11-17add: introduce "--renormalize"Torsten Bögershausen
2017-11-15Merge branch 'jk/info-alternates-fix'Junio C Hamano
2017-11-13link_alt_odb_entries: make empty input a noopJeff King
2017-11-13Add structure representing hash algorithmbrian m. carlson
2017-11-09Merge branch 'rs/hex-to-bytes-cleanup'Junio C Hamano
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-11-01sha1_file: use hex_to_bytes()René Scharfe
2017-10-23Merge branch 'jk/info-alternates-fix' into maintJunio C Hamano
2017-10-23Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano
2017-10-18Merge branch 'jk/sha1-loose-object-info-fix' into maintJunio C Hamano
2017-10-18Merge branch 'jk/drop-sha1-entry-pos' into maintJunio C Hamano
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson
2017-10-16sha1_file: convert index_path and index_fd to struct object_idbrian m. carlson
2017-10-11Merge branch 'jk/sha1-loose-object-info-fix'Junio C Hamano
2017-10-06sha1_loose_object_info: handle errors from unpack_sha1_restJeff King
2017-10-06sha1_file: do not leak `lock_file`Martin Ågren
2017-10-03Merge branch 'jk/read-in-full'Junio C Hamano
2017-09-27avoid looking at errno for short read_in_full() returnsJeff King
2017-09-25Merge branch 'jk/info-alternates-fix'Junio C Hamano
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-20read_info_alternates: warn on non-trivial errorsJeff King
2017-09-20Merge branch 'jk/info-alternates-fix-2.11' into jk/info-alternates-fixJunio C Hamano
2017-09-20read_info_alternates: read contents into strbufJeff King
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano
2017-09-14read_pack_header: handle signed/unsigned comparison in read resultJeff King
2017-09-10Merge branch 'sb/sha1-file-cleanup' into maintJunio C Hamano
2017-09-10Merge branch 'rs/find-pack-entry-bisection' into maintJunio C Hamano
2017-09-10Merge branch 'rs/unpack-entry-leakfix' into maintJunio C Hamano
2017-09-06sha1_file: release strbuf on error return in index_path()Rene Scharfe
2017-09-06Merge branch 'po/read-graft-line'Junio C Hamano
2017-08-27Merge branch 'jt/packmigrate'Junio C Hamano
2017-08-27Merge branch 'po/object-id'Junio C Hamano
2017-08-23pack: move for_each_packed_object()Jonathan Tan
2017-08-23pack: move has_pack_index()Jonathan Tan
2017-08-23pack: move has_sha1_pack()Jonathan Tan
2017-08-23pack: move find_pack_entry() and make it globalJonathan Tan
2017-08-23pack: move find_sha1_pack()Jonathan Tan
2017-08-23pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan
2017-08-23pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan
2017-08-23pack: move nth_packed_object_{sha1,oid}Jonathan Tan
2017-08-23pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan