Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| * | | | Merge branch 'ds/close-object-store' into maint | Junio C Hamano | 2019-07-29 | 1 | -1/+4 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'rs/copy-array' into maint | Junio C Hamano | 2019-07-29 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'mh/import-transport-fd-fix' into maint | Junio C Hamano | 2019-07-25 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
* | | | | | | | packfile.c: speed up loading lots of packfiles | Colin Stolley | 2019-12-03 | 1 | -9/+10 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge branch 'ew/hashmap' | Junio C Hamano | 2019-10-15 | 1 | -8/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 2019-10-07 | 1 | -2/+7 | |
| * | | | | | | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -2/+3 | |
| * | | | | | | hashmap_remove takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | | | | | | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | | | | | | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | | | | | | packfile: use hashmap_entry in delta_base_cache_entry | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'rs/dedup-includes' | Junio C Hamano | 2019-10-11 | 1 | -1/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | treewide: remove duplicate #include directives | René Scharfe | 2019-10-04 | 1 | -1/+0 | |
* | | | | | | | Merge branch 'bc/object-id-part17' | Junio C Hamano | 2019-10-11 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | packfile: replace sha1_to_hex | brian m. carlson | 2019-08-20 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'rs/get-tagged-oid' | Junio C Hamano | 2019-09-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | use get_tagged_oid() | René Scharfe | 2019-09-05 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'cc/multi-promisor' | Junio C Hamano | 2019-09-18 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 2019-06-25 | 1 | -1/+2 | |
* | | | | | | | packfile: drop release_pack_memory() | Jeff King | 2019-08-13 | 1 | -18/+0 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'ds/midx-expire-repack' | Junio C Hamano | 2019-07-19 | 1 | -0/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | repack: refactor pack deletion for future use | Derrick Stolee | 2019-06-11 | 1 | -0/+28 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'rs/copy-array' | Junio C Hamano | 2019-07-10 | 1 | -3/+3 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | use COPY_ARRAY for copying arrays | René Scharfe | 2019-06-18 | 1 | -3/+3 | |
| |/ / / / |