summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
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
2006-05-14include header to define uint32_t, necessary on Mac OS XBen Clifford
2006-05-14Merge branch 'fix'Junio C Hamano
2006-05-13Fix git-pack-objects for 64-bit platformsDennis Stosberg
2006-05-07Transitively read alternativesMartin Waitz
2006-05-04sha1_to_hex() usage cleanupLinus Torvalds
2006-04-18packed_object_info_detail(): check for corrupt packfile.Junio C Hamano
2006-04-07Merge branch 'maint'Junio C Hamano
2006-04-07check patch_delta bounds more carefullyNicolas Pitre
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-19unpack_delta_entry(): reduce memory footprint.Junio C Hamano
2006-02-24Merge fixes early for next maint series.Junio C Hamano
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-02-23Merge fixes up to GIT 1.2.3Junio C Hamano
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano