summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2008-11-12define empty tree sha1 as a macroJeff King
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
2008-06-25optimize verify-pack a bitNicolas Pitre
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-25refactor pack structure allocationNicolas Pitre
2008-06-24implement some resilience against pack corruptionsNicolas Pitre
2008-06-23Workaround for AIX mkstemp()Patrick Higgins
2008-06-23Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt
2008-06-18Add config option to enable 'fsync()' of object filesLinus Torvalds
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds
2008-06-14Simplify and rename find_sha1_file()Linus Torvalds
2008-06-14Make loose object file reading more carefulLinus Torvalds
2008-06-14Avoid cross-directory renames and linking on object creationLinus Torvalds
2008-06-14sha1_file.c: dead code removalJunio C Hamano
2008-06-11Consolidate SHA1 object file closeLinus Torvalds
2008-05-28fix sha1_pack_index_name()Junio C Hamano
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-25Remove redundant code, eliminate one static variableHeikki Orsila
2008-05-14add a force_object_loose() functionNicolas Pitre
2008-05-05Add a library function to add an alternate to the alternates fileDaniel Barkalow
2008-05-04Cleanup xread() loops to use read_in_full()Heikki Orsila
2008-04-09sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano