index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
lib/net: remove old build tags
Shulhan
2024-03-09
lib: move package "net/html" to "lib/html"
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-11-26
lib/net: use [time.Ticker] to loop in WaitAlive
Shulhan
2023-11-25
lib/net: add method Read
Shulhan
2023-09-11
lib: fix method signature for WriteTo
Shulhan
2023-09-11
lib/net: realign struct for better size allocation
Shulhan
2023-07-01
lib/net: changes the WaitRead/Event model on Poll
Shulhan
2023-07-01
lib/net: implement generic PollEvent
Shulhan
2023-06-29
lib/net: set the file descriptor to non-block on ReregisterRead
Shulhan
2023-06-04
lib/net: increase the maximum poll events
Shulhan
2023-05-30
lib/net: add function WaitAlive
Shulhan
2023-05-27
lib/net: add _test suffix to Example in test
Shulhan
2023-04-09
lib/net: refactoring resolv.conf parser using lib/bytes#Parser
Shulhan
2023-04-02
lib/net: add method WriteTo to ResolvConf
Shulhan
2023-03-26
lib/net: changes the PopulateQuery logic
Shulhan
2022-07-02
net/html: use inline replacement to clean up white spaces
Shulhan
2022-06-27
all: move lib/sanitize.HTML to net/html.Sanitize
Shulhan
2022-06-27
net/html: convert the NormalizeForID input letters to lower case
Shulhan
2022-06-24
net/html: add function NormalizeForID
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-14
lib/net: add method to populate query on ResolvConf
Shulhan
2021-10-14
lib/ascii: change signature of ToLower and ToUpper
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-11-10
net: always return the host name or IP on ParseIPPort
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-04-05
html: add function to simplify iterating node in HTML tree
Shulhan
2020-04-05
net/html: new package to simplify the golang.org/x/net/html
Shulhan
2020-02-13
net: replace single switch-case with if-statement
Shulhan
2020-01-23
net: update comment on ParseIPPort
Shulhan
2019-12-07
net: check and log error on poll's UnregisterRead
Shulhan
2019-11-14
net: handle interrupted system call on epoll Wait
Shulhan
2019-11-04
net: fix the implementation of epoll
Shulhan
2019-11-01
net: implement network polling using epoll and kqueue
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-21
net: add function to convert IPv6 into dot format
Shulhan
2019-05-18
net: add function to check if IP address is IPv4 or IPv6
Shulhan
2019-05-17
net: add parameter to check Fully Qualified Domain Name on IsHostnameValid
Shulhan
2019-03-26
net: change return value of ParseIPPort to include hostname
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-05
lib/net: replace space separators with bytes.ASCIISpaces
Shulhan
2019-02-05
lib/io: rename Reader SkipSpace to SkipSpaces
Shulhan
[next]