Commit Briefs

Omar Polo

tweak cache-info message



Omar Polo

crank up cache limits

delete pages that are older than one hour, and scan the cache only once every five minutes. The previous defaults were a bit too much conservative.


Omar Polo

document cache-info


Omar Polo

drop useless struct

instead of keeping the struct mcache that's private to mcache.c and used only once, just define its fields as (static) variables. While here, mark as static also gemtext_prefixes.



Omar Polo

simplify load_url_in_tab


Omar Polo

sync changelog


Omar Polo

add cache-info





Omar Polo

move util.c declarations in utils.h

it's not spelled `util.h' because otherwise it'd get included instead of /usr/include/util.h