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-26
lib/sql: make the TruncateTable run with cascade and restart identity
Shulhan
2021-12-26
lib/http: remove field memfs.Options in ServerOptions
Shulhan
2021-12-26
lib/memfs: add method Init
Shulhan
2021-12-20
lib/memfs: fix unit tests
Shulhan
2021-12-20
lib/memfs: embed the Embed options and GenFuncName
Shulhan
2021-12-20
lib/websocket: fix race conditition on handleText
Shulhan
2021-12-20
lib/websocket: add "ok" return value on ClientManager Context
Shulhan
2021-12-19
cmd/epoch: command line to print and parse Unix timestamp
Shulhan
2021-12-19
lib/memfs: realign struct Node, Options, PathNode, and on unit tests
Shulhan
2021-12-19
lib/memfs: remove field ContentEncoding from EmbedOptions and Node
Shulhan
2021-12-17
lib/email: convert the unit test for ParseMailbox to examples
Shulhan
2021-12-17
lib/email: realign the struct Mailbox
Shulhan
2021-12-17
lib/email: refacforing ParseMailbox
Shulhan
2021-12-16
lib/sql: check for EOF on loadSQL
Shulhan
2021-12-16
go.mod: update all dependencies
Shulhan
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
[prev]
[next]