summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-07Release share v0.43.0 (2022-02-07)v0.43.0Shulhan
2023-02-01lib/http: add function MarshalFormShulhan
2023-01-19clise: implement io Closer, Writer, StringWriter, and ByteWriterShulhan
2023-01-08clise: add method UnmarshalJSONShulhan
2022-12-12Release share v0.42.0 (2022-12-12)v0.42.0Shulhan
2022-11-28lib/http: add methods PutForm and PutFormData on ClientShulhan
2022-11-19lib/websocket: fix test for the Go 1.20Shulhan
2022-11-19lib/ascii: seed math/rand to fix the example for Random functionShulhan
2022-11-05Release share v0.41.3 (2022-11-05)v0.41.3Shulhan
2022-10-28lib/http: sanitize ServerUrl and request pathShulhan
2022-10-20lib/ssh: add private key to agent once client connected successfullyShulhan
2022-10-20ssh/config: change the method GenerateSigners to SignersShulhan
2022-10-19lib/ssh: try both ssh agent and IdentityFileYoufu Zhang
2022-10-18ssh/sftp: set FileAttrs.name to filenameYoufu Zhang
2022-10-10Release share v0.41.2 (2022-10-10)v0.41.2Shulhan
2022-10-10lib/websocket: cleanup the channel gracefulClose during CloseShulhan
2022-10-10lib/websocket: check for EAGAIN and EINTR when reading raw socketShulhan
2022-10-10lib/websocket: replace handleInvalidData and BadRequest with sendCloseShulhan
2022-10-10lib/websocket: fix possible data race on ClientShulhan
2022-10-08lib/websocket: rewords some comment and package documentationShulhan
2022-10-08Release share v0.41.1 (2022-10-07)v0.41.1Shulhan
2022-10-05email/dkim: fix tests with -count=X, where X>1Shulhan
2022-10-05lib/git: fix test with -count=X, where X>1Shulhan
2022-10-05lib/stmp: fix tests with -count=X, where X>1Shulhan
2022-10-05lib/http: simplify the default user-agent that send by ClientShulhan
2022-10-05lib/http: fix unit tests with -count=X, where X>1Shulhan
2022-10-02lib/websocket: remove global variables when testing rootRouteShulhan
2022-10-02lib/dns: reset the ID pool during testShulhan
2022-09-23lib/http: add unit test for UnmarshalFormShulhan
2022-09-22lib/http: support embedded field on UnmarshalFormShulhan
2022-09-21all: ignore _bin directoryShulhan
2022-09-21lib/ini: add example for marshaling slice inside map[string]TShulhan
2022-09-21lib/test: fix Assert always fail if no changes after string diffShulhan
2022-09-21text/diff: add field to indicate no difference found after diff-ingShulhan
2022-09-21lib/paseto: reformat the documentationShulhan
2022-09-15lib/test: use text/diff to compare strings on AssertShulhan
2022-09-15lib/reflect: remove prefix from returned error on DoEqualShulhan
2022-09-15lib/os: add test of Stat and LstatShulhan
2022-09-15lib/memfs: add test for deleting symlinks on DirWatcherShulhan
2022-09-15lib/websocket: fix possible race during testing ClientShulhan
2022-09-13go.mod: set the minimum Go to 1.18 and update all dependenciesShulhan
2022-09-13lib/test: change the Assert parameter to WriterShulhan
2022-09-08text/diff: rewrite the test again by reading from filesShulhan
2022-09-07lib/text: replace test.Assert with reflect.DeepEqualShulhan
2022-09-07lib/text: replace json.Escape with strconv.QuoteShulhan
2022-09-04Release share v0.41.0 (2022-09-04)v0.41.0Shulhan
2022-09-04all: update dependenciesShulhan
2022-09-01lib/memfs: fix SIGSEGV when node is deleted when being watchedShulhan
2022-08-31lib/memfs: remove unused parameter in isWatched and isIncludedShulhan
2022-08-31lib/memfs: simplify checking for symlinkShulhan