aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-01Release share v0.3.0v0.3.0Shulhan
2019-02-01README: mention that package smtp is working in progressShulhan
2019-02-01lib/debug: add function to write heap profile to fileShulhan
2019-01-31doc: add summary and notes about DKIMShulhan
2019-01-29all: include generated HTMLsShulhan
2019-01-29CHANGELOG: mentions all related changes for next releaseShulhan
2019-01-29lib/git: fix testdata and test inputShulhan
2019-01-29lib/smtp: remove unused parameter "arg" on handling HELP commandShulhan
2019-01-29lib/smtp: suppress gocyclo linter warning on handleCommandShulhan
2019-01-29lib/smtp: suppress unhandled error from sendErrorShulhan
2019-01-29lib/smtp: remove unnecessary assignment on error variablesShulhan
2019-01-29lib/smtp: suppress linter warning on sealing mail transactionShulhan
2019-01-29lib/smtp: simplify single switch-case and if-else conditionShulhan
2019-01-29lib/smtp: fix typo consistent receiver name on extension DSNShulhan
2019-01-29lib/smtp: suppress linter warning on default extensionsShulhan
2019-01-29lib/smtp: add string constant for "true" valueShulhan
2019-01-29lib/smtp: remove unused response from Ehlo return valueShulhan
2019-01-29lib/smtp: suppress gosec lint warning on Connect with insecure TLSShulhan
2019-01-29lib/smtp: fix error message with first-letter capital or end with newlineShulhan
2019-01-29lib/websocket: simplify Range on map of clientsShulhan
2019-01-29lib/websocket: uncapitalized the first letter of error messagesShulhan
2019-01-29lib/time: uncapitalized the first letter of error messageShulhan
2019-01-29lib/text: simplify if-else conditionShulhan
2019-01-29lib/tabula: uncapitalized the parameter name on GroupByValueShulhan
2019-01-29lib/strings: simplify if-else conditionShulhan
2019-01-29lib/runes: simplify if-else conditionShulhan
2019-01-29lib/net: uncapitalized first letter of error messageShulhan
2019-01-29lib/net: simplify if-else conditionShulhan
2019-01-29lib/mining: simplify if-else conditionShulhan
2019-01-29lib/mining: fix linter warnings on using capitalized parametersShulhan
2019-01-29lib/http: suppress linter warning on global variable on test fileShulhan
2019-01-29lib/http: simplified if-else conditionShulhan
2019-01-29lib/dns: uncapitalized the first letter of error messagesShulhan
2019-01-29lib/bytes: simplified if-else conditionShulhan
2019-01-29lib/dsv: fix stylecheck linter warningsShulhan
2019-01-29lib/debug: add type to store relative and difference on memory heapShulhan
2019-01-28lib/dns: remove request poolShulhan
2019-01-28lib/dns: update comment on ResourceRecord's RData methodShulhan
2019-01-28lib/dns: export the connection field on UDPClientShulhan
2019-01-28lib/dns: change the port number on testShulhan
2019-01-28lib/dns: add type of connectionShulhan
2019-01-15lib/smtp: add unit test for NewClientShulhan
2019-01-15lib/smtp: export the field ServerInfo in Client structShulhan
2019-01-15lib/smtp: add unit test for command without CRLFShulhan
2019-01-15lib/smtp: test client authentication with two handshakeShulhan
2019-01-15lib/smtp: add function Params to Extension interfaceShulhan
2019-01-15lib/smtp: implement SMTP service extension for Authentication (RFC 4954)Shulhan
2019-01-14doc: add summary note of Simple Authentication and Security Layer (SASL)Shulhan
2019-01-08lib/smtp: refactor server handle name from "s" to "srv"Shulhan
2019-01-08doc: add summary on SMTP over TLS (RFC3207)Shulhan