3 weeks ago 011290f989 Stefan Sperling
CHANGES for 0.107 (tags/0.107)
3 weeks ago a8c2ff29b7 Stefan Sperling
sync dist file list
3 weeks ago c3ff86b21e Stefan Sperling
do not leak privsep_child memory allocations if sending a stop command fails
3 weeks ago b642df222f Stefan Sperling
make got-read-pack clear its imsgbuf on exit
3 weeks ago 9bd4f34ff9 Stefan Sperling
make got-send-pack clear its imsgbuf on exit
3 weeks ago 3cb0a77cc0 Stefan Sperling
make got-read-tree clear its imsgbuf before exiting in an error case
3 weeks ago 9448e75790 Stefan Sperling
make got-read-tag clear its imsgbuf on exit in an error case
3 weeks ago fbc05d22ab Stefan Sperling
make got-read-pack clear its imsgbuf before exiting in error cases
3 weeks ago b6f8be123c Stefan Sperling
make got-read-object clear its imsgbuf before exit in an error case
3 weeks ago f3204536b8 Stefan Sperling
make got-read-gotconfig clear its imsgbuf before exit in an error case
3 weeks ago 4a8b2c410e Stefan Sperling
make got-read-gitconfig clear its imsgbuf before exit in an error case
3 weeks ago 57a51a5077 Stefan Sperling
make got-read-commit clear its imsgbuf before exiting in an error case
3 weeks ago 77f25f2427 Stefan Sperling
make got-read-blob clear its imsgbuf before exiting in an error case
3 weeks ago 7d59fa89f0 Stefan Sperling
make got-index-pack clear its imsgbuf on exit to avoid leak reports
3 weeks ago 55e5ee7145 Stefan Sperling
make got-fetch-pack clear its imsgbuf before exiting to avoid leak reports
3 weeks ago 9671dc9a57 Stefan Sperling
plug imsgbuf-related memory leak in got_repo_load()
3 weeks ago aac02238e5 Stefan Sperling
store ibuf used by got_gotconfig_read() on the stack
3 weeks ago 1d7c4420d1 Stefan Sperling
store ibuf used by got_repo_read_gitconfig() on the stack
3 weeks ago d8cbc463e9 Stefan Sperling
plug imsgbuf-related memory leak in got_send_pack()
3 weeks ago 7a9b1c13f5 Stefan Sperling
store ibuf used by got_patch() on the stack rather than the heap
3 weeks ago ad3f6569eb Stefan Sperling
do not leak ibuf memory in got_patch()
3 weeks ago ff17000ba9 Stefan Sperling
plug imsgbuf-related memory leak in got_repo_index_pack()
3 weeks ago bb37821d8b Stefan Sperling
plug imsgbuf-related memory leaks in got_fetch_pack()
3 weeks ago f0a58e8988 Stefan Sperling
call imsgbuf_clear() on ibufs before freeing them
3 weeks ago 2bd3f682a0 Stefan Sperling
free libevent event-base memory when gotwebd exits to avoid leak report