Commits
- Commit:
9a1cc63fe0022b929860dfe206daf674f83a7d9a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read repository owner name with gitconfig parser instead of a hand-rolled one
- 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:
cbfaaf20825023a414d1e834698bc588835f0ccf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing check for errors from imsg_get()
- Commit:
cd95becd3d0ee4fb578daf570177c3550cb19e08
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
parse remotes from gitconfig
- Commit:
56e0773df7e12fc69c1f6f9d171c93fd78a13d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert tree entries from SIMPLEQ to an array
- Commit:
cd9e913a519ca48be54195fcef0ca549caf977d9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
pre-allocate the correct amount of memory in got_privsep_send_tree()
- Commit:
3b6470856ee51fa2c923b54719c254b5dedde8e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug leaks in error paths of got_privsep_send_tree()
- Commit:
7f358e3b0ea7c7873900dbce1501c56711d7275d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate redundant memcpy in got_privsep_send_tree_req()
- Commit:
3022d2728c5aaec4a574a76d30136d850fa5d154
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reduce the amount of memcpy() and strdup() while parsing tree entries
- Commit:
aa6c0b5105c8829f3ab30f081fa2d3d68ac674d1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused variable in got_privsep_recv_obj() (patch by Steven McDonald)
- Commit:
aba9c984d1420b77b23320520e70b27ecc83acf7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
obtain repo format version and commit author name/email from .git/config
- Commit:
c39c25dd23520cd77d4ecfdf72d76892d0813076
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve error message if helper binaries fail to unveil(2)
- Commit:
638f9024045bbe2420143f8868dcc484c231c634
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_error_prefix_errno() to got_error_from_errno()
- Commit:
656b1f76d3a6f52318782284fa83ae47894cbffb
- From:
- joshua stein <jcs@jcs.org>
- Date:
while (1) -> for (;;)
- Commit:
230a42bdc60c6136d2a5ce65bf1a2f26d990c096
- From:
- joshua stein <jcs@jcs.org>
- Date:
got_error_from_errno -> got_error_prefix_errno
also add got_error_prefix_errno2 and got_error_prefix_errno3 which
should hopefully all be merged into a single function with variadic
args (but can't alloc mem)
- Commit:
2cb49fa8fb84f3a8fc2eb6036a6bd9b64c57e347
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
revert eb73a30f7effc51c1cfee2864102635e3659f87a
Not waiting for children can make us blow the fork() ulimit with
lingering zombies; the Ctrl-C issue will need some other fix.
- Commit:
eb73a30f7effc51c1cfee2864102635e3659f87a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not deadlock in waitpid() when user hits Ctrl-C
- Commit:
41496140bd5c2fd2df772feec4b1eee2cbf0073a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent double-close(2) of file descriptors passed in imsg
- Commit:
5d56da8198435fa1d0e717f60d562f4a28e2e4e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
happy new copyright year
- Commit:
ac544f8c6ffbe7126fa9ae6c7dd09c6661d1ef2d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
pass smallish blobs directly via imsg buffer
- Commit:
63219cd2d49c2964687d675e8ac6e86bc0b70035
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use unveil(2) in 'got checkout'
- Commit:
a7403916a5947853a9fd08cd756526608285ee77
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wrap overlong line
- Commit:
aea5f015fdc344c7da6ba4b979b37afe0cac8004
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
drop dead code from got_privsep_send_obj_req()
- Commit:
ebc55e2dfc648063c434cc7a708ac24d266efbdb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate got_object_open() round-trip when opening blobs