summaryrefslogtreecommitdiff
path: root/pack.h
AgeCommit message (Expand)Author
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-01pack-write.c: extract 'write_rev_file_order'Taylor Blau
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan
2021-01-26pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau
2021-01-13fetch-pack: refactor writing promisor fileChristian Couder
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2018-11-12pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2017-05-08Convert the verify_pack callback to struct object_idbrian m. carlson
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson
2017-03-24pack.h: define largest possible encoded object sizeJeff King
2017-03-24encode_in_pack_object_header: respect output buffer lengthJeff King
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He
2013-12-05pack-objects: name pack files after trailer hashJeff King
2011-12-17Merge branch 'jc/stream-to-pack'Junio C Hamano
2011-12-05Merge branch 'jc/index-pack-reject-dups'Junio C Hamano
2011-11-17receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano
2011-11-07fsck: print progressNguyễn Thái Ngọc Duy
2011-11-07fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy
2011-10-28finish_tmp_packfile(): a helper functionJunio C Hamano
2011-10-28create_tmp_packfile(): a helper functionJunio C Hamano
2011-10-28write_pack_header(): a helper functionJunio C Hamano
2011-02-28index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano
2011-02-28index-pack: --verifyJunio C Hamano
2011-02-28write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-04-20Extract verify_pack_index for reuse from verify_packShawn O. Pearce
2010-02-23move encode_in_pack_object_header() to a better placeNicolas Pitre
2010-01-22make "index-pack" a built-inLinus Torvalds
2008-08-30improve reliability of fixup_pack_header_footer()Nicolas Pitre
2008-06-25verify-pack: check packed object CRC when using index version 2Nicolas Pitre
2008-06-25move show_pack_info() where it belongsNicolas Pitre
2007-11-02Merge branch 'np/progress'Junio C Hamano
2007-10-17fix const issues with some functionsNicolas Pitre
2007-09-19Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce
2007-06-02Unify write_index_file functionsGeert Bosch
2007-05-02Create pack-write.c for common pack writing codeDana L. How
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre
2007-01-25Refactor the pack header reading function out of receive-pack.cJunio C Hamano
2007-01-18Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert
2007-01-18Document pack .idx file format upgrade strategy.Shawn O. Pearce
2006-10-23Merge branch 'np/pack'Junio C Hamano
2006-10-15Revert "move pack creation to version 3"Junio C Hamano
2006-09-27make pack data reuse compatible with both delta typesNicolas Pitre
2006-09-23move pack creation to version 3Nicolas Pitre
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-02-17pack-objects: reuse data from existing packs.Junio C Hamano