Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5d56da81 | 2019-01-13 17:15:53 | happy new copyright year | ||
| e650241d | 2019-01-13 16:00:55 | remove unused field from struct got_blob_object | ||
| ac544f8c | 2019-01-13 15:58:39 | pass smallish blobs directly via imsg buffer | ||
| 6e72e6a3 | 2018-12-23 23:21:35 | there's no point in embedding the object header in commits | ||
| 1785f84a | 2018-12-23 23:15:42 | eliminate got_object_open() round-trip when opening commits | ||
| ddf1c734 | 2018-12-23 14:54:03 | make got_object_blob_id_str() a private API | ||
| 15a94983 | 2018-12-23 14:48:47 | remove struct got_object from public library API | ||
| 45d799e2 | 2018-12-23 12:10:27 | make commit objects opaque in the library's API | ||
| f4a881ce | 2018-11-17 16:04:05 | more support for tag objects; new code is not yet reachable | ||
| 41fa1437 | 2018-11-05 15:30:15 | back out mini-commits; no significant performance difference | ||
| 05e1230b | 2018-11-05 12:42:03 | rename got_commit_object_mini to got_mini_commit_object | ||
| e32baab7 | 2018-11-05 12:39:49 | add an object cache for mini commits | ||
| 7762fe12 | 2018-11-05 11:46:30 | add a mini-commit object for use by commit graph | ||
| c59b3346 | 2018-09-11 12:29:46 | stop sending deltas in imsg; cache deltas in got-read-pack | ||
| a440fac0 | 2018-09-06 17:33:13 | move object parsing code into a separate file | ||
| 883f0469 | 2018-06-23 17:57:39 | make struct got_tree_object opaque | ||
| 7bb0daa1 | 2018-06-22 01:53:06 | add a very simple object cache | ||
| 15c8b0e6 | 2018-04-24 10:23:38 | extract blobs to tempfiles instead of reading through zlib | ||
| e033d803 | 2018-04-23 18:30:26 | read tree objects with privsep | ||
| bff6ca00 | 2018-04-23 15:38:35 | read commit objects with privsep | ||
| 718b3ab0 | 2018-03-17 17:50:48 | rename the library-internal headers again to a common prefix |