326 Commits (29b0d01912cdf291ad2e9f6a4f143ee9e3c01ef9)

Author SHA1 Message Date
Nicolas Pitre 8eca0b47ff implement some resilience against pack corruptions 17 years ago
Patrick Higgins 6ff6af62ec Workaround for AIX mkstemp() 17 years ago
Junio C Hamano 79c6dca413 sha1_file.c: simplify parse_pack_index() 17 years ago
Junio C Hamano 3bfaf01857 create_tempfile: make sure that leading directories can be accessible by peers 17 years ago
Linus Torvalds 1421c5f274 write_loose_object: don't bother trying to read an old object 17 years ago
Linus Torvalds c529d75a75 Simplify and rename find_sha1_file() 17 years ago
Linus Torvalds 44d1c19ee8 Make loose object file reading more careful 17 years ago
Linus Torvalds 5723fe7e3c Avoid cross-directory renames and linking on object creation 17 years ago
Junio C Hamano 6483925999 sha1_file.c: dead code removal 17 years ago
Linus Torvalds e9039dd351 Consolidate SHA1 object file close 17 years ago
Junio C Hamano 6eec46bdda fix sha1_pack_index_name() 17 years ago
Heikki Orsila 633f43e1f7 Remove redundant code, eliminate one static variable 17 years ago
Nicolas Pitre bbac73117e add a force_object_loose() function 17 years ago
Daniel Barkalow bef70b22ba Add a library function to add an alternate to the alternates file 17 years ago
Heikki Orsila c697ad143b Cleanup xread() loops to use read_in_full() 17 years ago
Junio C Hamano 628522ec14 sha1-lookup: more memory efficient search in sorted list of SHA-1 17 years ago
Nicolas Pitre 70f5d5d31c fix unimplemented packed_object_info_detail() features 17 years ago
Martin Koegler 50974ec994 read_object_with_reference: don't read beyond the buffer 17 years ago
Jeff King 346245a1bb hard-code the empty tree object 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Shawn O. Pearce c9ced051c3 Fix random fast-import errors when compiled with NO_MMAP 17 years ago
Jim Meyering 790296fd88 Fix grammar nits in documentation and in code comments. 17 years ago
Steffen Prohaska 9e42d6a1c5 sha1_file.c: Fix size_t related printf format warnings 17 years ago
Johannes Sixt 85dadc3894 Use is_absolute_path() in sha1_file.c. 17 years ago
Junio C Hamano 7109c889f1 sha1_file.c: avoid gcc signed overflow warnings 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Junio C Hamano 000dfd3f6e Export matches_pack_name() and fix its return value 18 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago
Pierre Habouzit 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. 18 years ago
Pierre Habouzit fd17f5b5f7 Replace all read_fd use with strbuf_read, and get rid of it. 18 years ago
Shawn O. Pearce 9064d87b06 Don't segfault if we failed to inflate a packed delta 18 years ago
Luiz Fernando N. Capitulino eef427a09c Avoid ambiguous error message if pack.idx header is wrong 18 years ago
Carlos Rica c4fba0a358 Rename read_pipe() with read_fd() and make its buffer nul-terminated. 18 years ago
Jim Meyering 9cb18f56fd Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too long 18 years ago
Linus Torvalds 1164f1e48d Fix zero-object version-2 packs 18 years ago
Junio C Hamano 4175e9e3a8 More static 18 years ago
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