summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt2008-06-231-4/+8
* Windows: Use the Windows style PATH separator ';'.Johannes Sixt2008-06-221-1/+1
* sha1_file.c: simplify parse_pack_index()Junio C Hamano2008-06-161-7/+1
* create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano2008-06-161-2/+2
* write_loose_object: don't bother trying to read an old objectLinus Torvalds2008-06-161-14/+0
* Simplify and rename find_sha1_file()Linus Torvalds2008-06-141-10/+8
* Make loose object file reading more carefulLinus Torvalds2008-06-141-26/+44
* Avoid cross-directory renames and linking on object creationLinus Torvalds2008-06-141-41/+42
* sha1_file.c: dead code removalJunio C Hamano2008-06-131-142/+0
* Consolidate SHA1 object file closeLinus Torvalds2008-06-101-6/+11
* fix sha1_pack_index_name()Junio C Hamano2008-05-281-4/+5
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-0/+12
|\
| * Add a library function to add an alternate to the alternates fileDaniel Barkalow2008-05-041-0/+12
* | Remove redundant code, eliminate one static variableHeikki Orsila2008-05-241-27/+17
* | add a force_object_loose() functionNicolas Pitre2008-05-131-13/+47
|/
* Cleanup xread() loops to use read_in_full()Heikki Orsila2008-05-031-10/+4
* sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano2008-04-091-3/+32
* fix unimplemented packed_object_info_detail() featuresNicolas Pitre2008-03-011-3/+7
* Merge branch 'jk/empty-tree'Junio C Hamano2008-02-201-0/+11
|\
| * hard-code the empty tree objectJeff King2008-02-131-0/+11
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-181-1/+2
|\ \
| * | read_object_with_reference: don't read beyond the bufferMartin Koegler2008-02-181-1/+2
| |/
* | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-061-1/+2
|/
* Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce2008-01-171-0/+16
* Fix grammar nits in documentation and in code comments.Jim Meyering2008-01-031-1/+1
* sha1_file.c: Fix size_t related printf format warningsSteffen Prohaska2007-11-281-4/+6
* Use is_absolute_path() in sha1_file.c.Johannes Sixt2007-11-141-4/+4
* Merge branch 'maint'Junio C Hamano2007-10-291-7/+9
|\
| * sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano2007-10-291-7/+9
* | Merge branch 'ph/strbuf'Junio C Hamano2007-10-031-65/+15
|\ \
| * | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-2/+1
| * | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-9/+3
| * | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
| * | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-161-5/+5
| * | Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-101-51/+9
| |/
* | Export matches_pack_name() and fix its return valueJunio C Hamano2007-09-171-7/+7
|/
* Don't segfault if we failed to inflate a packed deltaShawn O. Pearce2007-08-251-0/+4
* Avoid ambiguous error message if pack.idx header is wrongLuiz Fernando N. Capitulino2007-08-141-2/+2
* Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica2007-07-181-6/+15
* Merge branch 'maint'Junio C Hamano2007-07-031-3/+13
|\
| * Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering2007-07-031-3/+13
* | Merge branch 'maint'Junio C Hamano2007-06-261-1/+4
|\ \ | |/
| * Fix zero-object version-2 packsLinus Torvalds2007-06-261-1/+4
* | More staticJunio C Hamano2007-06-131-1/+1
* | -Wold-style-definition fixJunio C Hamano2007-06-131-1/+1
* | War on whitespaceJunio C Hamano2007-06-071-4/+4
* | Merge branch 'sp/pack'Junio C Hamano2007-06-021-5/+38
|\ \
| * | Style nit - don't put space after function namesShawn O. Pearce2007-05-291-1/+1
| * | Micro-optimize prepare_alt_odbShawn O. Pearce2007-05-261-2/+3
| * | Lazily open pack index files on demandShawn O. Pearce2007-05-261-3/+35