Commits
- Commit:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020
- Commit:
b87b4170d4b402d61585cf4d458c0b58ab49095f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)
- Commit:
b64b1f953a75e1e6639a1fd16a0dc4ce19f4ae78
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug a memory leak; parsed tree entries were not freed
- Commit:
56e0773df7e12fc69c1f6f9d171c93fd78a13d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert tree entries from SIMPLEQ to an array
- Commit:
3022d2728c5aaec4a574a76d30136d850fa5d154
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reduce the amount of memcpy() and strdup() while parsing tree entries
- Commit:
ed1754272216c57ee4359f0fc8d35279b9dfa381
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more progress on generating new tree entries
- Commit:
9f2369b01b5aa26b593dd3be183134e1755ad7e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make all the read_privsep functions local to object.c
- Commit:
ebc55e2dfc648063c434cc7a708ac24d266efbdb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate got_object_open() round-trip when opening blobs
- Commit:
268f7291e63638be363b7bccd95f97a73298d039
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate got_object_open() round-trip when opening tags
- Commit:
13c729f71056495e3b532f94badea43f10d98f49
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate got_object_open() round-trip when opening trees
- Commit:
a158c90155bc8066c8f6d87a4a9600d8c5bf54c8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make all the _packed_read_privsep() functions local to object.c
- Commit:
1785f84a3a2f8d9dd6b73551560405f87a2e2ebb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate got_object_open() round-trip when opening commits
- Commit:
f4a881ce8b200e5283247799c39abd2b578b8e75
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more support for tag objects; new code is not yet reachable
- Commit:
5df4932d8e7905f8e04dbf16e3879da18a091cec
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve handling of struct got_object_qid allocations
- Commit:
41fa143713753fc592bd4dcd8894b4de6a5f7350
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
back out mini-commits; no significant performance difference
- Commit:
710f3f4e5168164687c5586641920d82960b0a3a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got-read-pack pre-seed the main process mini commit cache
- Commit:
05e1230b0e68bb81cdae380edccc969dd16215dc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_commit_object_mini to got_mini_commit_object
- Commit:
7762fe12f8608c112ccb3bbada7235a2c4208fd0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a mini-commit object for use by commit graph
- Commit:
3840f4c96dbf09953b6c83fdc338a29817d983d4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix "rpath" pledge violation in got-read-pack
- Commit:
55da3778cb79bda6ee8eda5f117a838b4fd50a83
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read packed blobs with privsep
- Commit:
e78854052d44df6460677e042f83e2bae4cb06e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read packed trees with privsep
- Commit:
cfd633c2f10c03df8d5970fe61e67cb365af4dff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read packed commits with privsep
- Commit:
876c234bd6598fe15505cb4befb6e0809752c450
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
start reading pack files with privsep; still WIP
- Commit:
ad242220adab01ebd55a97a5701733d7256b2d32
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement fork+exec (and by the way, fix the build...)