summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
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
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-10shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-06-02sha1_file: avoid re-preparing duplicate packsJeff King
2006-06-02handle concurrent pruning of packed objectsJeff King
2006-05-24Clean up sha1 file writingLinus Torvalds
2006-05-23remove the artificial restriction tagsize < 8kbBjörn Engelmann
2006-05-15Merge branch 'fix'Junio C Hamano
2006-05-15Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano
2006-05-14Merge branch 'fix'Junio C Hamano