thodg/got/lib/object_parse.c

Branch :


Log

Author Commit Date CI Message
f5d3d7af 2019-02-05 15:19:24 use path lists to sort dirent, tree object, and file index entries
e0e55b50 2019-02-01 22:46:32 Support tags in Linux git repo which do not carry name of tagger.
5e0b25c4 2018-12-24 14:37:19 wrap another long line
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
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
13f977b4 2018-11-17 13:14:21 Set output to NULL if got_object_parse_tree() fails.
6f3efa55 2018-11-16 09:49:09 remove unused declarations
68bf1b1e 2018-11-07 08:43:13 unnecessary repeated strlen() in parse_tree_entry()
f054b67a 2018-11-05 22:28:03 remove object_idcache; use object_idset instead
6dfaee02 2018-11-05 19:09:07 initialize te->mode in parse_tree_entry()
acf0c7c6 2018-11-05 18:56:36 no need to zero commit's tree ID during allocation
5df4932d 2018-11-05 18:25:15 improve handling of struct got_object_qid allocations
32ac459c 2018-11-05 18:12:25 there's no need to zero tree entries during allocation
ccb26ccd 2018-11-05 16:16:35 avoid a call to mktime() in commit graph's add_node()
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
77880158 2018-11-04 13:09:52 move code not used by libexec tools out of object_parse.c
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