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-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
2019-11-07
websocket: fix zero response ID when error on handleText
Shulhan
2019-11-05
share v0.10.0
v0.10.0
Shulhan
2019-11-05
websocket: fix data race on testing Fragmentation
Shulhan
2019-11-05
email/dkim: fix the test expected response on LookupDNSTXT
Shulhan
2019-11-05
dns: fix test to match with latest server behaviour
Shulhan
2019-11-05
websocket: wrap the response with frame on sendResponse
Shulhan
2019-11-05
websocket: set the response ID after calling handler on handleText
Shulhan
2019-11-04
dns: simplify forwarders reconnect process
Shulhan
2019-11-04
net: fix the implementation of epoll
Shulhan
2019-11-01
CHANGELOG: update with latest feature and enhancement
Shulhan
2019-11-01
websocket: replace epoll implementation with libnet.Poll
Shulhan
2019-11-01
net: implement network polling using epoll and kqueue
Shulhan
[next]