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