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-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
2023-06-04
all: remove the copyright holder in the LICENSE file
Shulhan
2023-06-04
lib/email: set the Field Type and unpack its value on ParseField
Shulhan
2023-06-04
all: git ignore the _bin/bcrypt binary
Shulhan
2023-06-04
lib/email: handle obsolete white spaces and comment when unpacking date
Shulhan
2023-06-04
lib/email: add benchmark for IsValidLocal
Shulhan
2023-06-04
lib/email: remove spaces when parsing domain in parseMailbox
Shulhan
2023-06-04
lib/bytes: use %q to print characters in example code
Shulhan
2023-06-04
lib/bytes: add function RemoveSpaces
Shulhan
2023-06-03
lib/email: refactoring Field parsing
Shulhan
2023-06-01
lib/email: unexport the field ContentType in the field
Shulhan
2023-05-30
lib/smtp: implement Client SendEmail
Shulhan
2023-05-30
lib/smtp: changes the field name for listener for clarity
Shulhan
2023-05-30
lib/smtp: return pointer to the struct type instead of interface
Shulhan
2023-05-30
lib/test: update documentation related to Assert and Data
Shulhan
2023-05-30
lib/test: add another example for Assert-ing string
Shulhan
2023-05-30
lib/email: update the package documentation
Shulhan
2023-05-30
_doc: remove the author attribute from RFC documents
Shulhan
2023-05-30
lib/email: make the ContentType match case insensitive
Shulhan
2023-05-30
lib/email: fix parsing multiple parameters in ContentType
Shulhan
2023-05-30
lib/smtp: use WaitAlive instead of time.Sleep
Shulhan
2023-05-30
lib/net: add function WaitAlive
Shulhan
2023-05-27
lib/net: add _test suffix to Example in test
Shulhan
[next]