aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-11-07websocket: fix zero response ID when error on handleTextShulhan
2019-11-05share v0.10.0v0.10.0Shulhan
2019-11-05websocket: fix data race on testing FragmentationShulhan
2019-11-05email/dkim: fix the test expected response on LookupDNSTXTShulhan
2019-11-05dns: fix test to match with latest server behaviourShulhan
2019-11-05websocket: wrap the response with frame on sendResponseShulhan
2019-11-05websocket: set the response ID after calling handler on handleTextShulhan
2019-11-04dns: simplify forwarders reconnect processShulhan
2019-11-04net: fix the implementation of epollShulhan
2019-11-01CHANGELOG: update with latest feature and enhancementShulhan
2019-11-01websocket: replace epoll implementation with libnet.PollShulhan
2019-11-01net: implement network polling using epoll and kqueueShulhan