summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'maint'Junio C Hamano2007-05-311-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-311-1/+1
| |\ \
| | * | fix signed range problems with hex conversionsLinus Torvalds2007-05-301-1/+1
* | | | always start looking up objects in the last used pack firstNicolas Pitre2007-05-301-4/+18
| |_|/ |/| |
* | | Merge branch 'np/pack'Junio C Hamano2007-05-201-36/+11
|\ \ \ | |/ / |/| |
| * | deprecate the new loose object header formatNicolas Pitre2007-05-101-36/+11
* | | Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-1/+1
|/ /
* | Merge branch 'maint'Junio C Hamano2007-04-251-5/+5
|\ \ | |/
| * Actually handle some-low memory conditionsShawn O. Pearce2007-04-251-5/+5
* | Merge branch 'jc/attr'Junio C Hamano2007-04-211-4/+3
|\ \
| * | Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-201-4/+3
* | | Merge branch 'lt/gitlink'Junio C Hamano2007-04-211-0/+3
|\ \ \
| * | | Teach core object handling functions about gitlinksLinus Torvalds2007-04-101-0/+3
| |/ /
* | | add get_size_from_delta()Nicolas Pitre2007-04-161-34/+39
* | | sha1_file.c: learn about index version 2Nicolas Pitre2007-04-101-29/+89
* | | make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-101-1/+1
* | | get rid of num_packed_objects()Nicolas Pitre2007-04-101-11/+6
|/ /
* | clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-5/+4
|/
* sha1_file.c (write_sha1_file): Detect close failureJunio C Hamano2007-03-271-1/+2
* sha1_file.c (write_sha1_from_fd): Detect close failure.Jim Meyering2007-03-271-1/+2
* write_sha1_from_fd() should make new objects read-onlyNicolas Pitre2007-03-241-0/+1
* make it more obvious that temporary files are temporary filesNicolas Pitre2007-03-241-2/+2
* Be more careful about zlib return valuesLinus Torvalds2007-03-201-4/+9