summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica1-6/+15
2007-07-03Merge branch 'maint'Junio C Hamano1-3/+13
2007-07-03Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering1-3/+13
2007-06-26Merge branch 'maint'Junio C Hamano1-1/+4
2007-06-26Fix zero-object version-2 packsLinus Torvalds1-1/+4
2007-06-13More staticJunio C Hamano1-1/+1
2007-06-13-Wold-style-definition fixJunio C Hamano1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-4/+4
2007-06-02Merge branch 'sp/pack'Junio C Hamano1-5/+38
2007-05-31Merge branch 'maint'Junio C Hamano1-1/+1
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-30always start looking up objects in the last used pack firstNicolas Pitre1-4/+18
2007-05-30fix signed range problems with hex conversionsLinus Torvalds1-1/+1
2007-05-29Style nit - don't put space after function namesShawn O. Pearce1-1/+1
2007-05-26Micro-optimize prepare_alt_odbShawn O. Pearce1-2/+3
2007-05-26Lazily open pack index files on demandShawn O. Pearce1-3/+35
2007-05-20Merge branch 'np/pack'Junio C Hamano1-36/+11
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland1-1/+1
2007-05-10deprecate the new loose object header formatNicolas Pitre1-36/+11
2007-04-25Merge branch 'maint'Junio C Hamano1-5/+5
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce1-5/+5
2007-04-21Merge branch 'jc/attr'Junio C Hamano1-4/+3
2007-04-21Merge branch 'lt/gitlink'Junio C Hamano1-0/+3
2007-04-20Simplify calling of CR/LF conversion routinesAlex Riesen1-4/+3
2007-04-16add get_size_from_delta()Nicolas Pitre1-34/+39
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds1-0/+3
2007-04-10sha1_file.c: learn about index version 2Nicolas Pitre1-29/+89
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre1-1/+1
2007-04-10get rid of num_packed_objects()Nicolas Pitre1-11/+6
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre1-5/+4
2007-03-27sha1_file.c (write_sha1_file): Detect close failureJunio C Hamano1-1/+2
2007-03-27sha1_file.c (write_sha1_from_fd): Detect close failure.Jim Meyering1-1/+2
2007-03-24write_sha1_from_fd() should make new objects read-onlyNicolas Pitre1-0/+1
2007-03-24make it more obvious that temporary files are temporary filesNicolas Pitre1-2/+2
2007-03-20Be more careful about zlib return valuesLinus Torvalds1-4/+9
2007-03-20index-pack: use hash_sha1_file()Nicolas Pitre1-2/+2
2007-03-19Fix loose object uncompression check.Linus Torvalds1-2/+15
2007-03-19use a LRU eviction policy for the delta base cacheNicolas Pitre1-8/+31
2007-03-19clean up the delta base cache size a bitNicolas Pitre1-3/+3
2007-03-18Limit the size of the new delta_base_cacheShawn O. Pearce1-4/+26
2007-03-18Reuse cached data out of delta base cache.Nicolas Pitre1-4/+10
2007-03-18Implement a simple delta_base cacheLinus Torvalds1-1/+42
2007-03-18Make trivial wrapper functions around delta base generation and freeingLinus Torvalds1-2/+14
2007-03-16[PATCH] clean up pack index handling a bitNicolas Pitre1-44/+42
2007-03-11prepare_packed_git(): sort packs by age and localness.Junio C Hamano1-0/+56
2007-03-10Merge branch 'jc/fsck'Junio C Hamano1-8/+19
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-17/+23
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce1-25/+29
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce1-5/+5
2007-03-07General const correctness fixesShawn O. Pearce1-2/+1