summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-09Merge branch 'sp/maint-pack-memuse'Junio C Hamano1-0/+1
2008-07-09Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce1-0/+1
2008-07-05Fix some warnings (on cygwin) to allow -WerrorRamsay Jones1-6/+6
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-5/+9
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano1-1/+2
2008-06-25clone: create intermediate directories of destination repoJeff King1-0/+9
2008-06-24optimize verify-pack a bitNicolas Pitre1-1/+1
2008-06-24clone: create intermediate directories of destination repoJeff King1-0/+9
2008-06-24refactor pack structure allocationNicolas Pitre1-18/+15
2008-06-23implement some resilience against pack corruptionsNicolas Pitre1-16/+76
2008-06-23Workaround for AIX mkstemp()Patrick Higgins1-0/+1
2008-06-23Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt1-4/+8
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt1-1/+1
2008-06-18Add config option to enable 'fsync()' of object filesLinus Torvalds1-1/+2
2008-06-16sha1_file.c: simplify parse_pack_index()Junio C Hamano1-7/+1
2008-06-16create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano1-2/+2
2008-06-16write_loose_object: don't bother trying to read an old objectLinus Torvalds1-14/+0
2008-06-14Simplify and rename find_sha1_file()Linus Torvalds1-10/+8
2008-06-14Make loose object file reading more carefulLinus Torvalds1-26/+44
2008-06-14Avoid cross-directory renames and linking on object creationLinus Torvalds1-41/+42
2008-06-13sha1_file.c: dead code removalJunio C Hamano1-142/+0
2008-06-10Consolidate SHA1 object file closeLinus Torvalds1-6/+11
2008-05-28fix sha1_pack_index_name()Junio C Hamano1-4/+5
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-0/+12
2008-05-24Remove redundant code, eliminate one static variableHeikki Orsila1-27/+17
2008-05-13add a force_object_loose() functionNicolas Pitre1-13/+47
2008-05-04Add a library function to add an alternate to the alternates fileDaniel Barkalow1-0/+12
2008-05-03Cleanup xread() loops to use read_in_full()Heikki Orsila1-10/+4
2008-04-09sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano1-3/+32
2008-03-01fix unimplemented packed_object_info_detail() featuresNicolas Pitre1-3/+7
2008-02-20Merge branch 'jk/empty-tree'Junio C Hamano1-0/+11
2008-02-18Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+2
2008-02-18read_object_with_reference: don't read beyond the bufferMartin Koegler1-1/+2
2008-02-13hard-code the empty tree objectJeff King1-0/+11
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska1-1/+2
2008-01-17Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce1-0/+16
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering1-1/+1
2007-11-28sha1_file.c: Fix size_t related printf format warningsSteffen Prohaska1-4/+6
2007-11-14Use is_absolute_path() in sha1_file.c.Johannes Sixt1-4/+4
2007-10-29Merge branch 'maint'Junio C Hamano1-7/+9
2007-10-29sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano1-7/+9
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano1-65/+15
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-2/+1
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-9/+3
2007-09-17Export matches_pack_name() and fix its return valueJunio C Hamano1-7/+7
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit1-5/+5
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit1-51/+9
2007-08-25Don't segfault if we failed to inflate a packed deltaShawn O. Pearce1-0/+4
2007-08-14Avoid ambiguous error message if pack.idx header is wrongLuiz Fernando N. Capitulino1-2/+2