1. 7647b17 Use xmkstemp() instead of mkstemp() by Luiz Fernando N. Capitulino · 18 years ago
  2. 91c8d59 detect close failure on just-written file handles by Jim Meyering · 18 years ago
  3. aa7e44b Unify write_index_file functions by Geert Bosch · 18 years ago
  4. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  5. cbc6bda Reuse fixup_pack_header_footer in index-pack by Shawn O. Pearce · 18 years ago
  6. 13aaf14 make progress "title" part of the common progress interface by Nicolas Pitre · 18 years ago
  7. 96a02f8 common progress display support by Nicolas Pitre · 18 years ago
  8. 4ba7d71 allow forcing index v2 and 64-bit offset treshold by Nicolas Pitre · 18 years ago
  9. d1a46a9 index-pack: learn about pack index version 2 by Nicolas Pitre · 18 years ago
  10. ee5743c compute object CRC32 with index-pack by Nicolas Pitre · 18 years ago
  11. d7dd022 add overflow tests on pack offset variables by Nicolas Pitre · 18 years ago
  12. 8723f21 make overflow test on delta base offset work regardless of variable size by Nicolas Pitre · 18 years ago
  13. bbf4b41 Plug memory leak in index-pack collision checking codepath. by Nicolas Pitre · 18 years ago
  14. 0e55181 make it more obvious that temporary files are temporary files by Nicolas Pitre · 18 years ago
  15. 9096c66 index-pack: more validation checks and cleanups by Nicolas Pitre · 18 years ago
  16. ce9fbf1 index-pack: use hash_sha1_file() by Nicolas Pitre · 18 years ago
  17. 8685da4 don't ever allow SHA1 collisions to exist by fetching a pack by Nicolas Pitre · 18 years ago
  18. 3a55602 General const correctness fixes by Shawn O. Pearce · 18 years ago
  19. 77b50ab Merge branch 'js/bundle' by Junio C Hamano · 18 years ago
  20. 597388f Merge branch 'np/types' by Junio C Hamano · 18 years ago
  21. c4f8f82 Merge branch 'maint' by Junio C Hamano · 18 years ago
  22. a91d49c index-pack: Loop over pread until data loading is complete. by Shawn O. Pearce · 18 years ago
  23. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  24. df84366 formalize typename(), and add its reverse type_from_string() by Nicolas Pitre · 18 years ago
  25. fa257b0 git-bundle: assorted fixes by Johannes Schindelin · 18 years ago
  26. 2e0afaf Add git-bundle: move objects and references by archive by Johannes Schindelin · 18 years ago
  27. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  28. d1b2ddc index-pack: write-or-die instead of unchecked write-in-full. by Junio C Hamano · 18 years ago
  29. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  30. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  31. 08a19d8 clarify some error messages wrt unknown object types by Nicolas Pitre · 18 years ago
  32. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  33. 6d2fa7f index-pack usage of mmap() is unacceptably slower on many OSes other than Linux by Nicolas Pitre · 18 years ago
  34. 554a263 Don't use memcpy when source and dest. buffers may overlap by Jim Meyering · 18 years ago
  35. a6e8a76 sparse fix: non-ANSI function declaration by Rene Scharfe · 18 years ago
  36. 576162a remove .keep pack lock files when done with refs update by Nicolas Pitre · 18 years ago
  37. 9ca4a20 have index-pack create .keep file more carefully by Nicolas Pitre · 18 years ago
  38. bed006f Allow pack header preprocessing before unpack-objects/index-pack. by Nicolas Pitre · 18 years ago
  39. b807770 Teach git-index-pack how to keep a pack file. by Shawn Pearce · 18 years ago
  40. b89c4e9 index-pack: minor fixes to comment and function name by Nicolas Pitre · 18 years ago
  41. 9bee247 mimic unpack-objects when --stdin is used with index-pack by Nicolas Pitre · 18 years ago
  42. 3c9af36 add progress status to index-pack by Nicolas Pitre · 18 years ago
  43. 636171c make index-pack able to complete thin packs. by Nicolas Pitre · 18 years ago
  44. e42797f enable index-pack streaming capability by Nicolas Pitre · 18 years ago
  45. 2d47705 add the capability for index-pack to read from a stream by Nicolas Pitre · 18 years ago
  46. 3c55287 index-pack: compare only the first 20-bytes of the key. by Nicolas Pitre · 18 years ago
  47. 53dda6f teach git-index-pack about deltas with offset to base by Nicolas Pitre · 18 years ago
  48. eb32d23 introduce delta objects with offset to base by Nicolas Pitre · 18 years ago
  49. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  50. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  51. 5bb1cda drop length argument of has_extension by Rene Scharfe · 19 years ago
  52. 83a2b84 Add has_extension() by Rene Scharfe · 19 years ago
  53. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  54. d60fc1c remove delta-against-self bit by Nicolas Pitre · 19 years ago
  55. 7e4a2a8 avoid asking ?alloc() for zero bytes. by Junio C Hamano · 19 years ago
  56. 6689f08 An off-by-one bug found by valgrind by Pavel Roskin · 19 years ago
  57. 84c8d8a Fix packname hash generation. by Junio C Hamano · 19 years ago
  58. 9cf6d33 Add git-index-pack utility by Sergey Vlasov · 19 years ago