425 Commits (6bbfd1fa98b0c1fa1684bd35e64404799f0cc2b3)

Author SHA1 Message Date
Junio C Hamano b79d18c92d -Wold-style-definition fix 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Nicolas Pitre f7c22cc68c always start looking up objects in the last used pack first 18 years ago
Linus Torvalds 192a6be2a7 fix signed range problems with hex conversions 18 years ago
Shawn O. Pearce bc8e478a28 Style nit - don't put space after function names 18 years ago
Shawn O. Pearce 7dc24aa5a6 Micro-optimize prepare_alt_odb 18 years ago
Shawn O. Pearce d079837eee Lazily open pack index files on demand 18 years ago
Johan Herland 8a912bcb25 Ensure return value from xread() is always stored into an ssize_t 18 years ago
Nicolas Pitre 726f852b0e deprecate the new loose object header format 18 years ago
Shawn O. Pearce d1efefa46f Actually handle some-low memory conditions 18 years ago
Alex Riesen ac78e54804 Simplify calling of CR/LF conversion routines 18 years ago
Nicolas Pitre 54dab52ae8 add get_size_from_delta() 18 years ago
Linus Torvalds f35a6d3bce Teach core object handling functions about gitlinks 18 years ago
Nicolas Pitre 74e34e1fca sha1_file.c: learn about index version 2 18 years ago
Nicolas Pitre 8723f21626 make overflow test on delta base offset work regardless of variable size 18 years ago
Nicolas Pitre 57059091fa get rid of num_packed_objects() 18 years ago
Nicolas Pitre d72308e01c clean up and optimize nth_packed_object_sha1() usage 18 years ago
Junio C Hamano e82973cfb0 sha1_file.c (write_sha1_file): Detect close failure 18 years ago
Jim Meyering 0d315468f3 sha1_file.c (write_sha1_from_fd): Detect close failure. 18 years ago
Nicolas Pitre b5b8d8141a write_sha1_from_fd() should make new objects read-only 18 years ago
Nicolas Pitre 0e55181f29 make it more obvious that temporary files are temporary files 18 years ago
Linus Torvalds ac54c277f0 Be more careful about zlib return values 18 years ago
Nicolas Pitre ce9fbf16e0 index-pack: use hash_sha1_file() 18 years ago
Linus Torvalds 456cdf6edb Fix loose object uncompression check. 18 years ago
Nicolas Pitre 5e08ecbff2 use a LRU eviction policy for the delta base cache 18 years ago
Nicolas Pitre 3358004a00 clean up the delta base cache size a bit 18 years ago
Shawn O. Pearce 18bdec1118 Limit the size of the new delta_base_cache 18 years ago
Nicolas Pitre a0cba10847 Reuse cached data out of delta base cache. 18 years ago
Linus Torvalds e5e01619bc Implement a simple delta_base cache 18 years ago
Linus Torvalds 62f255ad58 Make trivial wrapper functions around delta base generation and freeing 18 years ago
Nicolas Pitre 4287307833 [PATCH] clean up pack index handling a bit 18 years ago
Junio C Hamano b867092fec prepare_packed_git(): sort packs by age and localness. 18 years ago
Shawn O. Pearce dc49cd769b Cast 64 bit off_t to 32 bit size_t 18 years ago
Shawn O. Pearce c4001d92be Use off_t when we really mean a file offset. 18 years ago
Shawn O. Pearce 326bf39677 Use uint32_t for all packed object counts. 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Shawn O. Pearce 2d88451b7a Fix mmap leak caused by reading bad indexes. 18 years ago
Shawn O. Pearce 30fee0625d Display the null SHA-1 as the base for an OBJ_OFS_DELTA. 18 years ago
Junio C Hamano 7efbff7531 unpack_sha1_file(): detect corrupt loose object files. 18 years ago
Junio C Hamano d0d8e14d1b index_fd(): convert blob only if it is a regular file. 18 years ago
Junio C Hamano 53bca91a7d index_fd(): pass optional path parameter as hint for blob conversion 18 years ago
Junio C Hamano edaec3fbe8 index_fd(): use enum object_type instead of type name string. 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Nicolas Pitre df8436622f formalize typename(), and add its reverse type_from_string() 18 years ago
Nicolas Pitre 9ba630318f sha1_file.c: don't ignore an error condition in sha1_loose_object_info() 18 years ago
Nicolas Pitre 2b87c45ba6 sha1_file.c: cleanup "offset" usage 18 years ago
Nicolas Pitre d65a16f6c4 sha1_file.c: cleanup hdr usage 18 years ago
Junio C Hamano efa13f7b7e pretend-sha1: grave bugfix. 18 years ago
Alexandre Julliard 78a28df938 sha1_file.c: Round the mmap offset to half the window size. 18 years ago
Linus Torvalds 6c510bee20 Lazy man's auto-CRLF 18 years ago