summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
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
2008-09-19Merge branch 'maint'Junio C Hamano
2008-09-19sha1_file: link() returns -1 on failure, not errnoThomas Rast
2008-09-09push: receiver end advertises refs from alternate repositoriesJunio C Hamano
2008-09-09is_directory(): a generic helper functionJunio C Hamano
2008-09-04safe_create_leading_directories(): make it about "leading" directoriesJunio C Hamano
2008-08-27Merge branch 'np/verify-pack'Junio C Hamano
2008-08-23discard revindex data when pack list changesNicolas Pitre
2008-08-20Merge branch 'dp/hash-literally'Junio C Hamano
2008-08-06Optimize sha1_object_info for loose objects, not concurrent repacksSteven Grimm
2008-08-03teach index_fd to work with pipesDmitry Potapov
2008-07-15restore legacy behavior for read_sha1_file()Nicolas Pitre
2008-07-09Merge branch 'sp/maint-pack-memuse'Junio C Hamano
2008-07-09Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce
2008-07-06Fix some warnings (on cygwin) to allow -WerrorRamsay Jones
2008-07-03Merge branch 'j6t/mingw'Junio C Hamano
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano
2008-06-25clone: create intermediate directories of destination repoJeff King