aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-02-11lib/http: implement server auto shutdown when idleShulhan
2026-02-11lib/http: add BasePath to the ServerOptionsShulhan
2026-02-09lib/git: skip test LogFollow when repository is shallow clonedShulhan
2026-02-09lib/git: fix tests due to missing .git directoryShulhan
2026-02-05lib/http: change HandleFS redirect status code to 301 Moved PermanentlyShulhan
2026-02-05lib/http: handle file system with canonical directory end with slash "/"Shulhan
2026-02-03lib/os: fix IsBinary that return true if file size less than 1024Shulhan
2026-02-02lib/http: add field Listener to ServerOptionsShulhan
2026-02-02lib/systemd: new package for socket-based activationShulhan
2026-02-02lib/play: set the minimum Go tool version to 1.25.0Shulhan
2026-02-02lib/dns: remove unnessary log prefix on forwarderShulhan
2026-02-02lib/dns: minimize use of appendShulhan
2026-02-02lib/dns: use separate ServeMux for handling DoHShulhan
2026-02-02lib/dns: skip caching empty answer only for query type AShulhan
2026-02-02lib/dns: remove DebugLevelDNSShulhan
2026-02-02lib/dns: changes the request's kind field to stringShulhan
2026-02-02lib/dns: add option to set hook on server when receiving answerShulhan
2026-01-26lib/dns: add method to set TTL on MessageShulhan
2026-01-26lib/dns: print the answer TTL in DebugLevelCacheShulhan
2026-01-26lib/dns: simplify log message for DebugLevelCacheShulhan
2026-01-25lib/dns: increase the client default timeout from 6 to 60 secondsShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2026-01-15lib/test: ignore line prefixed with "//"Shulhan
2026-01-15lib/git: handle pattern "**/foo/**"Shulhan
2026-01-14lib/git: expose the API for IgnorePatternShulhan
2026-01-14lib/git: pass "--" when running LogFollow commandShulhan
2026-01-13lib/git: add method LogFollowShulhan
2026-01-11lib/git: fix ignore pattern with single wildcard '*'Shulhan
2026-01-09lib/os: add function IsBinaryStreamShulhan
2026-01-08lib/ini: improve error message when parsing variable nameShulhan
2026-01-06lib/http: add second return value, statusCode, to FSHandlerShulhan
2026-01-06lib/git: implement Equaler interface on GitShulhan
2026-01-06lib/git: add Git type with method IsIgnoredShulhan
2026-01-06lib/git: implement GitignoreShulhan
2026-01-03lib/test: implement method ExtractInput on DataShulhan
2026-01-03lib/test: export the constant for default data file name suffixShulhan
2026-01-03all: use SPDX license header formatShulhan
2025-07-30lib/time: add missing Hourly section in the package documentationShulhan
2025-04-18lib/bytes: add method Peek to ParserShulhan
2025-04-18lib/bytes: complete the SkipLine example until the endShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-01-26lib/goanalysis: package to complement "go vet"Shulhan
2025-01-26lib/memfs: return nil on AddChild if path is not includedShulhan
2025-01-25lib/http: return an error when parsing Content-RangeShulhan
2025-01-25lib/hunspell: rename the package to "_hunspell"Shulhan
2025-01-25lib/slices: copy the random test data on each runShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2025-01-23lib/net: remove old build tagsShulhan
2025-01-23lib/debug: remove the global Value variableShulhan