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-26
share v0.11.0
v0.11.0
Shulhan
2019-12-23
errors: add field Name and err
Shulhan
2019-12-22
dns: add debug information for alive forwarders
Shulhan
2019-12-22
dns: remove the usage forward groups in Server
Shulhan
2019-12-18
dns: merge Start and Wait into ListenAndServe
Shulhan
2019-12-13
dns: change the forwarder's tag counters using number of forwarder
Shulhan
2019-12-13
dns: replace use of goto with defer on forwarder goroutines
Shulhan
2019-12-10
CHANGELOG: update with latest commits
Shulhan
2019-12-10
memfs: simplify and fix the implementation and test of Readdir
Shulhan
2019-12-10
memfs: add function addChild to Node
Shulhan
2019-12-10
memfs: fix the test on Readdir to make it predictable
Shulhan
2019-12-09
memfs: implement http.FileSystem on MemFS
Shulhan
2019-12-09
memfs: implement http.File on Node
Shulhan
2019-12-09
memfs: implement os.FileInfo on Node
Shulhan
2019-12-09
memfs: implement io.Closer, io.Reader, and io.Seeker on Node
Shulhan
2019-12-09
dns: allocate raw packet on receive
Shulhan
2019-12-09
dns: split between read and write timeout for TCPClient
Shulhan
2019-12-09
dns: log the number of pruned records
Shulhan
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
[next]