Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 106807b4 | 2018-09-15 20:57:10 | make object caching actually work in got-read-pack | ||
| 3840f4c9 | 2018-09-13 00:06:12 | fix "rpath" pledge violation in got-read-pack | ||
| c75f7264 | 2018-09-11 12:57:03 | support commit log messages larger than the maximum imsg size | ||
| c59b3346 | 2018-09-11 12:29:46 | stop sending deltas in imsg; cache deltas in got-read-pack | ||
| 55da3778 | 2018-09-10 18:39:31 | read packed blobs 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 | ||
| f0b0c746 | 2018-09-09 12:44:15 | tweak comments in got_lib_privsep.h | ||
| ad242220 | 2018-09-08 16:40:28 | implement fork+exec (and by the way, fix the build...) | ||
| 788c352e | 2018-06-16 19:18:32 | store commit timestamps as 'struct tm' in UTC | ||
| 6c281f94 | 2018-06-11 02:14:44 | show timezone offset in 'got log' | ||
| ef530fe5 | 2018-06-11 01:45:42 | make commit timestamps work across privsep | ||
| 2967a784 | 2018-04-24 13:30:34 | verify size of blob received from privsep child | ||
| ff6b18f8 | 2018-04-24 12:50:21 | read blobs through privsep | ||
| 068fd2bf | 2018-04-24 12:27:59 | give some privsep functions shorter names | ||
| e033d803 | 2018-04-23 18:30:26 | read tree objects with privsep | ||
| 86acc566 | 2018-04-23 16:39:36 | don't transform sha1 to string and back for icommits | ||
| 366d86ca | 2018-04-23 16:28:13 | clean up imsg comments and declarations a bit | ||
| 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 |