Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9f2369b0 | 2018-12-24 14:25:18 | make all the read_privsep functions local to object.c | ||
| ebc55e2d | 2018-12-24 14:18:56 | eliminate got_object_open() round-trip when opening blobs | ||
| 268f7291 | 2018-12-24 11:18:58 | eliminate got_object_open() round-trip when opening tags | ||
| 13c729f7 | 2018-12-24 09:35:07 | eliminate got_object_open() round-trip when opening trees | ||
| a158c901 | 2018-12-23 23:35:37 | make all the _packed_read_privsep() functions local to object.c | ||
| 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 | ||
| 5df4932d | 2018-11-05 18:25:15 | improve handling of struct got_object_qid allocations | ||
| 41fa1437 | 2018-11-05 15:30:15 | back out mini-commits; no significant performance difference | ||
| 710f3f4e | 2018-11-05 15:26:18 | make got-read-pack pre-seed the main process mini commit cache | ||
| 05e1230b | 2018-11-05 12:42:03 | rename got_commit_object_mini to got_mini_commit_object | ||
| 7762fe12 | 2018-11-05 11:46:30 | add a mini-commit object for use by commit graph | ||
| 3840f4c9 | 2018-09-13 00:06:12 | fix "rpath" pledge violation in got-read-pack | ||
| 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 | ||
| ad242220 | 2018-09-08 16:40:28 | implement fork+exec (and by the way, fix the build...) |