aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-31
|\
| * fix signed range problems with hex conversionsLinus Torvalds2007-05-30
* | Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-15
* | Merge branch 'maint'Junio C Hamano2007-04-25
|\ \ | |/
| * Actually handle some-low memory conditionsShawn O. Pearce2007-04-25
* | Merge branch 'jc/attr'Junio C Hamano2007-04-21
|\ \
| * | Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-20
* | | Merge branch 'lt/gitlink'Junio C Hamano2007-04-21
|\ \ \
| * | | Teach core object handling functions about gitlinksLinus Torvalds2007-04-10
| |/ /
* | | add get_size_from_delta()Nicolas Pitre2007-04-16
* | | sha1_file.c: learn about index version 2Nicolas Pitre2007-04-10
* | | make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-10
* | | get rid of num_packed_objects()Nicolas Pitre2007-04-10
|/ /
* | clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-05
|/
* sha1_file.c (write_sha1_file): Detect close failureJunio C Hamano2007-03-27
* sha1_file.c (write_sha1_from_fd): Detect close failure.Jim Meyering2007-03-27
* write_sha1_from_fd() should make new objects read-onlyNicolas Pitre2007-03-24
* make it more obvious that temporary files are temporary filesNicolas Pitre2007-03-24
* Be more careful about zlib return valuesLinus Torvalds2007-03-20
* index-pack: use hash_sha1_file()Nicolas Pitre2007-03-20
* Fix loose object uncompression check.Linus Torvalds2007-03-19
* use a LRU eviction policy for the delta base cacheNicolas Pitre2007-03-19
* clean up the delta base cache size a bitNicolas Pitre2007-03-19
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-18
* Reuse cached data out of delta base cache.Nicolas Pitre2007-03-18
* Implement a simple delta_base cacheLinus Torvalds2007-03-18
* Make trivial wrapper functions around delta base generation and freeingLinus Torvalds2007-03-18
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-16
* prepare_packed_git(): sort packs by age and localness.Junio C Hamano2007-03-11
* Merge branch 'jc/fsck'Junio C Hamano2007-03-10
|\
| * unpack_sha1_file(): detect corrupt loose object files.Junio C Hamano2007-03-05
* | Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-07
* | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-07
* | Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-07
* | General const correctness fixesShawn O. Pearce2007-03-07
* | Fix mmap leak caused by reading bad indexes.Shawn O. Pearce2007-03-07
* | Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce2007-03-07
|/
* index_fd(): convert blob only if it is a regular file.Junio C Hamano2007-02-28
* index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-28
* index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-28
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-27
* sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre2007-02-27
* sha1_file.c: cleanup "offset" usageNicolas Pitre2007-02-27
* sha1_file.c: cleanup hdr usageNicolas Pitre2007-02-27
*-. Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano2007-02-22
|\ \
| * | Lazy man's auto-CRLFLinus Torvalds2007-02-14
| |/
* | pretend-sha1: grave bugfix.Junio C Hamano2007-02-15
* | sha1_file.c: Round the mmap offset to half the window size.Alexandre Julliard2007-02-14
|/
* Mark places that need blob munging later for CRLF conversion.Linus Torvalds2007-02-13