thodg/got/libexec/got-read-object/got-read-object.c

Branch :


Log

Author Commit Date CI Message
282f42e5 2021-06-05 09:51:24 remove stray debug print which was accidentally committed
e5ad7365 2021-05-20 09:51:59 fix file descriptor leak when got-read-object returns a raw object
59d1e4a0 2021-03-10 22:49:22 implement raw object data access; this will be required for packing
08578a35 2021-01-22 11:05:05 make close(2) failure checks consistent; check 'close() == -1' everywhere ok millert, naddy
23c57b28 2020-09-11 19:44:18 Stop including <sys/syslimits.h> directly. POSIX says the limits defined there are available from <limits.h>, which almost all affected source files already included anyway. ok millert stsp
81a12da5 2020-09-09 19:35:32 do not rely on <zlib.h> to pull in <unistd.h> ok stsp
12ce7a6c 2019-08-12 20:56:30 include <limits.h> instead of <sys/limits.h>; patch by Thomas Klausner
638f9024 2019-05-13 12:40:57 rename got_error_prefix_errno() to got_error_from_errno()
656b1f76 2019-05-11 14:26:12 while (1) -> for (;;)
230a42bd 2019-05-11 13: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)
3a6ce05a 2019-02-11 12:32:53 check for errors from close(2)
1785f84a 2018-12-23 23:15:42 eliminate got_object_open() round-trip when opening commits
f4a881ce 2018-11-17 16:04:05 more support for tag objects; new code is not yet reachable
c945ec50 2018-11-17 15:52:59 init output param in {parse,read}_object_header
80d5f134 2018-11-11 12:59:22 don't be noisy on stderr when Ctrl-C is hit
99437157 2018-11-11 12:52:59 abort checkout operations cleanly when Ctrl-C is hit
2ff12563 2018-09-15 12:39:48 fix 'make PROFILE=1' build
876c234b 2018-09-10 12:30:47 start reading pack files with privsep; still WIP
ad242220 2018-09-08 16:40:28 implement fork+exec (and by the way, fix the build...)