Commits


raw object blocksize and read buffer were unused; remove them


remove unused internal raw object API functions


cache raw objects in order to speed up gotadmin pack


reuse temporary files which were not used by got_object_raw_open()


add missing calls to got_repo_close() in gotadmin.c


add missing error checks in got_object_raw_open()


avoid opening delta base objects in genpack() just to find their size


FreeBSD's ed(1) does not accept "0i"; use the equivalent "1i" instead


encode deltas in temporary files to avoid high memory usage


make got-build-regress.sh run tests a second time with GOT_TEST_PACK=1


rework murmurhash2() to avoid potential unaligned memory access pointed out by naddy@ ok millert@


fix two more error strings in pack_create.c using the wrong function name


fix wrong function in error string of emitdelta()


use RB_TREE instead of STAILQ to manage packindex bloom filters; much faster


sync dist file list