summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-08-29lib/http: increase time sleep waiting for server on example endpointShulhan
2022-08-29text/diff: rewrite the test using test.DataShulhan
2022-08-28lib/text: add custom MarshalJSON to type Chunk and LineShulhan
2022-08-28lib/json: remove solidus (slash) being escaped/unescapedShulhan
2022-08-25_doc: cleaning up the documentationShulhan
2022-08-06lib/totp: cleaning up the codesShulhan
2022-08-05Release share v0.40.0 (2022-08-05)v0.40.0Shulhan
2022-08-05all: simplify and remove unused tasks in MakefileShulhan
2022-08-05_bin: add script to run Go benchmarkShulhan
2022-08-03lib/memfs: suppress linter warnings for sending to channel using selectShulhan
2022-08-03lib/dns: add field SOA to the ServerOptionsShulhan
2022-08-03lib/strings: update comment format on CleanWikiMarkupShulhan
2022-08-03lib/strings: clean up test codesShulhan
2022-08-03lib/http: add server options to generate index.html automaticallyShulhan