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