thodg/got/lib/object_parse.c

Branch :


Log

Author Commit Date CI Message
106807b4 2018-09-15 20:57:10 make object caching actually work in got-read-pack
2ff12563 2018-09-15 12:39:48 fix 'make PROFILE=1' build
3840f4c9 2018-09-13 00:06:12 fix "rpath" pledge violation in got-read-pack
6bef87be 2018-09-11 11:23:44 move object cache out of repository.c to its own file
55da3778 2018-09-10 18:39:31 read packed blobs with privsep
e7885405 2018-09-10 17:26:06 read packed trees with privsep
cfd633c2 2018-09-10 17:07:59 read packed commits with privsep
876c234b 2018-09-10 12:30:47 start reading pack files with privsep; still WIP
3cab8b4d 2018-09-08 17:55:19 put repository path into privsep children's argv
3516b818 2018-09-08 17:42:23 init ibuf only once for the lifetime of a privsep child
ad242220 2018-09-08 16:40:28 implement fork+exec (and by the way, fix the build...)
03fa71c8 2018-09-06 17:42:46 move some more functions from object.c to object_parse.c
a440fac0 2018-09-06 17:33:13 move object parsing code into a separate file