summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove read_or_die in favor of better error messages.Shawn O. Pearce2007-01-141-2/+4
* Clean up write_in_full() usersLinus Torvalds2007-01-111-8/+1
* Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong2007-01-111-0/+2
* Fix warnings in sha1_file.c - use C99 printf format if availablePavel Roskin2007-01-091-4/+11
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-13/+6
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()Junio C Hamano2006-12-291-0/+11
* Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce2006-12-291-13/+5
* Release pack windows before reporting out of memory.Shawn O. Pearce2006-12-291-0/+7
* Create pack_report() as a debugging aid.Shawn O. Pearce2006-12-291-0/+31
* Support unmapping windows on 'temporary' packfiles.Shawn O. Pearce2006-12-291-16/+28
* Improve error message when packfile mmap fails.Shawn O. Pearce2006-12-291-1/+3
* Fully activate the sliding window pack access.Shawn O. Pearce2006-12-291-13/+53
* Unmap individual windows rather than entire files.Shawn O. Pearce2006-12-291-15/+30
* Document why header parsing won't exceed a window.Shawn O. Pearce2006-12-291-4/+12
* Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-291-7/+15
* Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-291-46/+64
* Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce2006-12-291-40/+46
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-291-26/+25
* Introduce new config option for mmap limit.Shawn O. Pearce2006-12-291-2/+1
* Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-291-21/+12
* clarify some error messages wrt unknown object typesNicolas Pitre2006-12-201-2/+2
* sha1_object_info(): be consistent with read_sha1_file()Johannes Schindelin2006-11-271-15/+20
* Merge branch 'maint'Junio C Hamano2006-11-091-9/+12
|\
| * Nicer error messages in case saving an object to db goes wrongPetr Baudis2006-11-091-9/+12
* | Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-031-1/+1
* | Merge branch 'master' into np/index-packJunio C Hamano2006-11-031-2/+3
|\ \
| * \ Merge branch 'maint'Junio C Hamano2006-11-021-2/+1
| |\ \ | | |/
| | * link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin2006-11-021-2/+1
| * | Merge branch 'maint'Junio C Hamano2006-11-011-1/+3
| |\ \ | | |/
| | * link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano2006-10-311-1/+3
* | | Allow short pack names to git-pack-objects --unpacked=.Shawn Pearce2006-10-291-1/+19
|/ /
* | Merge branch 'np/pack'Junio C Hamano2006-10-221-48/+65
|\ \ | |/ |/|
| * make pack data reuse compatible with both delta typesNicolas Pitre2006-09-271-19/+0
| * introduce delta objects with offset to baseNicolas Pitre2006-09-271-30/+66
* | reduce delta head inflated sizeNicolas Pitre2006-10-181-1/+1
* | Replace open-coded version of hash_sha1_file()Rene Scharfe2006-10-151-7/+1
* | Make write_sha1_file_prepare() voidRene Scharfe2006-10-151-6/+5
* | Make write_sha1_file_prepare() staticRene Scharfe2006-10-141-6/+3
* | Add hash_sha1_file()Rene Scharfe2006-10-141-18/+16
|/
* many cleanups to sha1_file.cNicolas Pitre2006-09-231-98/+87
* Make hexval() available to others.Junio C Hamano2006-09-201-38/+34
* Merge branch 'jc/pack'Junio C Hamano2006-09-171-9/+17
|\
| * pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-071-9/+17
* | get_sha1_hex() micro-optimizationJunio C Hamano2006-09-091-9/+37
|/
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-031-1/+1
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* consolidate two copies of new style object header parsing code.Junio C Hamano2006-09-011-40/+45
* Constness tightening for move/link_temp_to_file()Junio C Hamano2006-09-011-2/+2
* Use xmalloc instead of mallocJonas Fonseca2006-08-311-1/+1