index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-03
Release share v0.32.0 (2021-12-03)
v0.32.0
Shulhan
2021-12-03
math/big: refactoring AddFloat to accept variadic interface{}
Shulhan
2021-12-03
math/big: refactor NewFloat to accept interface{} instead of float64 only
Shulhan
2021-11-19
math/big: realign struct fields on unit tests
Shulhan
2021-11-19
math/big: refactoring the Rat
Shulhan
2021-11-17
math/big: return nil on Quo and QuoRat instead of panic
Shulhan
2021-11-16
lib/dns: refactoring, change signature of client Lookup
Shulhan
2021-11-16
lib/dns: check error on Decode() in caches.read
Shulhan
2021-11-16
lib/dns: remove ineffectual assignment to err in Server runTCPForwarder
Shulhan
2021-11-15
lib/dns: refactoring ZoneFile into Zone
Shulhan
2021-11-15
lib/{email,spf}: changes related to refactoring lib/dns
Shulhan
2021-11-15
lib/dns: realign all struct fields
Shulhan
2021-11-15
lib/dns: refactoring message question
Shulhan
2021-11-14
lib/dns: refactoring the section header
Shulhan
2021-11-14
lib/dns: refactoring, introduce new type RecordClass
Shulhan
2021-11-14
lib/dns: refactoring, create type RecordType to represent type of RR
Shulhan
2021-11-14
lib/dns: add init method to RDataSOA
Shulhan
2021-11-13
lib/dns: remove internal field off from ResourceRecord
Shulhan
2021-11-13
lib/dns: remove unnecessary string convertion
Shulhan
2021-11-13
lib/dns: simplify and add unit testing on zoneRecords
Shulhan
2021-11-13
lib/dns: make the TCP forwarders as complementary of UDP
Shulhan
2021-11-13
lib/dns: remove the fallback name servers (NS) from server options
Shulhan
2021-11-13
lib/dns: use snake case for file naming
Shulhan
2021-11-12
lib/dns: log the question when forward failed
Shulhan
2021-11-11
lib/dns: simplify parse name servers on server options
Shulhan
2021-11-11
lib/dns: do not cache truncated answer
Shulhan
2021-11-11
lib/dns: use different packet between UDP and TCP messages
Shulhan
2021-11-08
lib/dns: add support to save and load caches to/from storage
Shulhan
2021-11-06
lib/ssh: use agent defined by config or from environment variable
Shulhan
2021-11-06
ssh/config: add support for section variable IdentityAgent
Shulhan
2021-11-04
Release share v0.31.0 (2021-11-04)
v0.31.0
Shulhan
2021-10-26
lib/memfs: move the go embed test to directory internal/test
Shulhan
2021-10-26
lib/memfs: move the embedded parameter to Options
Shulhan
2021-10-25
lib/totp: make the New to accept only hash with SHA1, SHA256, or SHA512
Shulhan
2021-10-23
lib/ini: check for empty string on IsValidVarName
Shulhan
2021-10-23
lib/ini: add function IsValidVarName
Shulhan
2021-10-23
lib/ini: add example of marshal/unmarshaling of section with sub
Shulhan
2021-10-17
lib/bytes: refactoring and cleaning up the bytes package
Shulhan
2021-10-14
lib/bytes: refactoring AppendXxx functions
Shulhan
2021-10-14
lib/ascii: change signature of ToLower and ToUpper
Shulhan
2021-10-14
lib/ascii: add examples for all exported functions
Shulhan
2021-10-14
lib/ascii: fix IsHex return false on 0
Shulhan
2021-10-10
lib/memfs: fix the embed test file names
Shulhan
2021-10-09
lib/io: fix test on DirWatcher
Shulhan
2021-10-09
lib/memfs: fix comment on generated Go code
Shulhan
2021-10-09
lib/memfs: remove PathNode "f" field
Shulhan
2021-10-09
lib/memfs: prefix all error when the method or function names
Shulhan
2021-10-09
lib/memfs: use consistent receiver name on Node methods
Shulhan
2021-10-09
lib/memfs: use temporary directory for testing Node.Save()
Shulhan
2021-10-09
lib/memfs: refactoring Node field V into Content
Shulhan
[next]