|
106807b4
|
2018-09-15T20:57:10
|
|
make object caching actually work in got-read-pack
|
|
3840f4c9
|
2018-09-13T00:06:12
|
|
fix "rpath" pledge violation in got-read-pack
|
|
c75f7264
|
2018-09-11T12:57:03
|
|
support commit log messages larger than the maximum imsg size
|
|
c59b3346
|
2018-09-11T12:29:46
|
|
stop sending deltas in imsg; cache deltas in got-read-pack
|
|
55da3778
|
2018-09-10T18:39:31
|
|
read packed blobs with privsep
|
|
e7885405
|
2018-09-10T17:26:06
|
|
read packed trees with privsep
|
|
cfd633c2
|
2018-09-10T17:07:59
|
|
read packed commits with privsep
|
|
d6bda086
|
2018-09-10T13:10:30
|
|
send deltas when requesting packed object extraction
|
|
876c234b
|
2018-09-10T12:30:47
|
|
start reading pack files with privsep; still WIP
|
|
ad242220
|
2018-09-08T16:40:28
|
|
implement fork+exec (and by the way, fix the build...)
|
|
a440fac0
|
2018-09-06T17:33:13
|
|
move object parsing code into a separate file
|
|
63581804
|
2018-07-09T22:23:00
|
|
rename zbuf to inflate
|
|
883f0469
|
2018-06-23T17:57:39
|
|
make struct got_tree_object opaque
|
|
788c352e
|
2018-06-16T19:18:32
|
|
store commit timestamps as 'struct tm' in UTC
|
|
79f35eb3
|
2018-06-11T03:09:27
|
|
rename got_parent_id to got_object_qid; better generic name
|
|
6c281f94
|
2018-06-11T02:14:44
|
|
show timezone offset in 'got log'
|
|
ef530fe5
|
2018-06-11T01:45:42
|
|
make commit timestamps work across privsep
|
|
2967a784
|
2018-04-24T13:30:34
|
|
verify size of blob received from privsep child
|
|
ff6b18f8
|
2018-04-24T12:50:21
|
|
read blobs through privsep
|
|
068fd2bf
|
2018-04-24T12:27:59
|
|
give some privsep functions shorter names
|
|
1e51f5b9
|
2018-04-23T18:59:39
|
|
in got_privsep_recv_tree_obj() free tree upon imsg_read() error
|
|
052d4dc3
|
2018-04-23T18:45:48
|
|
read tree names from imsg at the right offset
|
|
e033d803
|
2018-04-23T18:30:26
|
|
read tree objects with privsep
|
|
86acc566
|
2018-04-23T16:39:36
|
|
don't transform sha1 to string and back for icommits
|
|
bff6ca00
|
2018-04-23T15:38:35
|
|
read commit objects with privsep
|
|
5d43e84d
|
2018-04-23T07:04:30
|
|
don't proceed after errors in got_privsep_send_error()
|
|
fe36cf76
|
2018-04-23T07:01:14
|
|
create recv_one_imsg() helper
|
|
c4eae628
|
2018-04-23T06:55:08
|
|
create recv_imsg_error helper function
|
|
94fbf93a
|
2018-04-22T15:48:01
|
|
unpriv process doesn't know the actual object id
|
|
8c580685
|
2018-04-22T15:40:59
|
|
treat unexpected message from unpriv processes as error
|
|
8aac89a7
|
2018-04-22T14:55:10
|
|
handle errno errors correctly in got_privsep_recv_obj()
|
|
2178c42e
|
2018-04-22T14:51:49
|
|
read object headers with privsep
|