Commits


introduce 'gotadmin info'


cap pack file cache size at 1/8 of the current open file desciptor limit


fix off-by-one in got_repo_cache_pack()


make close(2) failure checks consistent; check 'close() == -1' everywhere ok millert, naddy


switch reflist to TAILQ; insert elements more efficiently for sorted input ok naddy


Add a refs argument to got_repo_match_object_id(), replacing 'resolve_tags' Make use of this where possible to avoid re-reading references from disk. ok naddy


add fd field to got_repository, modify got_packidx_open to use fds These changes are intended to make got more compatible with FreeBSD's Capsicum. ok stsp


make got_repo_object_match_tag() work with absolute reference names Bug triggered by naddy while testing a patch for tog. ok naddy


in got_repo_open(), let realpath(3) take care of relative paths


use size_t for loop indices to avoid signedness warnings; from emaste@freebsd


remove now pointless 'check_disk' parameter of got_repo_map_path() suggested by naddy


preserve what was passed in if got_repo_map_path() can't figure out a path problem found by + ok naddy


detect unknown repository format extensions (such as sha256 format) ok millert


tried_root in got_open_repo is not needed ok naddy


handle non-const dirname in got_repo_open() and plug a memory leak ok naddy