aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-07share v0.10.2v0.10.2Shulhan
2019-12-07dns: check for bad certificate when reading DoT requestShulhan
2019-12-07dns: log the connection type name when error on serveTCPClientShulhan
2019-12-07dns: simplify cutting message packet on DoTClient recvShulhan
2019-12-07dns: simplify cutting message packet on TCPClient recvShulhan
2019-12-07dns: simplify cutting message packet on UDPClient recvShulhan
2019-12-07dns: close the stopper channelShulhan
2019-12-07dns: fix the use of goroutine on runForwardersShulhan
2019-12-07dns: remove unused logging in RestartForwardersShulhan
2019-12-07dns: remove unused isRunning on runTCPForwarderShulhan
2019-12-07net: check and log error on poll's UnregisterReadShulhan
2019-12-05CHANGELOG: update the release note date for v0.10.1Shulhan
2019-12-05share v0.10.1v0.10.1Shulhan
2019-12-04websocket: update documentation of AUTOBAHN and on examplesShulhan
2019-12-04dns: remove the use of pointer on Message fieldsShulhan
2019-12-04dns: remove the use of ResourceRecord poolShulhan
2019-12-04dns: close the connection if receiving zero packet on serveTCPClientShulhan
2019-11-26dns: increase and decrease number of forwarders only for primary forwardersShulhan
2019-11-24dns: make the stopper channel to be bufferedShulhan
2019-11-24dns: check for nil forwarderShulhan
2019-11-20http: add method HTTPMethod to EndpointShulhan
2019-11-19gitignore: ignore generate test output in lib/gitShulhan
2019-11-19github: set the go build command to be recursiveShulhan
2019-11-19memfs: remove unneeded call to GeneratedPathNode.SetShulhan
2019-11-19websocket: remove test for empty endpoint due to different formatShulhan
2019-11-19ssh: fix test ClientConfig initialize on Github ActionsShulhan
2019-11-19memfs: move GoGenerate test to directory generate_testShulhan
2019-11-19http: disable creating Memfs if Root options is emptyShulhan
2019-11-15lib/mining: move commands to rootShulhan
2019-11-15lib/io: fix test using existing file instead of generate fileShulhan
2019-11-15lib/git: add empty git directories on testdataShulhan
2019-11-15lib/git: fix the test using full path URL and repository directoryShulhan
2019-11-15all: merge all gitignore filesShulhan
2019-11-15lib/mining: add test data for iris and phonemeShulhan
2019-11-14LICENSE: update the content so it can be detected by pkg.go.devShulhan
2019-11-14github: testing action on pushShulhan
2019-11-14websocket: add examples of WebSocket as chat server and clientShulhan
2019-11-14websocket: add new function to create broadcast responseShulhan
2019-11-14websocket: update the documentationShulhan
2019-11-14websocket: add field Conn to represent connection in RequestShulhan
2019-11-14dns: check for nil connection on DoTClient's CloseShulhan
2019-11-14websocket: update documentation on AUTOBAHN test suitesShulhan
2019-11-14websocket: check for read timeout on recvShulhan
2019-11-14websocket: update NewServer usage on testShulhan
2019-11-14websocket: remove unused error on NewServerShulhan
2019-11-14net: handle interrupted system call on epoll WaitShulhan
2019-11-11dns: reordering and formattingShulhan
2019-11-11dns: check for zero query type and class on TCPClient Lookup methodShulhan
2019-11-11dns: check for nil connection on Close at TCPClientShulhan
2019-11-11dns: minimize double looping on checking error at serveTCPClientShulhan