summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-031-1/+1
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* consolidate two copies of new style object header parsing code.Junio C Hamano2006-09-011-40/+45
* Constness tightening for move/link_temp_to_file()Junio C Hamano2006-09-011-2/+2
* Use xmalloc instead of mallocJonas Fonseca2006-08-311-1/+1
* Use xrealloc instead of reallocJonas Fonseca2006-08-261-1/+1
* Convert unpack_entry_gently and friends to use offsets.Shawn Pearce2006-08-261-18/+15
* Cleanup unpack_object_header to use only offsets.Shawn Pearce2006-08-261-7/+3
* Cleanup unpack_entry_gently and friends to use type_name array.Shawn Pearce2006-08-261-28/+6
* Reuse compression code in unpack_compressed_entry.Shawn Pearce2006-08-261-21/+4
* Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.Shawn Pearce2006-08-261-28/+28
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-9/+9
* Remove unnecessary forward declaration of unpack_entry.Shawn Pearce2006-08-211-3/+0
* Verify we know how to read a pack before trying to using it.Shawn Pearce2006-08-211-0/+12
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-8/+8
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* Merge branch 'jc/pack-objects'Junio C Hamano2006-08-121-13/+22
|\
| * sha1_file.c: expose map_sha1_file() interface.Junio C Hamano2006-07-251-13/+22
* | drop length argument of has_extensionRene Scharfe2006-08-111-1/+1
* | Add has_extension()Rene Scharfe2006-08-101-1/+1
|/
* Merge branch 'lt/objformat'Junio C Hamano2006-07-241-8/+98
|\
| * sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds2006-07-131-8/+98
* | Make lazy mkdir more robust.Shawn Pearce2006-07-121-14/+12
|/
* Make the unpacked object header functions static to sha1_file.cLinus Torvalds2006-07-111-2/+2
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-2/+2
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* Make zlib compression level configurable, and change default.Joachim B Haga2006-07-031-2/+2
* Make some strings constTimo Hirvonen2006-06-281-1/+1
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-14/+15
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-091-23/+0
* sha1_file: avoid re-preparing duplicate packsJeff King2006-06-021-0/+6
* handle concurrent pruning of packed objectsJeff King2006-06-021-6/+18
* Clean up sha1 file writingLinus Torvalds2006-05-241-61/+78
* remove the artificial restriction tagsize < 8kbBjörn Engelmann2006-05-231-10/+36
* Merge branch 'fix'Junio C Hamano2006-05-151-2/+1
|\
| * Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano2006-05-151-2/+1
* | Merge branch 'fix'Junio C Hamano2006-05-141-0/+1
|\ \ | |/
| * include header to define uint32_t, necessary on Mac OS XBen Clifford2006-05-141-0/+1
* | Merge branch 'fix'Junio C Hamano2006-05-131-1/+1
|\ \ | |/
| * Fix git-pack-objects for 64-bit platformsDennis Stosberg2006-05-131-1/+1
* | Transitively read alternativesMartin Waitz2006-05-071-72/+106
* | sha1_to_hex() usage cleanupLinus Torvalds2006-05-031-2/+3
|/
* packed_object_info_detail(): check for corrupt packfile.Junio C Hamano2006-04-171-2/+4
* Merge branch 'maint'Junio C Hamano2006-04-071-2/+4
|\
| * check patch_delta bounds more carefullyNicolas Pitre2006-04-071-2/+4
* | Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-18/+22
* | unpack_delta_entry(): reduce memory footprint.Junio C Hamano2006-03-191-8/+10
* | Merge fixes early for next maint series.Junio C Hamano2006-02-231-3/+4
|\ \ | |/
| * Give no terminating LF to error() function.Junio C Hamano2006-02-221-3/+4
* | Merge fixes up to GIT 1.2.3Junio C Hamano2006-02-221-3/+16
|\ \ | |/