index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-02
Release share v0.44.0 (2022-03-02)
v0.44.0
Shulhan
2023-02-28
all: run go mod tidy
Shulhan
2023-02-28
lib/clise: fix potential data race between Push and Slice
Shulhan
2023-02-25
all: set the test timeout to 1m
Shulhan
2023-02-25
all: access embedded field or methods using the type name
Shulhan
2023-02-25
lib/email: add an example for Filter method on Header
Shulhan
2023-02-25
cmd: temporarily hide unused commands
Shulhan
2023-02-25
AUR: add go-test-coverhtml.sh and go-bench.sh into package
Shulhan
2023-02-25
lib/time: changes the Scheduler nextSeconds to time.Duration
Shulhan
2023-02-25
lib/time: add unit tests for the rest of Scheduler
Shulhan
2023-02-25
lib/time: group each schedule by section on NewScheduler
Shulhan
2023-02-25
lib/time: fix After and Before logic
Shulhan
2023-02-25
all: move the AUR packaging files into directory _AUR
Shulhan
2023-02-25
lib/time: split the Scheduler parser to simplify testing
Shulhan
2023-02-25
lib/time: simplify the Scheduler run logic
Shulhan
2023-02-25
lib/time: add method Next to Scheduler
Shulhan
2023-02-24
lib/memfs: minimize data race on DirWatcher
Shulhan
2023-02-22
lib/websocket: replace math/rand.Read with crypto/rand.Read
Shulhan
2023-02-22
lib/time: implement Scheduler
Shulhan
2023-02-22
lib/time: add new type Clock
Shulhan
2023-02-22
lib/time: add global variable Now as function
Shulhan
2023-02-17
go.mod: update all dependencies
Shulhan
2023-02-07
Release share v0.43.0 (2022-02-07)
v0.43.0
Shulhan
2023-02-01
lib/http: add function MarshalForm
Shulhan
2023-01-19
clise: implement io Closer, Writer, StringWriter, and ByteWriter
Shulhan
2023-01-08
clise: add method UnmarshalJSON
Shulhan
2022-12-12
Release share v0.42.0 (2022-12-12)
v0.42.0
Shulhan
2022-11-28
lib/http: add methods PutForm and PutFormData on Client
Shulhan
2022-11-19
lib/websocket: fix test for the Go 1.20
Shulhan
2022-11-19
lib/ascii: seed math/rand to fix the example for Random function
Shulhan
2022-11-05
Release share v0.41.3 (2022-11-05)
v0.41.3
Shulhan
2022-10-28
lib/http: sanitize ServerUrl and request path
Shulhan
2022-10-20
lib/ssh: add private key to agent once client connected successfully
Shulhan
2022-10-20
ssh/config: change the method GenerateSigners to Signers
Shulhan
2022-10-19
lib/ssh: try both ssh agent and IdentityFile
Youfu Zhang
2022-10-18
ssh/sftp: set FileAttrs.name to filename
Youfu Zhang
2022-10-10
Release share v0.41.2 (2022-10-10)
v0.41.2
Shulhan
2022-10-10
lib/websocket: cleanup the channel gracefulClose during Close
Shulhan
2022-10-10
lib/websocket: check for EAGAIN and EINTR when reading raw socket
Shulhan
2022-10-10
lib/websocket: replace handleInvalidData and BadRequest with sendClose
Shulhan
2022-10-10
lib/websocket: fix possible data race on Client
Shulhan
2022-10-08
lib/websocket: rewords some comment and package documentation
Shulhan
2022-10-08
Release share v0.41.1 (2022-10-07)
v0.41.1
Shulhan
2022-10-05
email/dkim: fix tests with -count=X, where X>1
Shulhan
2022-10-05
lib/git: fix test with -count=X, where X>1
Shulhan
2022-10-05
lib/stmp: fix tests with -count=X, where X>1
Shulhan
2022-10-05
lib/http: simplify the default user-agent that send by Client
Shulhan
2022-10-05
lib/http: fix unit tests with -count=X, where X>1
Shulhan
2022-10-02
lib/websocket: remove global variables when testing rootRoute
Shulhan
2022-10-02
lib/dns: reset the ID pool during test
Shulhan
[next]