Commits


don't leak objects which can't be cached


add cache debug output for too large elements


don't cache objects larger than 1MB


fix build with -DGOT_OBJ_CACHE_DEBUG


rename got_error_prefix_errno() to got_error_from_errno()


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)


more support for tag objects; new code is not yet reachable


allow got_object_idset_for_each() to return an error


remove object_idcache; use object_idset instead


no need to zero object cache entries during allocation


make id cache eviction more efficient


actually initialize cache struct in got_object_cache_init()


tree cache size can be reduced without harmful effects


reduce cache sizes; less memcmp calls during 'got log PATH'


back out mini-commits; no significant performance difference