summaryrefslogtreecommitdiff
path: root/pack.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-12/+12
2018-11-12pack-check.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2018-02-02csum-file: rename sha1file to hashfileLibravatar brian m. carlson1-2/+2
2017-05-08Convert the verify_pack callback to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08pack: convert struct pack_idx_entry to struct object_idLibravatar brian m. carlson1-1/+1
2017-03-24pack.h: define largest possible encoded object sizeLibravatar Jeff King1-0/+6
2017-03-24encode_in_pack_object_header: respect output buffer lengthLibravatar Jeff King1-1/+2
2016-07-13fsck: use streaming interface for large blobs in packLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionLibravatar Sun He1-1/+1
2013-12-05pack-objects: name pack files after trailer hashLibravatar Jeff King1-1/+1
2011-12-16Merge branch 'jc/stream-to-pack'Libravatar Junio C Hamano1-0/+6
2011-12-05Merge branch 'jc/index-pack-reject-dups'Libravatar Junio C Hamano1-1/+2
2011-11-16receive-pack, fetch-pack: reject bogus pack that records objects twiceLibravatar Junio C Hamano1-1/+2
2011-11-06fsck: print progressLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2011-11-06fsck: avoid reading every object twiceLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2011-10-28finish_tmp_packfile(): a helper functionLibravatar Junio C Hamano1-0/+1
2011-10-28create_tmp_packfile(): a helper functionLibravatar Junio C Hamano1-0/+3
2011-10-28write_pack_header(): a helper functionLibravatar Junio C Hamano1-0/+2
2011-02-27index-pack --verify: read anomalous offsets from v2 idx fileLibravatar Junio C Hamano1-0/+8
2011-02-27index-pack: --verifyLibravatar Junio C Hamano1-0/+4
2011-02-27write_idx_file: introduce a struct to hold idx customization optionsLibravatar Junio C Hamano1-4/+7
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Libravatar Junio C Hamano1-0/+1
2010-04-19Extract verify_pack_index for reuse from verify_packLibravatar Shawn O. Pearce1-0/+1
2010-02-23move encode_in_pack_object_header() to a better placeLibravatar Nicolas Pitre1-0/+1
2010-01-22make "index-pack" a built-inLibravatar Linus Torvalds1-1/+1
2008-08-29improve reliability of fixup_pack_header_footer()Libravatar Nicolas Pitre1-1/+1
2008-06-24verify-pack: check packed object CRC when using index version 2Libravatar Nicolas Pitre1-1/+1
2008-06-24move show_pack_info() where it belongsLibravatar Nicolas Pitre1-1/+1
2007-11-02Merge branch 'np/progress'Libravatar Junio C Hamano1-1/+1
2007-10-17fix const issues with some functionsLibravatar Nicolas Pitre1-1/+1
2007-09-19Refactor index-pack "keep $sha1" handling for reuseLibravatar Shawn O. Pearce1-0/+1
2007-06-02Unify write_index_file functionsLibravatar Geert Bosch1-0/+14
2007-05-02Create pack-write.c for common pack writing codeLibravatar Dana L. How1-0/+1
2007-03-16[PATCH] clean up pack index handling a bitLibravatar Nicolas Pitre1-15/+15
2007-01-24Refactor the pack header reading function out of receive-pack.cLibravatar Junio C Hamano1-0/+5
2007-01-18Use fixed-size integers for the on-disk pack structure.Libravatar Simon 'corecode' Schubert1-3/+3
2007-01-17Document pack .idx file format upgrade strategy.Libravatar Shawn O. Pearce1-0/+28
2006-10-22Merge branch 'np/pack'Libravatar Junio C Hamano1-3/+0
2006-10-14Revert "move pack creation to version 3"Libravatar Junio C Hamano1-1/+1
2006-09-27make pack data reuse compatible with both delta typesLibravatar Nicolas Pitre1-3/+0
2006-09-22move pack creation to version 3Libravatar Nicolas Pitre1-1/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Libravatar Linus Torvalds1-14/+1
2006-02-17pack-objects: reuse data from existing packs.Libravatar Junio C Hamano1-1/+3
2006-02-09remove delta-against-self bitLibravatar Nicolas Pitre1-0/+1
2005-06-30[PATCH] verify-pack updates.Libravatar Junio C Hamano1-1/+1
2005-06-29[PATCH] Add git-verify-pack command.Libravatar Junio C Hamano1-0/+2
2005-06-28Make git pack files use little-endian size encodingLibravatar Linus Torvalds1-6/+13
2005-06-28Change pack file format. Hopefully for the last time.Libravatar Linus Torvalds1-0/+23