summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2007-01-12Clean up write_in_full() usersLinus Torvalds
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong
2007-01-10Fix warnings in sha1_file.c - use C99 printf format if availablePavel Roskin
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2006-12-29mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()Junio C Hamano
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce
2006-12-29Release pack windows before reporting out of memory.Shawn O. Pearce
2006-12-29Create pack_report() as a debugging aid.Shawn O. Pearce
2006-12-29Support unmapping windows on 'temporary' packfiles.Shawn O. Pearce
2006-12-29Improve error message when packfile mmap fails.Shawn O. Pearce
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Unmap individual windows rather than entire files.Shawn O. Pearce
2006-12-29Document why header parsing won't exceed a window.Shawn O. Pearce
2006-12-29Loop over pack_windows when inflating/accessing data.Shawn O. Pearce
2006-12-29Replace use_packed_git with window cursors.Shawn O. Pearce
2006-12-29Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce
2006-12-29Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-29Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce
2006-12-20clarify some error messages wrt unknown object typesNicolas Pitre
2006-11-28sha1_object_info(): be consistent with read_sha1_file()Johannes Schindelin
2006-11-09Merge branch 'maint'Junio C Hamano
2006-11-09Nicer error messages in case saving an object to db goes wrongPetr Baudis
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano
2006-11-03Merge branch 'maint'Junio C Hamano
2006-11-03link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin
2006-11-01Merge branch 'maint'Junio C Hamano
2006-10-31link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano
2006-10-29Allow short pack names to git-pack-objects --unpacked=.Shawn Pearce
2006-10-23Merge branch 'np/pack'Junio C Hamano
2006-10-19reduce delta head inflated sizeNicolas Pitre
2006-10-15Replace open-coded version of hash_sha1_file()Rene Scharfe
2006-10-15Make write_sha1_file_prepare() voidRene Scharfe
2006-10-14Make write_sha1_file_prepare() staticRene Scharfe
2006-10-14Add hash_sha1_file()Rene Scharfe
2006-09-27make pack data reuse compatible with both delta typesNicolas Pitre
2006-09-27introduce delta objects with offset to baseNicolas Pitre
2006-09-23many cleanups to sha1_file.cNicolas Pitre
2006-09-20Make hexval() available to others.Junio C Hamano
2006-09-18Merge branch 'jc/pack'Junio C Hamano
2006-09-10get_sha1_hex() micro-optimizationJunio C Hamano
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-09-01consolidate two copies of new style object header parsing code.Junio C Hamano
2006-09-01Constness tightening for move/link_temp_to_file()Junio C Hamano
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-27Use xrealloc instead of reallocJonas Fonseca