index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sha1_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-29
mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()
Junio C Hamano
1
-0
/
+11
2006-12-29
Replace mmap with xmmap, better handling MAP_FAILED.
Shawn O. Pearce
1
-13
/
+5
2006-12-29
Release pack windows before reporting out of memory.
Shawn O. Pearce
1
-0
/
+7
2006-12-29
Create pack_report() as a debugging aid.
Shawn O. Pearce
1
-0
/
+31
2006-12-29
Support unmapping windows on 'temporary' packfiles.
Shawn O. Pearce
1
-16
/
+28
2006-12-29
Improve error message when packfile mmap fails.
Shawn O. Pearce
1
-1
/
+3
2006-12-29
Fully activate the sliding window pack access.
Shawn O. Pearce
1
-13
/
+53
2006-12-29
Unmap individual windows rather than entire files.
Shawn O. Pearce
1
-15
/
+30
2006-12-29
Document why header parsing won't exceed a window.
Shawn O. Pearce
1
-4
/
+12
2006-12-29
Loop over pack_windows when inflating/accessing data.
Shawn O. Pearce
1
-7
/
+15
2006-12-29
Replace use_packed_git with window cursors.
Shawn O. Pearce
1
-46
/
+64
2006-12-29
Refactor how we open pack files to prepare for multiple windows.
Shawn O. Pearce
1
-40
/
+46
2006-12-29
Refactor packed_git to prepare for sliding mmap windows.
Shawn O. Pearce
1
-26
/
+25
2006-12-29
Introduce new config option for mmap limit.
Shawn O. Pearce
1
-2
/
+1
2006-12-29
Replace unpack_entry_gently with unpack_entry.
Shawn O. Pearce
1
-21
/
+12
2006-12-20
clarify some error messages wrt unknown object types
Nicolas Pitre
1
-2
/
+2
2006-11-27
sha1_object_info(): be consistent with read_sha1_file()
Johannes Schindelin
1
-15
/
+20
2006-11-09
Merge branch 'maint'
Junio C Hamano
1
-9
/
+12
2006-11-09
Nicer error messages in case saving an object to db goes wrong
Petr Baudis
1
-9
/
+12
2006-11-03
Teach receive-pack how to keep pack files based on object count.
Shawn Pearce
1
-1
/
+1
2006-11-03
Merge branch 'master' into np/index-pack
Junio C Hamano
1
-2
/
+3
2006-11-02
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2006-11-02
link_temp_to_file: call adjust_shared_perm() only when we created the directory
Johannes Schindelin
1
-2
/
+1
2006-11-01
Merge branch 'maint'
Junio C Hamano
1
-1
/
+3
2006-10-31
link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
Junio C Hamano
1
-1
/
+3
2006-10-29
Allow short pack names to git-pack-objects --unpacked=.
Shawn Pearce
1
-1
/
+19
2006-10-22
Merge branch 'np/pack'
Junio C Hamano
1
-48
/
+65
2006-10-18
reduce delta head inflated size
Nicolas Pitre
1
-1
/
+1
2006-10-15
Replace open-coded version of hash_sha1_file()
Rene Scharfe
1
-7
/
+1
2006-10-15
Make write_sha1_file_prepare() void
Rene Scharfe
1
-6
/
+5
2006-10-14
Make write_sha1_file_prepare() static
Rene Scharfe
1
-6
/
+3
2006-10-14
Add hash_sha1_file()
Rene Scharfe
1
-18
/
+16
2006-09-27
make pack data reuse compatible with both delta types
Nicolas Pitre
1
-19
/
+0
2006-09-27
introduce delta objects with offset to base
Nicolas Pitre
1
-30
/
+66
2006-09-23
many cleanups to sha1_file.c
Nicolas Pitre
1
-98
/
+87
2006-09-20
Make hexval() available to others.
Junio C Hamano
1
-38
/
+34
2006-09-17
Merge branch 'jc/pack'
Junio C Hamano
1
-9
/
+17
2006-09-09
get_sha1_hex() micro-optimization
Junio C Hamano
1
-9
/
+37
2006-09-07
pack-objects --unpacked=<existing pack> option.
Junio C Hamano
1
-9
/
+17
2006-09-03
more lightweight revalidation while reusing deflated stream in packing
Junio C Hamano
1
-1
/
+1
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
1
-1
/
+1
2006-09-01
consolidate two copies of new style object header parsing code.
Junio C Hamano
1
-40
/
+45
2006-09-01
Constness tightening for move/link_temp_to_file()
Junio C Hamano
1
-2
/
+2
2006-08-31
Use xmalloc instead of malloc
Jonas Fonseca
1
-1
/
+1
2006-08-26
Use xrealloc instead of realloc
Jonas Fonseca
1
-1
/
+1
2006-08-26
Convert unpack_entry_gently and friends to use offsets.
Shawn Pearce
1
-18
/
+15
2006-08-26
Cleanup unpack_object_header to use only offsets.
Shawn Pearce
1
-7
/
+3
2006-08-26
Cleanup unpack_entry_gently and friends to use type_name array.
Shawn Pearce
1
-28
/
+6
2006-08-26
Reuse compression code in unpack_compressed_entry.
Shawn Pearce
1
-21
/
+4
2006-08-26
Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.
Shawn Pearce
1
-28
/
+28
[next]