39 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
Jeff King 3157c880f6 sha1_file: drop free_pack_by_name 9 years ago
René Scharfe d773144417 pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt() 11 years ago
Sun He 5889271114 finish_tmp_packfile():use strbuf for pathname construction 11 years ago
Vicent Marti 7cc8f97108 pack-objects: implement bitmap writing 11 years ago
Jeff King 9af270e8c2 do not pretend sha1write returns errors 11 years ago
Jeff King 1190a1acf8 pack-objects: name pack files after trailer hash 11 years ago
Ævar Arnfjörð Bjarmason ab1900a36e Appease Sun Studio by renaming "tmpfile" 13 years ago
Junio C Hamano 68be2fea50 receive-pack, fetch-pack: reject bogus pack that records objects twice 13 years ago
Junio C Hamano 0e990530ae finish_tmp_packfile(): a helper function 13 years ago
Junio C Hamano cdf9db3c83 create_tmp_packfile(): a helper function 13 years ago
Junio C Hamano c0ad465725 write_pack_header(): a helper function 13 years ago
Junio C Hamano 3c9fc074c2 index-pack --verify: read anomalous offsets from v2 idx file 14 years ago
Junio C Hamano fb956c1f44 write_idx_file: need_large_offset() helper function 14 years ago
Junio C Hamano e337a04de2 index-pack: --verify 14 years ago
Junio C Hamano ebcfb3791a write_idx_file: introduce a struct to hold idx customization options 14 years ago
Nicolas Pitre f965c525a4 move encode_in_pack_object_header() to a better place 15 years ago
Linus Torvalds 3bb7256281 make "index-pack" a built-in 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Junio C Hamano 6e180cdcec Make sure objects/pack exists before creating a new pack 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 17 years ago
Petr Baudis 8b4eb6b6cd Do not perform cross-directory renames when creating packs 17 years ago
Nicolas Pitre d35825da6d fixup_pack_header_footer(): use nicely aligned buffer sizes 17 years ago
Nicolas Pitre abeb40e5aa improve reliability of fixup_pack_header_footer() 17 years ago
Linus Torvalds 0c68d386da index-pack: be careful after fixing up the header/footer 17 years ago
Nicolas Pitre c0a5e2d477 pack.indexversion config option now defaults to 2 17 years ago
Linus Torvalds 4c81b03e30 Make pack creation always fsync() the result 17 years ago
Heikki Orsila c697ad143b Cleanup xread() loops to use read_in_full() 17 years ago
Nicolas Pitre 4049b9cfc0 fix const issues with some functions 17 years ago
Shawn O. Pearce 106764e651 Refactor index-pack "keep $sha1" handling for reuse 18 years ago
Luiz Fernando N. Capitulino 7647b17f1d Use xmkstemp() instead of mkstemp() 18 years ago
Geert Bosch aa7e44bf57 Unify write_index_file functions 18 years ago
Johan Herland 2924415f4f Fix signedness on return value from xread() 18 years ago
Dana L. How 8b0eca7c7b Create pack-write.c for common pack writing code 18 years ago