lib/deflate.c


Log

Author Commit Date CI Message
Stefan Sperling 638f9024 2019-05-13T12:40:57 rename got_error_prefix_errno() to got_error_from_errno()
joshua stein 230a42bd 2019-05-11T13:04:38 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)
Stefan Sperling 324d37e7 2019-05-11T09:14:30 make got path APIs available to library consumers
Stefan Sperling 4e4a7005 2019-04-13T16:29:53 flush compressed output in got_deflate_read()
Stefan Sperling 2181e0c8 2019-03-19T16:00:06 add some initial code for zlib compression