summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2007-06-261-1/+4
|\
| * Fix zero-object version-2 packsLinus Torvalds2007-06-261-1/+4
* | More staticJunio C Hamano2007-06-131-1/+1
* | -Wold-style-definition fixJunio C Hamano2007-06-131-1/+1
* | War on whitespaceJunio C Hamano2007-06-071-4/+4
* | Merge branch 'sp/pack'Junio C Hamano2007-06-021-5/+38
|\ \
| * | Style nit - don't put space after function namesShawn O. Pearce2007-05-291-1/+1
| * | Micro-optimize prepare_alt_odbShawn O. Pearce2007-05-261-2/+3
| * | Lazily open pack index files on demandShawn O. Pearce2007-05-261-3/+35
* | | Merge branch 'maint'Junio C Hamano2007-05-311-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-311-1/+1
| |\ \
| | * | fix signed range problems with hex conversionsLinus Torvalds2007-05-301-1/+1
* | | | always start looking up objects in the last used pack firstNicolas Pitre2007-05-301-4/+18
| |_|/ |/| |
* | | Merge branch 'np/pack'Junio C Hamano2007-05-201-36/+11
|\ \ \ | |/ / |/| |
| * | deprecate the new loose object header formatNicolas Pitre2007-05-101-36/+11
* | | Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-1/+1
|/ /
* | Merge branch 'maint'Junio C Hamano2007-04-251-5/+5
|\ \ | |/
| * Actually handle some-low memory conditionsShawn O. Pearce2007-04-251-5/+5
* | Merge branch 'jc/attr'Junio C Hamano2007-04-211-4/+3
|\ \
| * | Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-201-4/+3
* | | Merge branch 'lt/gitlink'Junio C Hamano2007-04-211-0/+3
|\ \ \
| * | | Teach core object handling functions about gitlinksLinus Torvalds2007-04-101-0/+3
| |/ /
* | | add get_size_from_delta()Nicolas Pitre2007-04-161-34/+39
* | | sha1_file.c: learn about index version 2Nicolas Pitre2007-04-101-29/+89
* | | make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-101-1/+1
* | | get rid of num_packed_objects()Nicolas Pitre2007-04-101-11/+6
|/ /
* | clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-5/+4
|/
* sha1_file.c (write_sha1_file): Detect close failureJunio C Hamano2007-03-271-1/+2
* sha1_file.c (write_sha1_from_fd): Detect close failure.Jim Meyering2007-03-271-1/+2
* write_sha1_from_fd() should make new objects read-onlyNicolas Pitre2007-03-241-0/+1
* make it more obvious that temporary files are temporary filesNicolas Pitre2007-03-241-2/+2
* Be more careful about zlib return valuesLinus Torvalds2007-03-201-4/+9
* index-pack: use hash_sha1_file()Nicolas Pitre2007-03-201-2/+2
* Fix loose object uncompression check.Linus Torvalds2007-03-191-2/+15
* use a LRU eviction policy for the delta base cacheNicolas Pitre2007-03-191-8/+31
* clean up the delta base cache size a bitNicolas Pitre2007-03-191-3/+3
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-181-4/+26
* Reuse cached data out of delta base cache.Nicolas Pitre2007-03-181-4/+10
* Implement a simple delta_base cacheLinus Torvalds2007-03-181-1/+42
* Make trivial wrapper functions around delta base generation and freeingLinus Torvalds2007-03-181-2/+14
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-161-44/+42
* prepare_packed_git(): sort packs by age and localness.Junio C Hamano2007-03-111-0/+56
* Merge branch 'jc/fsck'Junio C Hamano2007-03-101-8/+19
|\
| * unpack_sha1_file(): detect corrupt loose object files.Junio C Hamano2007-03-051-8/+19
* | Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-17/+23
* | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-071-25/+29
* | Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-071-5/+5
* | General const correctness fixesShawn O. Pearce2007-03-071-2/+1
* | Fix mmap leak caused by reading bad indexes.Shawn O. Pearce2007-03-071-9/+16
* | Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce2007-03-071-0/+1
|/