summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-04Release share v0.53.0 (2024-02-04)v0.53.0Shulhan
2024-02-04lib/memfs: protect internal [DirWatcher.fileWatcher] with mutexShulhan
2024-02-03lib/memfs: fix flaky test on [Memfs.Get] with refreshShulhan
2024-01-30lib/sql: refactor WhereFields to join where condition with holder as isShulhan
2024-01-29lib/totp: add method GenerateWithTime and GenerateNWithTimeShulhan
2024-01-29test/mock: implement mock for crypto [rand.Reader]Shulhan
2024-01-27lib/sql: remove type TableShulhan
2024-01-27lib/sql: support update, bind where condition, and subquery in MetaShulhan
2024-01-25lib/sql: add method WhereHolder to Meta typeShulhan
2024-01-25lib/path: add method Keys and NKey, and export IsKeyExistsShulhan
2024-01-25lib/sql: add new type MetaShulhan
2024-01-25lib/path: add example for [Route.Parse]Shulhan
2024-01-25lib/path: add method Set to RouteShulhan
2024-01-25lib/path: new package to work with pathShulhan
2024-01-24lib/http: simplify parameter names in Client method for godocShulhan
2024-01-24all: fix the warnings from linter reviveShulhan
2024-01-24_bin/go-mod-tip: use committer timestamp instead of author timestampShulhan
2024-01-24go.mod: update all dependenciesShulhan
2024-01-24lib/http: add support for If-Modified-Since in HandleFSShulhan
2024-01-24lib/http: use raw string literal for string constantsShulhan
2024-01-24lib/http: update doc to use comment linksShulhan
2024-01-24lib/http: refactoring Range request, limit content served by serverShulhan
2024-01-18lib/http: add method Head to ClientShulhan
2024-01-14lib/ini: add method KeysShulhan
2024-01-14lib/ini: use method IsExported in marshalStructShulhan
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