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
2024-01-06
Release share v0.52.0 (2024-01-06)
v0.52.0
Shulhan
2023-12-26
ssh/config: refactoring the Config merge
Shulhan
2023-12-26
ssh/config: merge the Section slice values on [Section.merge]
Shulhan
2023-12-25
ssh/config: set the default UserKnownHostsFile in setDefaults
Shulhan
2023-12-25
ssh/config: update comment on [Config.Get]
Shulhan
2023-12-25
ssh/config: add parameter Config to NewSection
Shulhan
2023-12-25
ssh/config: fix setting the default values
Shulhan
2023-12-22
lib/ssh: add parameter context to Execute method
Shulhan
2023-12-22
go.mod: update golang.org/x/crypto to v0.17.0
Shulhan
2023-12-19
ssh/config: set the Hostname if its not set on [Config.Get]
Shulhan
2023-12-19
ssh/config: rewrite unit tests for [Config.Get] using [lib.test.Data]
Shulhan
2023-12-19
ssh/config: set default section name to '*' if parameter is empty
Shulhan
2023-12-18
ssh/config: fix negate not resetted when parsing new section Match
Shulhan
2023-12-18
ssh/config: add method MarshalText and WriteTo
Shulhan
2023-12-17
http/sseclient: fix data race on [Client.Close]
Shulhan
2023-12-17
http/sseclient: fix Retry value not set to millisecond
Shulhan
2023-12-17
lib/time: un-export the variable Now
Shulhan
2023-12-17
lib/time: remove UnixMicro and UnixMilli
Shulhan
2023-12-17
lib/ssh: implement method Output on Client
Shulhan
2023-12-17
ssh/sftp: implement method MkdirAll on Client
Shulhan
2023-12-17
ssh/sftp: fix Stat on empty remote file name
Shulhan
2023-12-17
ssh/sftp: use fixed slice length when converting in unpackFileAttrs
Shulhan
2023-12-17
ssh/sftp: update comments to use references [...]
Shulhan
2023-12-13
ssh/sftp: fix non-nil returned error on Close
Shulhan
2023-12-13
lib/io: removed, this package has been merged into lib/os
Shulhan
2023-12-13
lib/parser: removed, this package has been merged into lib/strings
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-12-12
_AUR: include httpdfs binary in package
Shulhan
2023-12-12
cmd/httpdfs: implement [libhttp.Server] with [memfs.MemFS]
Shulhan
2023-12-09
lib/memfs: add parameter withContent to [Node.JSON]
Shulhan
2023-12-06
Release share v0.51.0 (2023-12-06)
v0.51.0
Shulhan
2023-12-06
go.mod: update all dependencies
Shulhan
2023-12-03
http/sseclient: add test for multi lines with empty line in middle
Shulhan
2023-11-27
lib/http: add field KeepAliveInterval in SSEEndpoint
Shulhan
2023-11-26
http/sseclient: add method IDInt to Event
Shulhan
2023-11-26
lib/http: simplify SSEConn API, remove the WriteMessage
Shulhan
2023-11-26
lib/http: update comment on Client.PostJSON and ClientOptions.ServerUrl
Shulhan
2023-11-26
lib/net: use [time.Ticker] to loop in WaitAlive
Shulhan
2023-11-26
http/sseclient: implement Client retry
Shulhan
2023-11-26
http/sseclient: remove double check for non-empty packet
Shulhan
2023-11-26
lib/http: add method WriteRaw to SSEEndpoint
Shulhan
2023-11-26
lib/http: change id type in WriteEvent/WriteMessage parameter to pointer
Shulhan
2023-11-26
lib/http: implement Server-Sent Events (SSE)
Shulhan
2023-11-25
lib/net: add method Read
Shulhan
2023-11-22
lib/memfs: add sub file system
Shulhan
2023-11-22
lib/http: update comment on Callback type
Shulhan
2023-11-21
lib/memfs: check for file not exist in scanDir and updateDir
Shulhan
2023-11-19
lib/crypto: trim the password read from SSH_ASKPASS
Shulhan
2023-11-18
lib/crypto: add support for reading passphrase using SSH_ASKPASS
Shulhan
2023-11-17
go.mod: update all dependencies
Shulhan
[next]