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
2023-09-02
Release share v0.49.1 (2023-09-02)
v0.49.1
Shulhan
2023-08-29
lib/ssh: use UserKnownHostFile from configuration in NewClientInteractive
Shulhan
2023-08-29
go.mod: set minimum Go version to 1.20 and update all dependencies
Shulhan
2023-08-08
ssh/config: export the function to create new Section
Shulhan
2023-08-07
ssh/config: handle key UserKnownHostsFile
Shulhan
2023-08-07
ssh/config: convert value of CASignatureAlgorithms and Hostname to lowercase
Shulhan
2023-08-06
lib/dns: fix leaking internal zone
Shulhan
2023-08-06
lib/dns: add method to populate internal caches by Zone
Shulhan
2023-08-06
lib/dns: changes the return key on LoadZoneDir
Shulhan
2023-08-06
lib/dns: use Zone as single source of truth when parsing
Shulhan
2023-08-06
lib/dns: set the Zone Path in ParseZoneFile
Shulhan
2023-08-06
lib/dns: make sure that the zone Origin always end with period
Shulhan
2023-08-06
lib/dns: rename Zone field Name to Origin
Shulhan
2023-08-06
lib/dns: add method AddAuthority to Message
Shulhan
2023-08-05
lib/dns: merge the ZoneRecords methods to Zone
Shulhan
2023-08-05
lib/dns: update the SOA Serial when record added or removed from Zone
Shulhan
2023-08-05
lib/dns: always initialize the Zone SOA record to default values
Shulhan
2023-08-05
lib/dns: directly use the map RecordClasses and RecordTypes
Shulhan
2023-08-04
Release share v0.49.0 (2023-08-04)
v0.49.0
Shulhan
2023-07-26
lib/ssh: refactoring NewClientFromConfig, renamed to NewClientInteractive
Shulhan
2023-07-26
lib/ssh: add function LoadPrivateKeyInteractive
Shulhan
2023-07-26
lib/smtp: format the passed data in NewMailTx
Shulhan
2023-07-26
lib/os: add function Environments
Shulhan
2023-07-26
ssh/config: refactoring, simplify the Section fields
Shulhan
2023-07-24
ssh/config: make Config Get return Section with pattern
Shulhan
2023-07-24
ssh/config: store the section name
Shulhan
2023-07-24
ssh/config: store the workDir and homeDir in Config
Shulhan
2023-07-24
ssh/config: add Field to Section
Shulhan
2023-07-23
ssh/config: move setting the Section field into method
Shulhan
2023-07-23
ssh/config: reorder struct fields for better alignment
Shulhan
2023-07-23
lib/memfs: check for refresh URL outside of Root SysPath
Shulhan
2023-07-23
lib/os: check for extract path in untar and unzip
Shulhan
2023-07-21
lib/smtp: set minimum Server TLS to v1.2
Shulhan
2023-07-21
lib/os: add missing copyright header in os_test.go
Shulhan
2023-07-21
lib/os: add function PathFold and PathUnfold
Shulhan
2023-07-21
email/maildir: fix tests on darwin
Shulhan
2023-07-14
lib/email: refactoring, replace field with type []byte to string
Shulhan
2023-07-09
all: update dependencies and version
Shulhan
2023-07-09
lib/http: fix missing query when handling redirect in HandleFS
Shulhan
2023-07-09
lib/stmp: split checking error and non-successful response code
Shulhan
2023-07-07
Release share v0.48.0 (2023-07-07)
v0.48.0
Shulhan
2023-07-04
lib/memfs: fix missing default case in select
Shulhan
2023-07-03
websocket/examples: enhance the server and client
Shulhan
2023-07-03
lib/websocket: stop goroutines when no queue received after N duration
Shulhan
2023-07-01
lib/websocket: reformat comments and documentation
Shulhan
2023-07-01
lib/websocket: handle concurrent ping using goroutines
Shulhan
2023-07-01
lib/websocket: prefix the error with function or method names
Shulhan
2023-07-01
lib/net: changes the WaitRead/Event model on Poll
Shulhan
2023-07-01
lib/websocket: handle concurrent Server read using goroutines
Shulhan
2023-07-01
lib/net: implement generic PollEvent
Shulhan
[next]