You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
4bae99e Another source of duplicated statuses fixed 50c1520 Related to above, specifying in config file that changing database options will require a restart
31c992e Removed experimental TLS and hostname matching support d1ec21e Removed static build flags from Makefile 2f3390b On uninstall, let the user know the database still lives 23d4356 Updated dependencies 3bb022f Eliminated panic when serving requests from empty registry
f60789a Added testdata/twtxt.txt for tests to run against 7db28dd Decoupled tests from my live twtxt.txt file e53b843 Added a few more function comments f532f49make uninstall now leaves database intact
85f6000closeLog channel now uses struct{} instead of bool for signaling 34d7903tick.exitchannels now using struct{} instead of bool for signaling e79fa24ETag header is now an FNV hash efbc14f reduced size of FNV hashes used for ETag to 32bits 982a521 refactored handlers.go::servStatic() to eliminate early return 04ad0e7 reduced early returns and removed unnecessary switch statement in handlers.go::apiEndpointHandler()