aboutsummaryrefslogtreecommitdiff
path: root/lib/net/resolvconf.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-11lib: fix method signature for WriteToShulhan
2023-09-11lib/net: realign struct for better size allocationShulhan
2023-04-09lib/net: refactoring resolv.conf parser using lib/bytes#ParserShulhan
2023-04-02lib/net: add method WriteTo to ResolvConfShulhan
2023-03-26lib/net: changes the PopulateQuery logicShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-14lib/net: add method to populate query on ResolvConfShulhan
2021-10-14lib/ascii: change signature of ToLower and ToUpperShulhan
2020-06-06all: use default linter optionsShulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-01all: fix warnings from linterShulhan
2019-02-05lib/net: replace space separators with bytes.ASCIISpacesShulhan
2019-02-05lib/io: rename Reader SkipSpace to SkipSpacesShulhan
2019-02-05lib/net: update affected by refactoring on lib/io.ReaderShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-11-29all: fix warning from lintersShulhan
2018-09-03lib/io.SkipHorizontalSpace: return number of skipped spacesShulhan
2018-09-01Rename "lib/file" to "lib/io"Shulhan
2018-08-29lib/net: use package lib/bytes to convert to lower casesShulhan
2018-08-28lib/file: ReadUtil: return terminator characterShulhan
2018-08-28lib/net: parse domain and options valueShulhan
2018-08-27lib/net: implement function to read and parse resolv.conf formatted fileShulhan