Commits
- Commit:
6331840f5347a764cfa02bb5c650ed9ec87dda6d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix got_error_from_errno() arguments in inflate.c
- Commit:
b3a605cef0134962ad1a3bb6f54db3c29aae3fdc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
no need to zero memory in got_inflate_to_mem_mmap()
- Commit:
f2c5fe0e01b265dfe66dfa19e99e5a30cd738363
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
no need to zero memory in got_inflate_to_mem_fd()
- Commit:
6dc3b75a27a79e74c8221bd260f619fe58ca4619
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
no need to zero memory in got_inflate_to_mem()
- Commit:
638f9024045bbe2420143f8868dcc484c231c634
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_error_prefix_errno() to got_error_from_errno()
- 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:
324d37e7c791a6e6ff08598c3e6206ba956d0965
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got path APIs available to library consumers
- Commit:
5211b8c8bd321f8277cc2a08b18cc72e5259f87f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve error checking around inflateInit()
- Commit:
23bc48a9950c0704e7698686e89a6980c23529f4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_zstream_* to got_inflate_*
- Commit:
17d745b8721ea2b811c9876638c588496f56d269
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
replace reallocarray with recallocarray throughout inflate.c
- Commit:
666b4ca8b6176a8c10c13952d1176ad8974c6c57
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wrap overlong line
- Commit:
37bd7602de0c0aeca0874eea43d57e4e07edca52
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix length calculations in mmap inflate; fixes garbage diffs
- Commit:
5aef396749def238885bc46388f68657d12de763
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug some leaks in inflate.c
- Commit:
60507209f36a328d692ef6a40e64b8b4d6137c04
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix a leak in got_inflate_to_mem_mmap()
- Commit:
3efa19e75ebf0cd7f05f7a3a757ce16f60498dbd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix more memleaks
- Commit:
63581804340e880bf611c6a4a59eda26c503799f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename zbuf to inflate