summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-02Release share v0.44.0 (2022-03-02)v0.44.0Shulhan
2023-02-28all: run go mod tidyShulhan
2023-02-28lib/clise: fix potential data race between Push and SliceShulhan
2023-02-25all: set the test timeout to 1mShulhan
2023-02-25all: access embedded field or methods using the type nameShulhan
2023-02-25lib/email: add an example for Filter method on HeaderShulhan
2023-02-25cmd: temporarily hide unused commandsShulhan
2023-02-25AUR: add go-test-coverhtml.sh and go-bench.sh into packageShulhan
2023-02-25lib/time: changes the Scheduler nextSeconds to time.DurationShulhan
2023-02-25lib/time: add unit tests for the rest of SchedulerShulhan
2023-02-25lib/time: group each schedule by section on NewSchedulerShulhan
2023-02-25lib/time: fix After and Before logicShulhan
2023-02-25all: move the AUR packaging files into directory _AURShulhan
2023-02-25lib/time: split the Scheduler parser to simplify testingShulhan
2023-02-25lib/time: simplify the Scheduler run logicShulhan
2023-02-25lib/time: add method Next to SchedulerShulhan
2023-02-24lib/memfs: minimize data race on DirWatcherShulhan
2023-02-22lib/websocket: replace math/rand.Read with crypto/rand.ReadShulhan
2023-02-22lib/time: implement SchedulerShulhan
2023-02-22lib/time: add new type ClockShulhan
2023-02-22lib/time: add global variable Now as functionShulhan
2023-02-17go.mod: update all dependenciesShulhan
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