|
6331840f
|
2019-05-22T13:06:33
|
|
fix got_error_from_errno() arguments in inflate.c
|
|
b3a605ce
|
2019-05-22T12:58:40
|
|
no need to zero memory in got_inflate_to_mem_mmap()
|
|
f2c5fe0e
|
2019-05-22T12:58:26
|
|
no need to zero memory in got_inflate_to_mem_fd()
|
|
6dc3b75a
|
2019-05-22T12:54:14
|
|
no need to zero memory in got_inflate_to_mem()
|
|
638f9024
|
2019-05-13T12:40:57
|
|
rename got_error_prefix_errno() to got_error_from_errno()
|
|
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)
|
|
324d37e7
|
2019-05-11T09:14:30
|
|
make got path APIs available to library consumers
|
|
5211b8c8
|
2019-03-19T13:26:23
|
|
improve error checking around inflateInit()
|
|
23bc48a9
|
2019-03-19T12:55:28
|
|
rename got_zstream_* to got_inflate_*
|
|
17d745b8
|
2018-07-23T17:19:40
|
|
replace reallocarray with recallocarray throughout inflate.c
|
|
666b4ca8
|
2018-07-23T17:03:36
|
|
wrap overlong line
|
|
37bd7602
|
2018-07-23T17:01:35
|
|
fix length calculations in mmap inflate; fixes garbage diffs
|
|
5aef3967
|
2018-07-22T16:25:11
|
|
plug some leaks in inflate.c
|
|
60507209
|
2018-07-13T11:26:37
|
|
fix a leak in got_inflate_to_mem_mmap()
|
|
3efa19e7
|
2018-07-13T10:51:34
|
|
fix more memleaks
|
|
63581804
|
2018-07-09T22:23:00
|
|
rename zbuf to inflate
|