index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rs/packfile-bad-object-list-in-oidset'
Junio C Hamano
2021-09-23
1
-27
/
+11
|
\
|
*
packfile: use oidset for bad objects
René Scharfe
2021-09-13
1
-22
/
+6
|
*
packfile: convert has_packed_and_bad() to object_id
René Scharfe
2021-09-13
1
-2
/
+2
|
*
packfile: convert mark_bad_packed_object() to object_id
René Scharfe
2021-09-13
1
-6
/
+6
*
|
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
2021-09-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
pack-bitmap: read multi-pack bitmaps
Taylor Blau
2021-09-01
1
-1
/
+1
*
|
object-store.h: teach for_each_packed_object to ignore kept packs
Taylor Blau
2021-08-30
1
-0
/
+6
|
/
*
xmmap: inform Linux users of tuning knobs on ENOMEM
Eric Wong
2021-06-30
1
-2
/
+2
*
Merge branch 'en/dir-traversal'
Junio C Hamano
2021-05-20
1
-4
/
+1
|
\
|
*
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
2021-05-13
1
-4
/
+1
*
|
is_promisor_object(): free tree buffer after parsing
Jeff King
2021-04-13
1
-0
/
+1
*
|
Merge branch 'tb/reverse-midx'
Junio C Hamano
2021-04-08
1
-0
/
+3
|
\
\
|
*
|
pack-revindex: read multi-pack reverse indexes
Taylor Blau
2021-04-01
1
-0
/
+3
*
|
|
Merge branch 'tb/geometric-repack'
Junio C Hamano
2021-03-24
1
-0
/
+67
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
packfile: add kept-pack cache for find_kept_pack_entry()
Jeff King
2021-02-23
1
-43
/
+56
|
*
|
packfile: introduce 'find_kept_pack_entry()'
Taylor Blau
2021-02-23
1
-5
/
+59
|
|
/
*
/
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
/
*
packfile: prepare for the existence of '*.rev' files
Taylor Blau
2021-01-26
1
-1
/
+12
*
Merge branch 'tb/pack-revindex-api'
Junio C Hamano
2021-01-25
1
-24
/
+52
|
\
|
*
for_each_object_in_pack(): clarify pack vs index ordering
Jeff King
2021-01-15
1
-6
/
+18
|
*
for_each_object_in_pack(): convert to new revindex API
Taylor Blau
2021-01-14
1
-1
/
+1
|
*
unpack_entry(): convert to new revindex API
Taylor Blau
2021-01-14
1
-8
/
+18
|
*
packed_object_info(): convert to new revindex API
Taylor Blau
2021-01-14
1
-2
/
+9
|
*
retry_bad_packed_offset(): convert to new revindex API
Taylor Blau
2021-01-14
1
-4
/
+3
|
*
get_delta_base_oid(): convert to new revindex API
Taylor Blau
2021-01-14
1
-4
/
+4
*
|
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
1
-1
/
+1
|
/
*
Merge branch 'tb/idx-midx-race-fix'
Junio C Hamano
2020-12-09
1
-17
/
+2
|
\
|
*
packfile.c: protect against disappearing indexes
Taylor Blau
2020-11-25
1
-17
/
+2
*
|
packfile: detect overflow in .idx file size checks
Jeff King
2020-11-16
1
-3
/
+3
*
|
use size_t to store pack .idx byte offsets
Jeff King
2020-11-16
1
-2
/
+2
*
|
compute pack .idx byte offsets using size_t
Jeff King
2020-11-16
1
-6
/
+6
*
|
Merge branch 'mt/delta-base-cache-races'
Junio C Hamano
2020-10-04
1
-19
/
+29
|
\
\
|
*
|
packfile: fix memory leak in add_delta_base_cache()
Matheus Tavares
2020-09-29
1
-2
/
+5
|
*
|
packfile: fix race condition on unpack_entry()
Matheus Tavares
2020-09-29
1
-17
/
+24
*
|
|
Merge branch 'jk/dont-count-existing-objects-twice'
Junio C Hamano
2020-09-22
1
-0
/
+1
|
\
\
\
|
*
|
|
packfile: actually set approximate_object_count_valid
Jeff King
2020-09-17
1
-0
/
+1
|
|
/
/
*
/
/
midx: traverse the local MIDX first
Taylor Blau
2020-08-28
1
-0
/
+11
|
/
/
*
|
packfile: compute and use the index CRC offset
brian m. carlson
2020-05-27
1
-0
/
+1
*
|
packfile: drop nth_packed_object_sha1()
Jeff King
2020-02-24
1
-16
/
+7
*
|
packed_object_info(): use object_id internally for delta base
Jeff King
2020-02-24
1
-17
/
+15
*
|
packed_object_info(): use object_id for returning delta base
Jeff King
2020-02-24
1
-3
/
+3
*
|
nth_packed_object_oid(): use customary integer return
Jeff King
2020-02-24
1
-9
/
+9
*
|
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
2020-02-14
1
-0
/
+34
|
\
\
|
*
|
grep: protect packed_git [re-]initialization
Matheus Tavares
2020-01-17
1
-0
/
+2
|
*
|
object-store: allow threaded access to object reading
Matheus Tavares
2020-01-17
1
-0
/
+32
*
|
|
Merge branch 'jk/packfile-reuse-cleanup'
Junio C Hamano
2020-02-14
1
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
packfile: expose get_delta_base()
Jeff King
2019-09-13
1
-5
/
+5
*
|
|
Merge branch 'ew/packfile-syscall-optim'
Junio C Hamano
2020-01-06
1
-14
/
+2
|
\
\
\
|
*
|
|
packfile: replace lseek+read with pread
Eric Wong
2019-12-26
1
-3
/
+2
|
*
|
|
packfile: remove redundant fcntl F_GETFD/F_SETFD
Eric Wong
2019-12-26
1
-11
/
+0
[next]