aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26share v0.11.0v0.11.0Shulhan
2019-12-23errors: add field Name and errShulhan
2019-12-22dns: add debug information for alive forwardersShulhan
2019-12-22dns: remove the usage forward groups in ServerShulhan
2019-12-18dns: merge Start and Wait into ListenAndServeShulhan
2019-12-13dns: change the forwarder's tag counters using number of forwarderShulhan
2019-12-13dns: replace use of goto with defer on forwarder goroutinesShulhan
2019-12-10CHANGELOG: update with latest commitsShulhan
2019-12-10memfs: simplify and fix the implementation and test of ReaddirShulhan
2019-12-10memfs: add function addChild to NodeShulhan
2019-12-10memfs: fix the test on Readdir to make it predictableShulhan
2019-12-09memfs: implement http.FileSystem on MemFSShulhan
2019-12-09memfs: implement http.File on NodeShulhan
2019-12-09memfs: implement os.FileInfo on NodeShulhan
2019-12-09memfs: implement io.Closer, io.Reader, and io.Seeker on NodeShulhan
2019-12-09dns: allocate raw packet on receiveShulhan
2019-12-09dns: split between read and write timeout for TCPClientShulhan
2019-12-09dns: log the number of pruned recordsShulhan
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