index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-07
share v0.10.2
v0.10.2
Shulhan
2019-12-07
dns: check for bad certificate when reading DoT request
Shulhan
2019-12-07
dns: log the connection type name when error on serveTCPClient
Shulhan
2019-12-07
dns: simplify cutting message packet on DoTClient recv
Shulhan
2019-12-07
dns: simplify cutting message packet on TCPClient recv
Shulhan
2019-12-07
dns: simplify cutting message packet on UDPClient recv
Shulhan
2019-12-07
dns: close the stopper channel
Shulhan
2019-12-07
dns: fix the use of goroutine on runForwarders
Shulhan
2019-12-07
dns: remove unused logging in RestartForwarders
Shulhan
2019-12-07
dns: remove unused isRunning on runTCPForwarder
Shulhan
2019-12-07
net: check and log error on poll's UnregisterRead
Shulhan
2019-12-05
CHANGELOG: update the release note date for v0.10.1
Shulhan
2019-12-05
share v0.10.1
v0.10.1
Shulhan
2019-12-04
websocket: update documentation of AUTOBAHN and on examples
Shulhan
2019-12-04
dns: remove the use of pointer on Message fields
Shulhan
2019-12-04
dns: remove the use of ResourceRecord pool
Shulhan
2019-12-04
dns: close the connection if receiving zero packet on serveTCPClient
Shulhan
2019-11-26
dns: increase and decrease number of forwarders only for primary forwarders
Shulhan
2019-11-24
dns: make the stopper channel to be buffered
Shulhan
2019-11-24
dns: check for nil forwarder
Shulhan
2019-11-20
http: add method HTTPMethod to Endpoint
Shulhan
2019-11-19
gitignore: ignore generate test output in lib/git
Shulhan
2019-11-19
github: set the go build command to be recursive
Shulhan
2019-11-19
memfs: remove unneeded call to GeneratedPathNode.Set
Shulhan
2019-11-19
websocket: remove test for empty endpoint due to different format
Shulhan
2019-11-19
ssh: fix test ClientConfig initialize on Github Actions
Shulhan
2019-11-19
memfs: move GoGenerate test to directory generate_test
Shulhan
2019-11-19
http: disable creating Memfs if Root options is empty
Shulhan
2019-11-15
lib/mining: move commands to root
Shulhan
2019-11-15
lib/io: fix test using existing file instead of generate file
Shulhan
2019-11-15
lib/git: add empty git directories on testdata
Shulhan
2019-11-15
lib/git: fix the test using full path URL and repository directory
Shulhan
2019-11-15
all: merge all gitignore files
Shulhan
2019-11-15
lib/mining: add test data for iris and phoneme
Shulhan
2019-11-14
LICENSE: update the content so it can be detected by pkg.go.dev
Shulhan
2019-11-14
github: testing action on push
Shulhan
2019-11-14
websocket: add examples of WebSocket as chat server and client
Shulhan
2019-11-14
websocket: add new function to create broadcast response
Shulhan
2019-11-14
websocket: update the documentation
Shulhan
2019-11-14
websocket: add field Conn to represent connection in Request
Shulhan
2019-11-14
dns: check for nil connection on DoTClient's Close
Shulhan
2019-11-14
websocket: update documentation on AUTOBAHN test suites
Shulhan
2019-11-14
websocket: check for read timeout on recv
Shulhan
2019-11-14
websocket: update NewServer usage on test
Shulhan
2019-11-14
websocket: remove unused error on NewServer
Shulhan
2019-11-14
net: handle interrupted system call on epoll Wait
Shulhan
2019-11-11
dns: reordering and formatting
Shulhan
2019-11-11
dns: check for zero query type and class on TCPClient Lookup method
Shulhan
2019-11-11
dns: check for nil connection on Close at TCPClient
Shulhan
2019-11-11
dns: minimize double looping on checking error at serveTCPClient
Shulhan
[next]