Commit Briefs

6331840f53 Stefan Sperling

fix got_error_from_errno() arguments in inflate.c


b3a605cef0 Stefan Sperling

no need to zero memory in got_inflate_to_mem_mmap()


f2c5fe0e01 Stefan Sperling

no need to zero memory in got_inflate_to_mem_fd()


6dc3b75a27 Stefan Sperling

no need to zero memory in got_inflate_to_mem()


638f902404 Stefan Sperling

rename got_error_prefix_errno() to got_error_from_errno()


230a42bdc6 joshua stein

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)


324d37e7c7 Stefan Sperling

make got path APIs available to library consumers


5211b8c8bd Stefan Sperling

improve error checking around inflateInit()


23bc48a995 Stefan Sperling

rename got_zstream_* to got_inflate_*



666b4ca8b6 Stefan Sperling

wrap overlong line



5aef396749 Stefan Sperling

plug some leaks in inflate.c


60507209f3 Stefan Sperling

fix a leak in got_inflate_to_mem_mmap()


3efa19e75e Stefan Sperling

fix more memleaks


6358180434 Stefan Sperling

rename zbuf to inflate