summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2007-11-29sha1_file.c: Fix size_t related printf format warningsSteffen Prohaska
2007-11-14Use is_absolute_path() in sha1_file.c.Johannes Sixt
2007-10-29Merge branch 'maint'Junio C Hamano
2007-10-29sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-17Export matches_pack_name() and fix its return valueJunio C Hamano
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit
2007-08-25Don't segfault if we failed to inflate a packed deltaShawn O. Pearce
2007-08-15Avoid ambiguous error message if pack.idx header is wrongLuiz Fernando N. Capitulino
2007-07-19Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica
2007-07-04Merge branch 'maint'Junio C Hamano
2007-07-03Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering
2007-06-27Merge branch 'maint'Junio C Hamano
2007-06-27Fix zero-object version-2 packsLinus Torvalds
2007-06-13More staticJunio C Hamano
2007-06-13-Wold-style-definition fixJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-02Merge branch 'sp/pack'Junio C Hamano
2007-05-31Merge branch 'maint'Junio C Hamano
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-31always start looking up objects in the last used pack firstNicolas Pitre
2007-05-30fix signed range problems with hex conversionsLinus Torvalds
2007-05-30Style nit - don't put space after function namesShawn O. Pearce
2007-05-27Micro-optimize prepare_alt_odbShawn O. Pearce
2007-05-27Lazily open pack index files on demandShawn O. Pearce
2007-05-20Merge branch 'np/pack'Junio C Hamano
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-10deprecate the new loose object header formatNicolas Pitre
2007-04-26Merge branch 'maint'Junio C Hamano
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce
2007-04-22Merge branch 'jc/attr'Junio C Hamano
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen
2007-04-17add get_size_from_delta()Nicolas Pitre
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds
2007-04-10sha1_file.c: learn about index version 2Nicolas Pitre
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre
2007-03-27sha1_file.c (write_sha1_file): Detect close failureJunio C Hamano
2007-03-27sha1_file.c (write_sha1_from_fd): Detect close failure.Jim Meyering
2007-03-25write_sha1_from_fd() should make new objects read-onlyNicolas Pitre
2007-03-25make it more obvious that temporary files are temporary filesNicolas Pitre
2007-03-21Be more careful about zlib return valuesLinus Torvalds
2007-03-21index-pack: use hash_sha1_file()Nicolas Pitre
2007-03-20Fix loose object uncompression check.Linus Torvalds