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-08-04
Release share v0.49.0 (2023-08-04)
v0.49.0
Shulhan
2023-07-26
lib/ssh: refactoring NewClientFromConfig, renamed to NewClientInteractive
Shulhan
2023-07-26
lib/ssh: add function LoadPrivateKeyInteractive
Shulhan
2023-07-26
lib/smtp: format the passed data in NewMailTx
Shulhan
2023-07-26
lib/os: add function Environments
Shulhan
2023-07-26
ssh/config: refactoring, simplify the Section fields
Shulhan
2023-07-24
ssh/config: make Config Get return Section with pattern
Shulhan
2023-07-24
ssh/config: store the section name
Shulhan
2023-07-24
ssh/config: store the workDir and homeDir in Config
Shulhan
2023-07-24
ssh/config: add Field to Section
Shulhan
2023-07-23
ssh/config: move setting the Section field into method
Shulhan
2023-07-23
ssh/config: reorder struct fields for better alignment
Shulhan
2023-07-23
lib/memfs: check for refresh URL outside of Root SysPath
Shulhan
2023-07-23
lib/os: check for extract path in untar and unzip
Shulhan
2023-07-21
lib/smtp: set minimum Server TLS to v1.2
Shulhan
2023-07-21
lib/os: add missing copyright header in os_test.go
Shulhan
2023-07-21
lib/os: add function PathFold and PathUnfold
Shulhan
2023-07-21
email/maildir: fix tests on darwin
Shulhan
2023-07-14
lib/email: refactoring, replace field with type []byte to string
Shulhan
2023-07-09
all: update dependencies and version
Shulhan
2023-07-09
lib/http: fix missing query when handling redirect in HandleFS
Shulhan
2023-07-09
lib/stmp: split checking error and non-successful response code
Shulhan
2023-07-07
Release share v0.48.0 (2023-07-07)
v0.48.0
Shulhan
2023-07-04
lib/memfs: fix missing default case in select
Shulhan
2023-07-03
websocket/examples: enhance the server and client
Shulhan
2023-07-03
lib/websocket: stop goroutines when no queue received after N duration
Shulhan
2023-07-01
lib/websocket: reformat comments and documentation
Shulhan
2023-07-01
lib/websocket: handle concurrent ping using goroutines
Shulhan
2023-07-01
lib/websocket: prefix the error with function or method names
Shulhan
2023-07-01
lib/net: changes the WaitRead/Event model on Poll
Shulhan
2023-07-01
lib/websocket: handle concurrent Server read using goroutines
Shulhan
2023-07-01
lib/net: implement generic PollEvent
Shulhan
2023-07-01
autobahn: print reports after testing server and client
Shulhan
2023-07-01
lib/websocket: handle concurrent upgrade using goroutine
Shulhan
2023-07-01
lib/websocket: move the autobahn test to package internal
Shulhan
2023-06-29
lib/net: set the file descriptor to non-block on ReregisterRead
Shulhan
2023-06-29
lib/websocket: add option to set read/write timeout on Server
Shulhan
2023-06-18
websocket/testdata: rewrite autobahn test using container
Shulhan
2023-06-18
lib/websocket: revert maxBuffer back to 1024
Shulhan
2023-06-18
lib/websocket: call Quit when handshake contains close or invalid frame
Shulhan
2023-06-18
lib/ascii: add unit and benchmark tests
Shulhan
2023-06-18
AUTHORS: add Wu Tingfeng as one of author
Shulhan
2023-06-18
all: move internal/asciiset to ascii
Shulhan
2023-06-18
go.mod: update all dependencies
Shulhan
2023-06-06
internal: add package asciiset
Wu Tingfeng
2023-06-04
Release share v0.47.0 (2023-06-04)
v0.47.0
Shulhan
2023-06-04
lib/websocket: increase the max buffer and queue for better throughput
Shulhan
2023-06-04
lib/net: increase the maximum poll events
Shulhan
2023-06-04
all: update description of some command and in README
Shulhan
2023-06-04
all: record the contributors of this module in file AUTHORS
Shulhan
[next]