Commit Briefs


ab2f42e760 Stefan Sperling

cache delta data buffers in an LRU cache




79c99a64af Stefan Sperling

don't leak objects which can't be cached


6869fb7f54 Stefan Sperling

remove unused include in got-read-pack


cb5e38fd43 Stefan Sperling

fix some leaks in got-read-pack


704b89c433 Stefan Sperling

make got-read-pack actually use its object cache


638f902404 Stefan Sperling

rename got_error_prefix_errno() to got_error_from_errno()


656b1f76d3 joshua stein

while (1) -> for (;;)


230a42bdc6 joshua stein

got_error_from_errno -> got_error_prefix_errno

also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


3a6ce05aff Stefan Sperling

check for errors from close(2)


fb43ecf150 Stefan Sperling

check for errors from fclose()


0ae4af15cd Stefan Sperling

add missing error check in got-raed-pack's tag_request()


5d56da8198 Stefan Sperling

happy new copyright year



ac544f8c6f Stefan Sperling

pass smallish blobs directly via imsg buffer


ebc55e2dfc Stefan Sperling

eliminate got_object_open() round-trip when opening blobs


268f7291e6 Stefan Sperling

eliminate got_object_open() round-trip when opening tags


13c729f710 Stefan Sperling

eliminate got_object_open() round-trip when opening trees


6e72e6a3bf Stefan Sperling

there's no point in embedding the object header in commits




80d5f1347d Stefan Sperling

don't be noisy on stderr when Ctrl-C is hit


99437157b9 Stefan Sperling

abort checkout operations cleanly when Ctrl-C is hit