index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-check.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
packfile: add repository argument to unpack_entry
Stefan Beller
2018-04-26
1
-1
/
+2
*
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-0
/
+1
|
\
|
*
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-0
/
+1
*
|
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
2018-03-14
1
-2
/
+2
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-1
/
+1
|
\
\
|
*
|
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-1
/
+1
|
|
/
*
/
pack-check: convert various uses of SHA-1 to abstract forms
brian m. carlson
2018-02-02
1
-16
/
+16
|
/
*
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
2017-08-24
1
-0
/
+1
*
Convert the verify_pack callback to struct object_id
brian m. carlson
2017-05-08
1
-11
/
+14
*
Merge branch 'rs/qsort'
Junio C Hamano
2016-10-10
1
-1
/
+1
|
\
|
*
use QSORT
René Scharfe
2016-09-30
1
-1
/
+1
*
|
Merge branch 'jk/verify-packfile-gently'
Junio C Hamano
2016-09-30
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
verify_packfile: check pack validity before accessing data
Jeff King
2016-09-22
1
-5
/
+2
*
|
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
2016-07-13
1
-2
/
+21
|
/
*
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
1
-1
/
+1
*
verify_pack: do not ignore return value of verification function
David Turner
2015-12-02
1
-1
/
+1
*
fsck: print progress
Nguyễn Thái Ngọc Duy
2011-11-07
1
-3
/
+11
*
fsck: avoid reading every object twice
Nguyễn Thái Ngọc Duy
2011-11-07
1
-3
/
+10
*
verify_packfile(): check as many object as possible in a pack
Nguyễn Thái Ngọc Duy
2011-11-07
1
-7
/
+2
*
zlib: zlib can only process 4GB at a time
Junio C Hamano
2011-06-10
1
-2
/
+2
*
sparse: Fix errors and silence warnings
Stephen Boyd
2011-04-03
1
-1
/
+1
*
standardize brace placement in struct definitions
Jonathan Nieder
2011-03-16
1
-2
/
+1
*
Typos in code comments, an error message, documentation
Ralf Wildenhues
2010-08-22
1
-1
/
+1
*
Extract verify_pack_index for reuse from verify_pack
Shawn O. Pearce
2010-04-20
1
-3
/
+12
*
Don't expect verify_pack() callers to set pack_size
Mike Hommey
2009-06-06
1
-3
/
+5
*
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
2008-10-03
1
-8
/
+8
*
verify-pack: check packed object CRC when using index version 2
Nicolas Pitre
2008-06-25
1
-2
/
+37
*
move show_pack_info() where it belongs
Nicolas Pitre
2008-06-25
1
-65
/
+1
*
optimize verify-pack a bit
Nicolas Pitre
2008-06-25
1
-3
/
+1
*
call init_pack_revindex() lazily
Nicolas Pitre
2008-06-24
1
-1
/
+0
*
make verify-pack a bit more useful with bad packs
Nicolas Pitre
2008-06-02
1
-28
/
+27
*
add storage size output to 'git verify-pack -v'
Nicolas Pitre
2008-03-01
1
-4
/
+4
*
fix unimplemented packed_object_info_detail() features
Nicolas Pitre
2008-03-01
1
-0
/
+3
*
pack-check: Sort entries by pack offset before unpacking them.
Alexandre Julliard
2007-06-07
1
-12
/
+35
*
Lazily open pack index files on demand
Shawn O. Pearce
2007-05-27
1
-2
/
+7
*
fixes to output of git-verify-pack -v
Nicolas Pitre
2007-05-26
1
-10
/
+9
*
get rid of num_packed_objects()
Nicolas Pitre
2007-04-10
1
-2
/
+2
*
clean up and optimize nth_packed_object_sha1() usage
Nicolas Pitre
2007-04-05
1
-4
/
+7
*
[PATCH] clean up pack index handling a bit
Nicolas Pitre
2007-03-17
1
-4
/
+4
*
Use off_t when we really mean a file offset.
Shawn O. Pearce
2007-03-07
1
-9
/
+12
*
Use uint32_t for all packed object counts.
Shawn O. Pearce
2007-03-07
1
-4
/
+4
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-7
/
+7
*
Loop over pack_windows when inflating/accessing data.
Shawn O. Pearce
2006-12-29
1
-26
/
+20
*
Replace use_packed_git with window cursors.
Shawn O. Pearce
2006-12-29
1
-10
/
+12
*
Refactor packed_git to prepare for sliding mmap windows.
Shawn O. Pearce
2006-12-29
1
-3
/
+3
*
Replace unpack_entry_gently with unpack_entry.
Shawn O. Pearce
2006-12-29
1
-1
/
+1
*
many cleanups to sha1_file.c
Nicolas Pitre
2006-09-23
1
-9
/
+10
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-3
/
+3
*
Remove all void-pointer arithmetic.
Florian Forster
2006-06-20
1
-3
/
+3
*
verify-pack: check integrity in a saner order.
Junio C Hamano
2006-04-28
1
-3
/
+3
[next]