thodg/got/lib/got_lib_privsep.h

Branch :


Log

Author Commit Date CI Message
bff6ca00 2018-04-23 15:38:35 read commit objects with privsep
94fbf93a 2018-04-22 15:48:01 unpriv process doesn't know the actual object id
2178c42e 2018-04-22 14:51:49 read object headers with privsep
d80ab12b 2018-04-02 22:12:19 it seems we won't need all that many imsg types
8d98bcfb 2018-04-02 15:40:46 mark imsg structs which contain got_object_id as __packed__
48f392b2 2018-04-02 15:17:49 define imsg for loose blobs and trees; allow inline delta stream
f7171542 2018-04-02 14:58:57 shorten imsg type names, and introduce a separate object structure
2ca3a24b 2018-04-02 14:46:57 we will probably be using imsg_flush() rather than imsg_compose()
1e4880cb 2018-04-02 14:42:31 tweak privsep messages to transmit delta data in imsg buffers
c025a41e 2018-04-02 13:55:21 add an error reporting imsg
0dacc2d1 2018-04-02 13:51:24 typo
7be7cc45 2018-04-02 13:48:51 add a rough outline for privsep support