Commits
- Commit:
531c39852ff6a7454ce0e618bacb7b7e20f93523
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for git protocol sidebands and display server progress
- Commit:
52915720b2da188a660677add4b597550d443e77
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove a pointless 'goto done'
- Commit:
d3dccf3ae48d930b4dc4de823864e5026d9ca93d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused hash string arrays
- Commit:
04c53c18246515277f8f093309035e992273819d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-fetch-pack check for NAK from server before the packfile arrives
- Commit:
3b9fb5855a164a4eddcd66f327336c34f8948869
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
hide an fprintf inside if (chattygit)
- Commit:
54d1a70f7c4cc24dd91d7f73a5fbd5aa6f6f97d9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
verify that length string read from packet contains hex digits only
- Commit:
4dc8ee099c58807be7ed93940d6209c44cc4729a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve strtol checking in got-fetch-pack
- Commit:
38c670f14feb46a50c367924ad72f88dddfbad01
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert flushpkt to struct got_error
- Commit:
344e474767f52e48fa8b238638b9507b2002f4d4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert writepkt to struct got_error
- Commit:
fe53745c681607c82e450b8fde054420e267601b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert readn and readpkt to struct got_error
- Commit:
2fed35f30bca155d654edb9b1119803d63ef0df1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
knf
- Commit:
0872c0b07dcdec507db636c063c1b96bf9cee9e1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more reasonable minimum length check in check_pack_hash()
- Commit:
eac2c4cda61825a5f030a46aa42cbbbc34294a02
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make check_pack_hash() return a struct got_error
- Commit:
01538ce4935fe05e87ef376f1ef3650b11731ca7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add_symref modifies 'capa' so it cannot be const
- Commit:
ffb5f621a9d5d1330a020a5da4a75e98c0cf62f0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
pledge got-fetch-pack ("stdio recvfd")
- Commit:
00cd0e0a8a2ba7ae142de73402055b7e9780bcb5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use more readable names for items parsed from refline, and plug related leaks
- Commit:
e2f84af473bb6887ac1d0317ece787fc4364b23a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove got_has_object() for now; this would require imsg to main process
- Commit:
4ba321e7535bfa8365fbb77922293c473f0bea01
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mark some functions static in got-fetch-pack
- Commit:
1ff2107184dbd40fab4074751f009b9f4deec3de
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove got_ prefix from static functions in got-fetch-pack
- Commit:
f78e04730e66f234bcae4603f743028d2d0fe2e2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing \n in debug output
- Commit:
3350156242bb705818218fc29cebbf2798228b94
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prepare for providing refs we already have in fetch request imsg
currently we always send and expect an empty list
- Commit:
14778466f9e410d616fa844c9576ad0d4d1eb84f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
realloc(p, nmemb * size) -> reallocarray(p, nmemb, size)
- Commit:
0f06079ff7426dcffacc14db0c25dc33cf8de601
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO comment
- Commit:
a468349c51eb96ba6a0c28a041d0913a436a6c32
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
re-enable fetching of offset deltas in got-fetch-pack
- Commit:
acd244626bd968c2c778829782ad831eadbd7dfa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO comment