index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pretend-sha1: grave bugfix.
Junio C Hamano
2007-02-16
1
-1
/
+3
*
sha1_file.c: Round the mmap offset to half the window size.
Alexandre Julliard
2007-02-15
1
-5
/
+3
*
Mark places that need blob munging later for CRLF conversion.
Linus Torvalds
2007-02-13
1
-0
/
+1
*
Add pretend_sha1_file() interface.
Junio C Hamano
2007-02-05
1
-0
/
+57
*
Assorted typo fixes
Pavel Roskin
2007-02-04
1
-1
/
+1
*
Don't leak file descriptors from unavailable pack files.
Shawn O. Pearce
2007-02-03
1
-1
/
+16
*
Don't find objects in packs which aren't available anymore.
Shawn O. Pearce
2007-02-02
1
-0
/
+12
*
Refactor open_packed_git to return an error code.
Shawn O. Pearce
2007-02-02
1
-15
/
+16
*
Correct comment in prepare_packed_git_one.
Shawn O. Pearce
2007-02-02
1
-1
/
+4
*
Cleanup prepare_packed_git_one to reuse install_packed_git.
Shawn O. Pearce
2007-02-02
1
-2
/
+1
*
Refactor the pack header reading function out of receive-pack.c
Junio C Hamano
2007-01-25
1
-0
/
+21
*
sha1_file.c: Avoid multiple calls to find_pack_entry().
Peter Eriksen
2007-01-22
1
-10
/
+9
*
Use fixed-size integers for .idx file I/O
Junio C Hamano
2007-01-18
1
-3
/
+3
*
Document pack .idx file format upgrade strategy.
Shawn O. Pearce
2007-01-18
1
-3
/
+14
*
Remove read_or_die in favor of better error messages.
Shawn O. Pearce
2007-01-14
1
-2
/
+4
*
Clean up write_in_full() users
Linus Torvalds
2007-01-12
1
-8
/
+1
*
Avoid errors and warnings when attempting to do I/O on zero bytes
Eric Wong
2007-01-11
1
-0
/
+2
*
Fix warnings in sha1_file.c - use C99 printf format if available
Pavel Roskin
2007-01-10
1
-4
/
+11
*
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
2007-01-09
1
-13
/
+6
*
short i/o: fix calls to read to use xread or read_in_full
Andy Whitcroft
2007-01-09
1
-1
/
+1
*
mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()
Junio C Hamano
2006-12-29
1
-0
/
+11
*
Replace mmap with xmmap, better handling MAP_FAILED.
Shawn O. Pearce
2006-12-29
1
-13
/
+5
*
Release pack windows before reporting out of memory.
Shawn O. Pearce
2006-12-29
1
-0
/
+7
*
Create pack_report() as a debugging aid.
Shawn O. Pearce
2006-12-29
1
-0
/
+31
*
Support unmapping windows on 'temporary' packfiles.
Shawn O. Pearce
2006-12-29
1
-16
/
+28
*
Improve error message when packfile mmap fails.
Shawn O. Pearce
2006-12-29
1
-1
/
+3
*
Fully activate the sliding window pack access.
Shawn O. Pearce
2006-12-29
1
-13
/
+53
*
Unmap individual windows rather than entire files.
Shawn O. Pearce
2006-12-29
1
-15
/
+30
*
Document why header parsing won't exceed a window.
Shawn O. Pearce
2006-12-29
1
-4
/
+12
*
Loop over pack_windows when inflating/accessing data.
Shawn O. Pearce
2006-12-29
1
-7
/
+15
*
Replace use_packed_git with window cursors.
Shawn O. Pearce
2006-12-29
1
-46
/
+64
*
Refactor how we open pack files to prepare for multiple windows.
Shawn O. Pearce
2006-12-29
1
-40
/
+46
*
Refactor packed_git to prepare for sliding mmap windows.
Shawn O. Pearce
2006-12-29
1
-26
/
+25
*
Introduce new config option for mmap limit.
Shawn O. Pearce
2006-12-29
1
-2
/
+1
*
Replace unpack_entry_gently with unpack_entry.
Shawn O. Pearce
2006-12-29
1
-21
/
+12
*
clarify some error messages wrt unknown object types
Nicolas Pitre
2006-12-20
1
-2
/
+2
*
sha1_object_info(): be consistent with read_sha1_file()
Johannes Schindelin
2006-11-28
1
-15
/
+20
*
Merge branch 'maint'
Junio C Hamano
2006-11-09
1
-9
/
+12
|
\
|
*
Nicer error messages in case saving an object to db goes wrong
Petr Baudis
2006-11-09
1
-9
/
+12
*
|
Teach receive-pack how to keep pack files based on object count.
Shawn Pearce
2006-11-03
1
-1
/
+1
*
|
Merge branch 'master' into np/index-pack
Junio C Hamano
2006-11-03
1
-2
/
+3
|
\
\
|
*
|
Merge branch 'maint'
Junio C Hamano
2006-11-03
1
-2
/
+1
|
|
\
|
|
|
*
link_temp_to_file: call adjust_shared_perm() only when we created the directory
Johannes Schindelin
2006-11-03
1
-2
/
+1
|
*
|
Merge branch 'maint'
Junio C Hamano
2006-11-02
1
-1
/
+3
|
|
\
|
|
|
*
link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
Junio C Hamano
2006-11-01
1
-1
/
+3
*
|
|
Allow short pack names to git-pack-objects --unpacked=.
Shawn Pearce
2006-10-29
1
-1
/
+19
|
/
/
*
|
Merge branch 'np/pack'
Junio C Hamano
2006-10-23
1
-48
/
+65
|
\
\
|
|
/
|
/
|
|
*
make pack data reuse compatible with both delta types
Nicolas Pitre
2006-09-27
1
-19
/
+0
|
*
introduce delta objects with offset to base
Nicolas Pitre
2006-09-27
1
-30
/
+66
*
|
reduce delta head inflated size
Nicolas Pitre
2006-10-19
1
-1
/
+1
[next]