Commits
- Commit:
ca6e02acaa175cf833a3424ff1c4842445c0109f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for first-parent history traversal to got-read-pack
- Commit:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020
- Commit:
ab2f42e760e128287c5e880a39c591845231922b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
cache delta data buffers in an LRU cache
- Commit:
42c69117cce2e1658d5b5aabbc383ce7252cf167
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop storing decompressed delta data in struct got_delta; fetch it on demand
- Commit:
5e6be23258e2648c6ad1bf3b1d5617e827ac3ab6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix reading pack files larger than 2GB; ok tb@; problem found by mpi@
- Commit:
dd88155e484f5bbae1af4e3c8d020cabc2e647ab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disambiguate abbreviated object IDs based on object type
- Commit:
4277420a1f45ca37345733120cbe89d19c550f92
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
speed up matching of abbreviated commit IDs in pack files
- Commit:
e09a504cc5b72ff4eca5d539b6fb50c8d01d0036
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce support for abbreviated object IDs
- Commit:
ff563a3de3ff9931c2702516c74c8aea8d5cf142
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
replace got_pack_get_packfile_size() with simple fstat()
- Commit:
5d56da8198435fa1d0e717f60d562f4a28e2e4e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
happy new copyright year
- Commit:
85a703fa1fd231d11a83435570dc81a1d19bbb26
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got_pack_get_object_size() -> got_pack_get_max_delta_object_size()
- Commit:
ac544f8c6ffbe7126fa9ae6c7dd09c6661d1ef2d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
pass smallish blobs directly via imsg buffer
- Commit:
3840f4c96dbf09953b6c83fdc338a29817d983d4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix "rpath" pledge violation in got-read-pack
- Commit:
876c234bd6598fe15505cb4befb6e0809752c450
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
start reading pack files with privsep; still WIP
- Commit:
7e212e3dbc3a87450c1a245dd3a735e05c8d3eb0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got_packfile_extract_object_to_mem() accept pack instead of repo
- Commit:
2414057009d67a0aca89ca9ad97b16b14d367fc5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got_packfile_extract_object() accept a pack instead of a repo
- Commit:
2090a03dadad63d6ea945cbe4abb19949b5aff44
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got_packfile_open_object() accept a pack instead of a repo
- Commit:
1510f46981bdb735f68ba6cf80ac2ff8e0971b85
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move pack caching code from pack.c to repository.c
- Commit:
817c5a18db169317b90ca35d48c3c43c8f8ce537
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move packidx header initialization to a separate function
- Commit:
d746408514803a55d763495c6a567c4142718232
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read pack files with mmap
- Commit:
0cb74cf46736e04d9675e2f8fb2ec2971ddef210
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't verify pack index SHA1 upon regular access
- Commit:
57b35b75575f6066ee8cacd4916b638f8df8e269
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
access pack index files with mmap()
- Commit:
6fd11751dcadfc1e752c54a1f7880b006e6b3ae8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
turns out on-disk path of pack file may not match its hash
Fixes reading a repo with a pack idx and file dated June 2011,
where the filename does not contain the actual packfile SHA1.
- Commit:
8b2180d40ae950c447339c459dc82e4708136cbf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store fd instead of FILE in struct got_pack to prepare privsep
- Commit:
718b3ab0e353c4ccb510b0ec9c3673b1c9a7344e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename the library-internal headers again to a common prefix