summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-06Release share v0.52.0 (2024-01-06)v0.52.0Shulhan
2023-12-26ssh/config: refactoring the Config mergeShulhan
2023-12-26ssh/config: merge the Section slice values on [Section.merge]Shulhan
2023-12-25ssh/config: set the default UserKnownHostsFile in setDefaultsShulhan
2023-12-25ssh/config: update comment on [Config.Get]Shulhan
2023-12-25ssh/config: add parameter Config to NewSectionShulhan
2023-12-25ssh/config: fix setting the default valuesShulhan
2023-12-22lib/ssh: add parameter context to Execute methodShulhan
2023-12-22go.mod: update golang.org/x/crypto to v0.17.0Shulhan
2023-12-19ssh/config: set the Hostname if its not set on [Config.Get]Shulhan
2023-12-19ssh/config: rewrite unit tests for [Config.Get] using [lib.test.Data]Shulhan
2023-12-19ssh/config: set default section name to '*' if parameter is emptyShulhan
2023-12-18ssh/config: fix negate not resetted when parsing new section MatchShulhan
2023-12-18ssh/config: add method MarshalText and WriteToShulhan
2023-12-17http/sseclient: fix data race on [Client.Close]Shulhan
2023-12-17http/sseclient: fix Retry value not set to millisecondShulhan
2023-12-17lib/time: un-export the variable NowShulhan
2023-12-17lib/time: remove UnixMicro and UnixMilliShulhan
2023-12-17lib/ssh: implement method Output on ClientShulhan
2023-12-17ssh/sftp: implement method MkdirAll on ClientShulhan
2023-12-17ssh/sftp: fix Stat on empty remote file nameShulhan
2023-12-17ssh/sftp: use fixed slice length when converting in unpackFileAttrsShulhan
2023-12-17ssh/sftp: update comments to use references [...]Shulhan
2023-12-13ssh/sftp: fix non-nil returned error on CloseShulhan
2023-12-13lib/io: removed, this package has been merged into lib/osShulhan
2023-12-13lib/parser: removed, this package has been merged into lib/stringsShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-12-12_AUR: include httpdfs binary in packageShulhan
2023-12-12cmd/httpdfs: implement [libhttp.Server] with [memfs.MemFS]Shulhan
2023-12-09lib/memfs: add parameter withContent to [Node.JSON]Shulhan
2023-12-06Release share v0.51.0 (2023-12-06)v0.51.0Shulhan
2023-12-06go.mod: update all dependenciesShulhan
2023-12-03http/sseclient: add test for multi lines with empty line in middleShulhan
2023-11-27lib/http: add field KeepAliveInterval in SSEEndpointShulhan
2023-11-26http/sseclient: add method IDInt to EventShulhan
2023-11-26lib/http: simplify SSEConn API, remove the WriteMessageShulhan
2023-11-26lib/http: update comment on Client.PostJSON and ClientOptions.ServerUrlShulhan
2023-11-26lib/net: use [time.Ticker] to loop in WaitAliveShulhan
2023-11-26http/sseclient: implement Client retryShulhan
2023-11-26http/sseclient: remove double check for non-empty packetShulhan
2023-11-26lib/http: add method WriteRaw to SSEEndpointShulhan
2023-11-26lib/http: change id type in WriteEvent/WriteMessage parameter to pointerShulhan
2023-11-26lib/http: implement Server-Sent Events (SSE)Shulhan
2023-11-25lib/net: add method ReadShulhan
2023-11-22lib/memfs: add sub file systemShulhan
2023-11-22lib/http: update comment on Callback typeShulhan
2023-11-21lib/memfs: check for file not exist in scanDir and updateDirShulhan
2023-11-19lib/crypto: trim the password read from SSH_ASKPASSShulhan
2023-11-18lib/crypto: add support for reading passphrase using SSH_ASKPASSShulhan
2023-11-17go.mod: update all dependenciesShulhan