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
/
packfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-25
packfile: prepare for the existence of '*.rev' files
Taylor Blau
1
-1
/
+12
2021-01-25
Merge branch 'tb/pack-revindex-api'
Junio C Hamano
1
-24
/
+52
2021-01-14
for_each_object_in_pack(): clarify pack vs index ordering
Jeff King
1
-6
/
+18
2021-01-13
for_each_object_in_pack(): convert to new revindex API
Taylor Blau
1
-1
/
+1
2021-01-13
unpack_entry(): convert to new revindex API
Taylor Blau
1
-8
/
+18
2021-01-13
packed_object_info(): convert to new revindex API
Taylor Blau
1
-2
/
+9
2021-01-13
retry_bad_packed_offset(): convert to new revindex API
Taylor Blau
1
-4
/
+3
2021-01-13
get_delta_base_oid(): convert to new revindex API
Taylor Blau
1
-4
/
+4
2021-01-04
hash-lookup: rename from sha1-lookup
Martin Ågren
1
-1
/
+1
2020-12-08
Merge branch 'tb/idx-midx-race-fix'
Junio C Hamano
1
-17
/
+2
2020-11-25
packfile.c: protect against disappearing indexes
Taylor Blau
1
-17
/
+2
2020-11-16
packfile: detect overflow in .idx file size checks
Jeff King
1
-3
/
+3
2020-11-16
use size_t to store pack .idx byte offsets
Jeff King
1
-2
/
+2
2020-11-16
compute pack .idx byte offsets using size_t
Jeff King
1
-6
/
+6
2020-10-04
Merge branch 'mt/delta-base-cache-races'
Junio C Hamano
1
-19
/
+29
2020-09-28
packfile: fix memory leak in add_delta_base_cache()
Matheus Tavares
1
-2
/
+5
2020-09-28
packfile: fix race condition on unpack_entry()
Matheus Tavares
1
-17
/
+24
2020-09-22
Merge branch 'jk/dont-count-existing-objects-twice'
Junio C Hamano
1
-0
/
+1
2020-09-17
packfile: actually set approximate_object_count_valid
Jeff King
1
-0
/
+1
2020-08-28
midx: traverse the local MIDX first
Taylor Blau
1
-0
/
+11
2020-05-27
packfile: compute and use the index CRC offset
brian m. carlson
1
-0
/
+1
2020-02-24
packfile: drop nth_packed_object_sha1()
Jeff King
1
-16
/
+7
2020-02-24
packed_object_info(): use object_id internally for delta base
Jeff King
1
-17
/
+15
2020-02-24
packed_object_info(): use object_id for returning delta base
Jeff King
1
-3
/
+3
2020-02-24
nth_packed_object_oid(): use customary integer return
Jeff King
1
-9
/
+9
2020-02-14
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
1
-0
/
+34
2020-02-14
Merge branch 'jk/packfile-reuse-cleanup'
Junio C Hamano
1
-5
/
+5
2020-01-17
grep: protect packed_git [re-]initialization
Matheus Tavares
1
-0
/
+2
2020-01-17
object-store: allow threaded access to object reading
Matheus Tavares
1
-0
/
+32
2020-01-06
Merge branch 'ew/packfile-syscall-optim'
Junio C Hamano
1
-14
/
+2
2019-12-26
packfile: replace lseek+read with pread
Eric Wong
1
-3
/
+2
2019-12-26
packfile: remove redundant fcntl F_GETFD/F_SETFD
Eric Wong
1
-11
/
+0
2019-12-03
packfile.c: speed up loading lots of packfiles
Colin Stolley
1
-9
/
+10
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-8
/
+14
2019-10-11
Merge branch 'rs/dedup-includes'
Junio C Hamano
1
-1
/
+0
2019-10-11
Merge branch 'bc/object-id-part17'
Junio C Hamano
1
-2
/
+2
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-2
/
+7
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-2
/
+3
2019-10-07
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
packfile: use hashmap_entry in delta_base_cache_entry
Eric Wong
1
-1
/
+1
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-1
/
+0
2019-09-30
Merge branch 'rs/get-tagged-oid'
Junio C Hamano
1
-1
/
+1
2019-09-18
Merge branch 'cc/multi-promisor'
Junio C Hamano
1
-1
/
+2
2019-09-13
packfile: expose get_delta_base()
Jeff King
1
-5
/
+5
2019-09-05
use get_tagged_oid()
René Scharfe
1
-1
/
+1
2019-08-19
packfile: replace sha1_to_hex
brian m. carlson
1
-2
/
+2
2019-08-13
packfile: drop release_pack_memory()
Jeff King
1
-18
/
+0
2019-07-29
Merge branch 'ds/close-object-store' into maint
Junio C Hamano
1
-1
/
+4
[next]