1. a2d7c6c Merge branch 'jc/attr' by Junio C Hamano · 18 years ago
  2. afb5b6a Merge branch 'lt/gitlink' by Junio C Hamano · 18 years ago
  3. ac78e54 Simplify calling of CR/LF conversion routines by Alex Riesen · 18 years ago
  4. 54dab52 add get_size_from_delta() by Nicolas Pitre · 18 years ago
  5. f35a6d3 Teach core object handling functions about gitlinks by Linus Torvalds · 18 years ago
  6. 74e34e1 sha1_file.c: learn about index version 2 by Nicolas Pitre · 18 years ago
  7. 8723f21 make overflow test on delta base offset work regardless of variable size by Nicolas Pitre · 18 years ago
  8. 5705909 get rid of num_packed_objects() by Nicolas Pitre · 18 years ago
  9. d72308e clean up and optimize nth_packed_object_sha1() usage by Nicolas Pitre · 18 years ago
  10. e82973c sha1_file.c (write_sha1_file): Detect close failure by Junio C Hamano · 18 years ago
  11. 0d31546 sha1_file.c (write_sha1_from_fd): Detect close failure. by Jim Meyering · 18 years ago
  12. b5b8d81 write_sha1_from_fd() should make new objects read-only by Nicolas Pitre · 18 years ago
  13. 0e55181 make it more obvious that temporary files are temporary files by Nicolas Pitre · 18 years ago
  14. ac54c27 Be more careful about zlib return values by Linus Torvalds · 18 years ago
  15. ce9fbf1 index-pack: use hash_sha1_file() by Nicolas Pitre · 18 years ago
  16. 456cdf6 Fix loose object uncompression check. by Linus Torvalds · 18 years ago
  17. 5e08ecb use a LRU eviction policy for the delta base cache by Nicolas Pitre · 18 years ago
  18. 3358004 clean up the delta base cache size a bit by Nicolas Pitre · 18 years ago
  19. 18bdec1 Limit the size of the new delta_base_cache by Shawn O. Pearce · 18 years ago
  20. a0cba10 Reuse cached data out of delta base cache. by Nicolas Pitre · 18 years ago
  21. e5e0161 Implement a simple delta_base cache by Linus Torvalds · 18 years ago
  22. 62f255a Make trivial wrapper functions around delta base generation and freeing by Linus Torvalds · 18 years ago
  23. 4287307 [PATCH] clean up pack index handling a bit by Nicolas Pitre · 18 years ago
  24. b867092 prepare_packed_git(): sort packs by age and localness. by Junio C Hamano · 18 years ago
  25. 8509fed Merge branch 'jc/fsck' by Junio C Hamano · 18 years ago
  26. dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
  27. c4001d9 Use off_t when we really mean a file offset. by Shawn O. Pearce · 18 years ago
  28. 326bf39 Use uint32_t for all packed object counts. by Shawn O. Pearce · 18 years ago
  29. 3a55602 General const correctness fixes by Shawn O. Pearce · 18 years ago
  30. 2d88451 Fix mmap leak caused by reading bad indexes. by Shawn O. Pearce · 18 years ago
  31. 30fee06 Display the null SHA-1 as the base for an OBJ_OFS_DELTA. by Shawn O. Pearce · 18 years ago
  32. 7efbff7 unpack_sha1_file(): detect corrupt loose object files. by Junio C Hamano · 18 years ago
  33. d0d8e14 index_fd(): convert blob only if it is a regular file. by Junio C Hamano · 18 years ago
  34. 53bca91 index_fd(): pass optional path parameter as hint for blob conversion by Junio C Hamano · 18 years ago
  35. edaec3f index_fd(): use enum object_type instead of type name string. by Junio C Hamano · 18 years ago
  36. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  37. df84366 formalize typename(), and add its reverse type_from_string() by Nicolas Pitre · 18 years ago
  38. 9ba6303 sha1_file.c: don't ignore an error condition in sha1_loose_object_info() by Nicolas Pitre · 18 years ago
  39. 2b87c45 sha1_file.c: cleanup "offset" usage by Nicolas Pitre · 18 years ago
  40. d65a16f sha1_file.c: cleanup hdr usage by Nicolas Pitre · 18 years ago
  41. ef1a5c2 Merge branches 'lt/crlf' and 'jc/apply-config' by Junio C Hamano · 18 years ago
  42. efa13f7 pretend-sha1: grave bugfix. by Junio C Hamano · 18 years ago
  43. 78a28df sha1_file.c: Round the mmap offset to half the window size. by Alexandre Julliard · 18 years ago
  44. 6c510be Lazy man's auto-CRLF by Linus Torvalds · 18 years ago
  45. bd3a5b5 Mark places that need blob munging later for CRLF conversion. by Linus Torvalds · 18 years ago
  46. d66b37b Add pretend_sha1_file() interface. by Junio C Hamano · 18 years ago
  47. 3dff537 Assorted typo fixes by Pavel Roskin · 18 years ago
  48. 3cf8b46 Don't leak file descriptors from unavailable pack files. by Shawn O. Pearce · 18 years ago
  49. c715f78 Don't find objects in packs which aren't available anymore. by Shawn O. Pearce · 18 years ago
  50. 072db27 Refactor open_packed_git to return an error code. by Shawn O. Pearce · 18 years ago
  51. 54a15a8 Correct comment in prepare_packed_git_one. by Shawn O. Pearce · 18 years ago
  52. 625e942 Cleanup prepare_packed_git_one to reuse install_packed_git. by Shawn O. Pearce · 18 years ago
  53. a69e542 Refactor the pack header reading function out of receive-pack.c by Junio C Hamano · 18 years ago
  54. 8276c00 sha1_file.c: Avoid multiple calls to find_pack_entry(). by Peter Eriksen · 18 years ago
  55. b18b00a Use fixed-size integers for .idx file I/O by Junio C Hamano · 18 years ago
  56. df1b059 Document pack .idx file format upgrade strategy. by Shawn O. Pearce · 18 years ago
  57. e6e2bd6 Remove read_or_die in favor of better error messages. by Shawn O. Pearce · 18 years ago
  58. d34cf19 Clean up write_in_full() users by Linus Torvalds · 18 years ago
  59. 3b97fee Avoid errors and warnings when attempting to do I/O on zero bytes by Eric Wong · 18 years ago
  60. e05db0f Fix warnings in sha1_file.c - use C99 printf format if available by Pavel Roskin · 18 years ago
  61. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  62. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  63. 2c039da mmap: set FD_CLOEXEC for file descriptors we keep open for mmap() by Junio C Hamano · 18 years ago
  64. c4712e4 Replace mmap with xmmap, better handling MAP_FAILED. by Shawn O. Pearce · 18 years ago
  65. 97bfeb3 Release pack windows before reporting out of memory. by Shawn O. Pearce · 18 years ago
  66. a53128b Create pack_report() as a debugging aid. by Shawn O. Pearce · 18 years ago
  67. 11daf39 Support unmapping windows on 'temporary' packfiles. by Shawn O. Pearce · 18 years ago
  68. 73b4e4b Improve error message when packfile mmap fails. by Shawn O. Pearce · 18 years ago
  69. 60bb8b1 Fully activate the sliding window pack access. by Shawn O. Pearce · 18 years ago
  70. 54044bf Unmap individual windows rather than entire files. by Shawn O. Pearce · 18 years ago
  71. 8d8a4ea Document why header parsing won't exceed a window. by Shawn O. Pearce · 18 years ago
  72. 079afb1 Loop over pack_windows when inflating/accessing data. by Shawn O. Pearce · 18 years ago
  73. 03e79c8 Replace use_packed_git with window cursors. by Shawn O. Pearce · 18 years ago
  74. 9bc879c Refactor how we open pack files to prepare for multiple windows. by Shawn O. Pearce · 18 years ago
  75. c41ee58 Refactor packed_git to prepare for sliding mmap windows. by Shawn O. Pearce · 18 years ago
  76. 77ccc5b Introduce new config option for mmap limit. by Shawn O. Pearce · 18 years ago
  77. 4d703a1 Replace unpack_entry_gently with unpack_entry. by Shawn O. Pearce · 18 years ago
  78. 08a19d8 clarify some error messages wrt unknown object types by Nicolas Pitre · 18 years ago
  79. f0df4ed sha1_object_info(): be consistent with read_sha1_file() by Johannes Schindelin · 18 years ago
  80. 6a96b32 Merge branch 'maint' by Junio C Hamano · 18 years ago
  81. 916d081 Nicer error messages in case saving an object to db goes wrong by Petr Baudis · 18 years ago
  82. fc04c41 Teach receive-pack how to keep pack files based on object count. by Shawn Pearce · 18 years ago
  83. 407e1d6 Merge branch 'master' into np/index-pack by Junio C Hamano · 18 years ago
  84. c954d33 Merge branch 'maint' by Junio C Hamano · 18 years ago
  85. 866cae0 link_temp_to_file: call adjust_shared_perm() only when we created the directory by Johannes Schindelin · 18 years ago
  86. 7854e52 Merge branch 'maint' by Junio C Hamano · 18 years ago
  87. 91c23e4 link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure by Junio C Hamano · 18 years ago
  88. d4ff6d9 Allow short pack names to git-pack-objects --unpacked=. by Shawn Pearce · 18 years ago
  89. 05eb811 Merge branch 'np/pack' by Junio C Hamano · 18 years ago
  90. 1a3b55c reduce delta head inflated size by Nicolas Pitre · 18 years ago
  91. 7cfb5f3 Replace open-coded version of hash_sha1_file() by Rene Scharfe · 18 years ago
  92. 972a915 Make write_sha1_file_prepare() void by Rene Scharfe · 18 years ago
  93. 8f97778 Make write_sha1_file_prepare() static by Rene Scharfe · 18 years ago
  94. abdc3fc Add hash_sha1_file() by Rene Scharfe · 18 years ago
  95. 780e6e7 make pack data reuse compatible with both delta types by Nicolas Pitre · 19 years ago
  96. eb32d23 introduce delta objects with offset to base by Nicolas Pitre · 19 years ago
  97. 4305730 many cleanups to sha1_file.c by Nicolas Pitre · 19 years ago
  98. e49521b Make hexval() available to others. by Junio C Hamano · 19 years ago
  99. 4405fb7 Merge branch 'jc/pack' by Junio C Hamano · 19 years ago
  100. a41fae9 get_sha1_hex() micro-optimization by Junio C Hamano · 19 years ago