Commits
- Commit:
011290f989ce2831ddd813ef9cf6cc6440437471
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.107
- Commit:
a8c2ff29b7ab9b300bb4f6051258b7fbf25bc4ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
c3ff86b21e8e12f5af1145b9e6fe2aa5b735a141
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not leak privsep_child memory allocations if sending a stop command fails
- Commit:
b642df222fe314b84ca87cefd3f086907f35df5c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-pack clear its imsgbuf on exit
- Commit:
9bd4f34ff9e07c077864143a61f5152ad1baa376
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-send-pack clear its imsgbuf on exit
- Commit:
3cb0a77cc0b13a635a404fc5a7eeec6ae4534fc7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-tree clear its imsgbuf before exiting in an error case
- Commit:
9448e757906ca2778724c31cebbe829dbfc07c53
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-tag clear its imsgbuf on exit in an error case
- Commit:
fbc05d22abd3750394d06b749e59b53eb2905a7e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-pack clear its imsgbuf before exiting in error cases
- Commit:
b6f8be123ccc243d925f8da04d5ff76e89e83fe3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-object clear its imsgbuf before exit in an error case
- Commit:
f3204536b82155f22d702679c1d0b0e4bfa50825
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-gotconfig clear its imsgbuf before exit in an error case
- Commit:
4a8b2c410ecba075e6a98ad3b0d658e7037d6643
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-gitconfig clear its imsgbuf before exit in an error case
- Commit:
57a51a507704f0dd91c88a435d6014f6dcf0c9e5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-commit clear its imsgbuf before exiting in an error case
- Commit:
77f25f24272499407816ad8c03057dd0ddde3d3f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-blob clear its imsgbuf before exiting in an error case
- Commit:
7d59fa89f063a4759446904a9601ee1374e9cad4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-index-pack clear its imsgbuf on exit to avoid leak reports
- Commit:
55e5ee714541266b7ee578082a5e0206c566f289
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-fetch-pack clear its imsgbuf before exiting to avoid leak reports
- Commit:
9671dc9a57432bca74d0b261699b91df77e91a14
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug imsgbuf-related memory leak in got_repo_load()
- Commit:
aac02238e5d3974fdc3636fe328c80c768389173
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store ibuf used by got_gotconfig_read() on the stack
- Commit:
1d7c4420d1d212aa08060d214236bf677e768ac3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store ibuf used by got_repo_read_gitconfig() on the stack
- Commit:
d8cbc463e9dcdeb0d1ae12ab9f2d1de58f141b14
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug imsgbuf-related memory leak in got_send_pack()
- Commit:
7a9b1c13f55a6aa3392ccc4a59ba7dc278c2683a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store ibuf used by got_patch() on the stack rather than the heap
- Commit:
ad3f6569ebcf5e03dcdb20e07b0339a8429388b8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not leak ibuf memory in got_patch()
- Commit:
ff17000ba9063dacc7353e37abd8aeedbcd2e4a8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug imsgbuf-related memory leak in got_repo_index_pack()
- Commit:
bb37821d8be3472e9ba61fec1f4675eba1465260
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug imsgbuf-related memory leaks in got_fetch_pack()
- Commit:
f0a58e8988234f4595ddc5deb1c38d5aa2408492
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
call imsgbuf_clear() on ibufs before freeing them
- Commit:
2bd3f682a00bcdbcd3cddafb512e128cc757e47a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
free libevent event-base memory when gotwebd exits to avoid leak report