Commits
- Commit:
d582f26ced34c492facade402975ceabe4c97adc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
write large objects to disk when resolving deltas; raise in-mem delta threshold
- Commit:
42c69117cce2e1658d5b5aabbc383ce7252cf167
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop storing decompressed delta data in struct got_delta; fetch it on demand
- Commit:
2256993b27260cd7860c34b47751dff21a7083a8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid dependency on delta.o in binaries which don't need it
- Commit:
34fca9c35c1a35f6e163edd53f5cf674b30c1799
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bounds checks before memcpy in got_delta_apply_in_mem()
- Commit:
c336f88938f60b7e0ec2b0200d9c901ddeeec114
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't store copies of packfile paths in each delta
- Commit:
7918459e7b2f26835d75b06badcb4c27177fcccd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
increase delta recursion limit; was too low for openbsd git repo
- Commit:
2178c42edfccac6cf2793ba7ba5da36a0f28324e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read object headers with privsep
- Commit:
72eb343178e036e8e57e1991ef5c4a99ca020ef4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
look up deltas in the correct pack file
- Commit:
718b3ab0e353c4ccb510b0ec9c3673b1c9a7344e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename the library-internal headers again to a common prefix