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
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-3
/
+3
2018-04-26
packfile: add repository argument to unpack_entry
Stefan Beller
1
-1
/
+2
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-0
/
+1
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-0
/
+1
2018-03-14
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-1
/
+1
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2018-02-02
pack-check: convert various uses of SHA-1 to abstract forms
brian m. carlson
1
-16
/
+16
2017-08-23
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
1
-0
/
+1
2017-05-08
Convert the verify_pack callback to struct object_id
brian m. carlson
1
-11
/
+14
2016-10-10
Merge branch 'rs/qsort'
Junio C Hamano
1
-1
/
+1
2016-09-29
Merge branch 'jk/verify-packfile-gently'
Junio C Hamano
1
-5
/
+2
2016-09-29
use QSORT
René Scharfe
1
-1
/
+1
2016-09-22
verify_packfile: check pack validity before accessing data
Jeff King
1
-5
/
+2
2016-07-13
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
1
-2
/
+21
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
1
-1
/
+1
2015-12-01
verify_pack: do not ignore return value of verification function
David Turner
1
-1
/
+1
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
[next]