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
/
pack-check.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-06
fsck: print progress
Nguyễn Thái Ngọc Duy
1
-3
/
+11
2011-11-06
fsck: avoid reading every object twice
Nguyễn Thái Ngọc Duy
1
-3
/
+10
2011-11-06
verify_packfile(): check as many object as possible in a pack
Nguyễn Thái Ngọc Duy
1
-7
/
+2
2011-06-10
zlib: zlib can only process 4GB at a time
Junio C Hamano
1
-2
/
+2
2011-04-03
sparse: Fix errors and silence warnings
Stephen Boyd
1
-1
/
+1
2011-03-16
standardize brace placement in struct definitions
Jonathan Nieder
1
-2
/
+1
2010-08-22
Typos in code comments, an error message, documentation
Ralf Wildenhues
1
-1
/
+1
2010-04-19
Extract verify_pack_index for reuse from verify_pack
Shawn O. Pearce
1
-3
/
+12
2009-06-06
Don't expect verify_pack() callers to set pack_size
Mike Hommey
1
-3
/
+5
2008-10-02
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
1
-8
/
+8
2008-06-24
verify-pack: check packed object CRC when using index version 2
Nicolas Pitre
1
-2
/
+37
2008-06-24
move show_pack_info() where it belongs
Nicolas Pitre
1
-65
/
+1
2008-06-24
optimize verify-pack a bit
Nicolas Pitre
1
-3
/
+1
2008-06-23
call init_pack_revindex() lazily
Nicolas Pitre
1
-1
/
+0
2008-06-01
make verify-pack a bit more useful with bad packs
Nicolas Pitre
1
-28
/
+27
2008-03-01
add storage size output to 'git verify-pack -v'
Nicolas Pitre
1
-4
/
+4
2008-03-01
fix unimplemented packed_object_info_detail() features
Nicolas Pitre
1
-0
/
+3
2007-06-06
pack-check: Sort entries by pack offset before unpacking them.
Alexandre Julliard
1
-12
/
+35
2007-05-26
Lazily open pack index files on demand
Shawn O. Pearce
1
-2
/
+7
2007-05-25
fixes to output of git-verify-pack -v
Nicolas Pitre
1
-10
/
+9
2007-04-10
get rid of num_packed_objects()
Nicolas Pitre
1
-2
/
+2
2007-04-05
clean up and optimize nth_packed_object_sha1() usage
Nicolas Pitre
1
-4
/
+7
2007-03-16
[PATCH] clean up pack index handling a bit
Nicolas Pitre
1
-4
/
+4
2007-03-07
Use off_t when we really mean a file offset.
Shawn O. Pearce
1
-9
/
+12
2007-03-07
Use uint32_t for all packed object counts.
Shawn O. Pearce
1
-4
/
+4
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-7
/
+7
2006-12-29
Loop over pack_windows when inflating/accessing data.
Shawn O. Pearce
1
-26
/
+20
2006-12-29
Replace use_packed_git with window cursors.
Shawn O. Pearce
1
-10
/
+12
2006-12-29
Refactor packed_git to prepare for sliding mmap windows.
Shawn O. Pearce
1
-3
/
+3
2006-12-29
Replace unpack_entry_gently with unpack_entry.
Shawn O. Pearce
1
-1
/
+1
2006-09-23
many cleanups to sha1_file.c
Nicolas Pitre
1
-9
/
+10
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-3
/
+3
2006-06-20
Remove all void-pointer arithmetic.
Florian Forster
1
-3
/
+3
2006-04-27
verify-pack: check integrity in a saner order.
Junio C Hamano
1
-3
/
+3
2006-03-05
verify-pack -v: show delta-chain histogram.
Junio C Hamano
1
-1
/
+19
2006-02-15
packed objects: minor cleanup
Junio C Hamano
1
-2
/
+2
2006-02-09
remove delta-against-self bit
Nicolas Pitre
1
-3
/
+3
2005-08-09
[PATCH] -Werror fixes
Timo Sirainen
1
-1
/
+1
2005-07-07
[PATCH] Typofix an error message in pack-check.c
Junio C Hamano
1
-1
/
+1
2005-06-30
[PATCH] Show more details of packfile with verify-pack -v.
Junio C Hamano
1
-1
/
+32
2005-06-30
[PATCH] verify-pack updates.
Junio C Hamano
1
-0
/
+112