aboutsummaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23lib/net: remove old build tagsShulhan
2024-03-09lib: move package "net/html" to "lib/html"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-11-26lib/net: use [time.Ticker] to loop in WaitAliveShulhan
2023-11-25lib/net: add method ReadShulhan
2023-09-11lib: fix method signature for WriteToShulhan
2023-09-11lib/net: realign struct for better size allocationShulhan
2023-07-01lib/net: changes the WaitRead/Event model on PollShulhan
2023-07-01lib/net: implement generic PollEventShulhan
2023-06-29lib/net: set the file descriptor to non-block on ReregisterReadShulhan
2023-06-04lib/net: increase the maximum poll eventsShulhan
2023-05-30lib/net: add function WaitAliveShulhan
2023-05-27lib/net: add _test suffix to Example in testShulhan
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-07-02net/html: use inline replacement to clean up white spacesShulhan
2022-06-27all: move lib/sanitize.HTML to net/html.SanitizeShulhan
2022-06-27net/html: convert the NormalizeForID input letters to lower caseShulhan
2022-06-24net/html: add function NormalizeForIDShulhan
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
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-11-10net: always return the host name or IP on ParseIPPortShulhan
2020-06-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-04-05html: add function to simplify iterating node in HTML treeShulhan
2020-04-05net/html: new package to simplify the golang.org/x/net/htmlShulhan
2020-02-13net: replace single switch-case with if-statementShulhan
2020-01-23net: update comment on ParseIPPortShulhan
2019-12-07net: check and log error on poll's UnregisterReadShulhan
2019-11-14net: handle interrupted system call on epoll WaitShulhan
2019-11-04net: fix the implementation of epollShulhan
2019-11-01net: implement network polling using epoll and kqueueShulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-21net: add function to convert IPv6 into dot formatShulhan
2019-05-18net: add function to check if IP address is IPv4 or IPv6Shulhan
2019-05-17net: add parameter to check Fully Qualified Domain Name on IsHostnameValidShulhan
2019-03-26net: change return value of ParseIPPort to include hostnameShulhan
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