aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-07share v0.6.0v0.6.0Shulhan
2019-05-07smtp: remove unused global variable "testSMTPAddress" on test fileShulhan
2019-05-07smtp: remove unused parameter "cmd" on handleDATAShulhan
2019-05-07io: check and log error from calling NewWatcherShulhan
2019-05-07dns: suppress linter warning on struct ServerOptions could be alignedShulhan
2019-05-07dns: change the server forwarder methods parameter type to stringShulhan
2019-05-07dns: suppress linter warning on global variable "rcodeNames"Shulhan
2019-05-07dns: suppress linter warnings on duplicate statementsShulhan
2019-05-07io: fix data race on testing DirWatcherShulhan
2019-05-07email: changes affected by update on dns packageShulhan
2019-05-07dns: use the prefix "!" for response with error codeShulhan
2019-05-07dns: remove duplicate log on invalid responseShulhan
2019-05-07dns: restart UDP forwarder on errorShulhan
2019-05-07dns: check for zero TTL on authorities and additionals RR on IsExpiredShulhan
2019-05-07memfs: fix possible invalid system path on file with symbolic linkShulhan
2019-04-19memfs: refresh the directory tree in Development mode if page not foundShulhan
2019-04-19io: watch included files on DirWatcherShulhan
2019-04-19io: simplify Watcher to use callback instead of channelShulhan
2019-04-19memfs: export the NewNode functionShulhan
2019-04-19io: implement naive directory change notification, DirWatcherShulhan
2019-04-19doc: add documentation for Sender Policy Framework (RFC 7208)Shulhan
2019-04-19memfs: add method to remove child from any nodeShulhan
2019-04-19memfs: export the method to add new childShulhan
2019-04-19memfs: add modification time to NodeShulhan
2019-04-19memfs: change the function parameters on create new nodeShulhan
2019-04-19memfs: add method to update node content and informationShulhan
2019-04-19memfs: add method to check if memfs contains mounted directoryShulhan
2019-04-19memfs: add method to unmount directoryShulhan
2019-04-19memfs: add parameter to make reading file content become optionalShulhan
2019-04-17memfs: refactoring go generate file to use type from memfsShulhan
2019-04-15http: allow serving directory with slashShulhan
2019-04-15http: change server initialization using optionsShulhan
2019-04-12dns: print the connection type on debug outputShulhan
2019-04-12dns: cache response with empty answer resource recordShulhan
2019-04-12dns: remove unnecessary index when updating answerShulhan
2019-04-12dns: add worker for pruning old caches by thresholdShulhan
2019-04-12dns: update accessed time when answer found on cachesShulhan
2019-04-12dns: add debugging for request, forwarding, and responseShulhan
2019-04-12dns: always set is local to true when answer found on cacheShulhan
2019-04-12CHANGELOG: update for the next releaseShulhan
2019-04-12dns: remove TCPPort on ServerOptionsShulhan
2019-04-12dns: unexport all fields from UDP and TCP clientsShulhan
2019-04-12dns: remove address parameter on client QueryShulhan
2019-04-12dns: simplify server request using io.WriterShulhan
2019-04-12dns: unexport connection typeShulhan
2019-04-12dns: remove receiver interfaceShulhan
2019-04-12dns: unexport requestShulhan
2019-04-12dns/server: implement recursion, forwarding request to parent name serversShulhan
2019-04-12dns: add mapping of response code to human readable namesShulhan
2019-04-12dns/message: remove elapsed parameter on message IsExpired()Shulhan