summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2009-03-11Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano
2009-02-28is_kept_pack(): final clean-upJunio C Hamano
2009-02-28Simplify is_kept_pack()Junio C Hamano
2009-02-28Consolidate ignore_packed logic moreJunio C Hamano
2009-02-28has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano
2009-02-25sha1_file.c: fix typoFelipe Contreras
2009-02-12Merge branch 'maint'Junio C Hamano
2009-02-12Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce
2009-02-11Merge branch 'maint'Junio C Hamano
2009-02-10Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-10Clear the delta base cache during fast-import checkpointShawn O. Pearce
2009-02-06Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano
2009-01-29Sync with 1.6.1.2Junio C Hamano
2009-01-29Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-29avoid 31-bit truncation in write_loose_objectJeff King
2009-01-22Merge branch 'lt/maint-wrap-zlib'Junio C Hamano
2009-01-13sha1_file: make "read_object" staticChristian Couder
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2008-12-17Make 'index_path()' use 'strbuf_readlink()'Linus Torvalds
2008-12-11Merge branch 'maint'Junio C Hamano
2008-12-11make sure packs to be replaced are closed beforehandNicolas Pitre
2008-12-03Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano
2008-11-28Merge branch 'maint'Junio C Hamano
2008-11-28sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain
2008-11-28sha1_file: avoid bogus "file exists" error messageJoey Hess
2008-11-24sha1_file: avoid bogus "file exists" error messageJoey Hess
2008-11-24Fix handle leak in sha1_file/unpack_objects if there were damaged object dataAlex Riesen
2008-11-16Merge branch 'jk/commit-v-strip'Junio C Hamano
2008-11-13Merge branch 'np/pack-safer'Junio C Hamano
2008-11-13Merge branch 'bc/maint-keep-pack'Junio C Hamano
2008-11-12define empty tree sha1 as a macroJeff King
2008-11-12sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey
2008-11-12packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey
2008-11-02make find_pack_revindex() aware of the nasty worldNicolas Pitre
2008-11-02make packed_object_info() resilient to pack corruptionsNicolas Pitre
2008-11-02make unpack_object_header() non fatalNicolas Pitre
2008-11-02better validation on delta base object offsetsNicolas Pitre
2008-11-02close another possibility for propagating pack corruptionNicolas Pitre
2008-11-02Merge branch 'jc/maint-co-track' into maintJunio C Hamano
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-10-18Merge branch 'maint'Junio C Hamano
2008-10-18force_object_loose: Fix memory leakBjörn Steinbrink
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-09Cleanup in sha1_file.c::cache_or_unpack_entry()Miklos Vajna
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce
2008-09-25Merge branch 'jc/safe-c-l-d'Shawn O. Pearce