Age | Commit message (Expand) | Author | Files | Lines |
2007-03-18 | Limit the size of the new delta_base_cache | Shawn O. Pearce | 1 | -4/+26 |
2007-03-18 | Reuse cached data out of delta base cache. | Nicolas Pitre | 1 | -4/+10 |
2007-03-18 | Implement a simple delta_base cache | Linus Torvalds | 1 | -1/+42 |
2007-03-18 | Make trivial wrapper functions around delta base generation and freeing | Linus Torvalds | 1 | -2/+14 |
2007-03-16 | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 1 | -44/+42 |
2007-03-11 | prepare_packed_git(): sort packs by age and localness. | Junio C Hamano | 1 | -0/+56 |
2007-03-10 | Merge branch 'jc/fsck' | Junio C Hamano | 1 | -8/+19 |
2007-03-07 | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 1 | -17/+23 |
2007-03-07 | Use off_t when we really mean a file offset. | Shawn O. Pearce | 1 | -25/+29 |
2007-03-07 | Use uint32_t for all packed object counts. | Shawn O. Pearce | 1 | -5/+5 |
2007-03-07 | General const correctness fixes | Shawn O. Pearce | 1 | -2/+1 |
2007-03-07 | Fix mmap leak caused by reading bad indexes. | Shawn O. Pearce | 1 | -9/+16 |
2007-03-07 | Display the null SHA-1 as the base for an OBJ_OFS_DELTA. | Shawn O. Pearce | 1 | -0/+1 |
2007-03-05 | unpack_sha1_file(): detect corrupt loose object files. | Junio C Hamano | 1 | -8/+19 |
2007-02-28 | index_fd(): convert blob only if it is a regular file. | Junio C Hamano | 1 | -1/+1 |
2007-02-28 | index_fd(): pass optional path parameter as hint for blob conversion | Junio C Hamano | 1 | -3/+3 |
2007-02-28 | index_fd(): use enum object_type instead of type name string. | Junio C Hamano | 1 | -6/+7 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -90/+82 |
2007-02-27 | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 1 | -14/+5 |
2007-02-27 | sha1_file.c: don't ignore an error condition in sha1_loose_object_info() | Nicolas Pitre | 1 | -1/+1 |
2007-02-27 | sha1_file.c: cleanup "offset" usage | Nicolas Pitre | 1 | -59/+51 |
2007-02-27 | sha1_file.c: cleanup hdr usage | Nicolas Pitre | 1 | -12/+12 |
2007-02-22 | Merge branches 'lt/crlf' and 'jc/apply-config' | Junio C Hamano | 1 | -2/+21 |
2007-02-15 | pretend-sha1: grave bugfix. | Junio C Hamano | 1 | -1/+3 |
2007-02-14 | sha1_file.c: Round the mmap offset to half the window size. | Alexandre Julliard | 1 | -5/+3 |
2007-02-14 | Lazy man's auto-CRLF | Linus Torvalds | 1 | -2/+21 |
2007-02-13 | Mark places that need blob munging later for CRLF conversion. | Linus Torvalds | 1 | -0/+1 |
2007-02-05 | Add pretend_sha1_file() interface. | Junio C Hamano | 1 | -0/+57 |
2007-02-03 | Assorted typo fixes | Pavel Roskin | 1 | -1/+1 |
2007-02-02 | Don't leak file descriptors from unavailable pack files. | Shawn O. Pearce | 1 | -1/+16 |
2007-02-01 | Don't find objects in packs which aren't available anymore. | Shawn O. Pearce | 1 | -0/+12 |
2007-02-01 | Refactor open_packed_git to return an error code. | Shawn O. Pearce | 1 | -15/+16 |
2007-02-01 | Correct comment in prepare_packed_git_one. | Shawn O. Pearce | 1 | -1/+4 |
2007-02-01 | Cleanup prepare_packed_git_one to reuse install_packed_git. | Shawn O. Pearce | 1 | -2/+1 |
2007-01-24 | Refactor the pack header reading function out of receive-pack.c | Junio C Hamano | 1 | -0/+21 |
2007-01-22 | sha1_file.c: Avoid multiple calls to find_pack_entry(). | Peter Eriksen | 1 | -10/+9 |
2007-01-18 | Use fixed-size integers for .idx file I/O | Junio C Hamano | 1 | -3/+3 |
2007-01-17 | Document pack .idx file format upgrade strategy. | Shawn O. Pearce | 1 | -3/+14 |
2007-01-14 | Remove read_or_die in favor of better error messages. | Shawn O. Pearce | 1 | -2/+4 |
2007-01-11 | Clean up write_in_full() users | Linus Torvalds | 1 | -8/+1 |
2007-01-11 | Avoid errors and warnings when attempting to do I/O on zero bytes | Eric Wong | 1 | -0/+2 |
2007-01-09 | Fix warnings in sha1_file.c - use C99 printf format if available | Pavel Roskin | 1 | -4/+11 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -13/+6 |
2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -1/+1 |
2006-12-29 | mmap: set FD_CLOEXEC for file descriptors we keep open for mmap() | Junio C Hamano | 1 | -0/+11 |
2006-12-29 | Replace mmap with xmmap, better handling MAP_FAILED. | Shawn O. Pearce | 1 | -13/+5 |
2006-12-29 | Release pack windows before reporting out of memory. | Shawn O. Pearce | 1 | -0/+7 |
2006-12-29 | Create pack_report() as a debugging aid. | Shawn O. Pearce | 1 | -0/+31 |
2006-12-29 | Support unmapping windows on 'temporary' packfiles. | Shawn O. Pearce | 1 | -16/+28 |
2006-12-29 | Improve error message when packfile mmap fails. | Shawn O. Pearce | 1 | -1/+3 |