summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2006-11-09Merge branch 'maint'Junio C Hamano
2006-11-09Nicer error messages in case saving an object to db goes wrongPetr Baudis
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano
2006-11-03Merge branch 'maint'Junio C Hamano
2006-11-03link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin
2006-11-01Merge branch 'maint'Junio C Hamano
2006-10-31link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano
2006-10-29Allow short pack names to git-pack-objects --unpacked=.Shawn Pearce
2006-10-23Merge branch 'np/pack'Junio C Hamano
2006-10-19reduce delta head inflated sizeNicolas Pitre
2006-10-15Replace open-coded version of hash_sha1_file()Rene Scharfe
2006-10-15Make write_sha1_file_prepare() voidRene Scharfe
2006-10-14Make write_sha1_file_prepare() staticRene Scharfe
2006-10-14Add hash_sha1_file()Rene Scharfe
2006-09-27make pack data reuse compatible with both delta typesNicolas Pitre
2006-09-27introduce delta objects with offset to baseNicolas Pitre
2006-09-23many cleanups to sha1_file.cNicolas Pitre
2006-09-20Make hexval() available to others.Junio C Hamano
2006-09-18Merge branch 'jc/pack'Junio C Hamano
2006-09-10get_sha1_hex() micro-optimizationJunio C Hamano
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-09-01consolidate two copies of new style object header parsing code.Junio C Hamano
2006-09-01Constness tightening for move/link_temp_to_file()Junio C Hamano
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-27Convert unpack_entry_gently and friends to use offsets.Shawn Pearce
2006-08-27Cleanup unpack_object_header to use only offsets.Shawn Pearce
2006-08-27Cleanup unpack_entry_gently and friends to use type_name array.Shawn Pearce
2006-08-27Reuse compression code in unpack_compressed_entry.Shawn Pearce
2006-08-27Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.Shawn Pearce
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-22Remove unnecessary forward declaration of unpack_entry.Shawn Pearce
2006-08-22Verify we know how to read a pack before trying to using it.Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-13Merge branch 'jc/pack-objects'Junio C Hamano
2006-08-11drop length argument of has_extensionRene Scharfe
2006-08-10Add has_extension()Rene Scharfe
2006-07-25sha1_file.c: expose map_sha1_file() interface.Junio C Hamano
2006-07-25Merge branch 'lt/objformat'Junio C Hamano
2006-07-14sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds
2006-07-13Make lazy mkdir more robust.Shawn Pearce
2006-07-11Make the unpacked object header functions static to sha1_file.cLinus Torvalds
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-28Make some strings constTimo Hirvonen