summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
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
2007-03-07Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce
2007-03-05unpack_sha1_file(): detect corrupt loose object files.Junio C Hamano
2007-02-28index_fd(): convert blob only if it is a regular file.Junio C Hamano
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre
2007-02-27sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre
2007-02-27sha1_file.c: cleanup "offset" usageNicolas Pitre
2007-02-27sha1_file.c: cleanup hdr usageNicolas Pitre
2007-02-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-16pretend-sha1: grave bugfix.Junio C Hamano
2007-02-14sha1_file.c: Round the mmap offset to half the window size.Alexandre Julliard
2007-02-14Lazy man's auto-CRLFLinus Torvalds
2007-02-13Mark places that need blob munging later for CRLF conversion.Linus Torvalds
2007-02-05Add pretend_sha1_file() interface.Junio C Hamano
2007-02-04Assorted typo fixesPavel Roskin
2007-02-03Don't leak file descriptors from unavailable pack files.Shawn O. Pearce
2007-02-02Don't find objects in packs which aren't available anymore.Shawn O. Pearce
2007-02-02Refactor open_packed_git to return an error code.Shawn O. Pearce
2007-02-02Correct comment in prepare_packed_git_one.Shawn O. Pearce
2007-02-02Cleanup prepare_packed_git_one to reuse install_packed_git.Shawn O. Pearce
2007-01-25Refactor the pack header reading function out of receive-pack.cJunio C Hamano
2007-01-22sha1_file.c: Avoid multiple calls to find_pack_entry().Peter Eriksen
2007-01-18Use fixed-size integers for .idx file I/OJunio C Hamano
2007-01-18Document pack .idx file format upgrade strategy.Shawn O. Pearce
2007-01-14Remove read_or_die in favor of better error messages.Shawn O. Pearce
2007-01-12Clean up write_in_full() usersLinus Torvalds
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong
2007-01-10Fix warnings in sha1_file.c - use C99 printf format if availablePavel Roskin
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft