index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-02-01
Release share v0.3.0
v0.3.0
Shulhan
2019-02-01
README: mention that package smtp is working in progress
Shulhan
2019-02-01
lib/debug: add function to write heap profile to file
Shulhan
2019-01-31
doc: add summary and notes about DKIM
Shulhan
2019-01-29
all: include generated HTMLs
Shulhan
2019-01-29
CHANGELOG: mentions all related changes for next release
Shulhan
2019-01-29
lib/git: fix testdata and test input
Shulhan
2019-01-29
lib/smtp: remove unused parameter "arg" on handling HELP command
Shulhan
2019-01-29
lib/smtp: suppress gocyclo linter warning on handleCommand
Shulhan
2019-01-29
lib/smtp: suppress unhandled error from sendError
Shulhan
2019-01-29
lib/smtp: remove unnecessary assignment on error variables
Shulhan
2019-01-29
lib/smtp: suppress linter warning on sealing mail transaction
Shulhan
2019-01-29
lib/smtp: simplify single switch-case and if-else condition
Shulhan
2019-01-29
lib/smtp: fix typo consistent receiver name on extension DSN
Shulhan
2019-01-29
lib/smtp: suppress linter warning on default extensions
Shulhan
2019-01-29
lib/smtp: add string constant for "true" value
Shulhan
2019-01-29
lib/smtp: remove unused response from Ehlo return value
Shulhan
2019-01-29
lib/smtp: suppress gosec lint warning on Connect with insecure TLS
Shulhan
2019-01-29
lib/smtp: fix error message with first-letter capital or end with newline
Shulhan
2019-01-29
lib/websocket: simplify Range on map of clients
Shulhan
2019-01-29
lib/websocket: uncapitalized the first letter of error messages
Shulhan
2019-01-29
lib/time: uncapitalized the first letter of error message
Shulhan
2019-01-29
lib/text: simplify if-else condition
Shulhan
2019-01-29
lib/tabula: uncapitalized the parameter name on GroupByValue
Shulhan
2019-01-29
lib/strings: simplify if-else condition
Shulhan
2019-01-29
lib/runes: simplify if-else condition
Shulhan
2019-01-29
lib/net: uncapitalized first letter of error message
Shulhan
2019-01-29
lib/net: simplify if-else condition
Shulhan
2019-01-29
lib/mining: simplify if-else condition
Shulhan
2019-01-29
lib/mining: fix linter warnings on using capitalized parameters
Shulhan
2019-01-29
lib/http: suppress linter warning on global variable on test file
Shulhan
2019-01-29
lib/http: simplified if-else condition
Shulhan
2019-01-29
lib/dns: uncapitalized the first letter of error messages
Shulhan
2019-01-29
lib/bytes: simplified if-else condition
Shulhan
2019-01-29
lib/dsv: fix stylecheck linter warnings
Shulhan
2019-01-29
lib/debug: add type to store relative and difference on memory heap
Shulhan
2019-01-28
lib/dns: remove request pool
Shulhan
2019-01-28
lib/dns: update comment on ResourceRecord's RData method
Shulhan
2019-01-28
lib/dns: export the connection field on UDPClient
Shulhan
2019-01-28
lib/dns: change the port number on test
Shulhan
2019-01-28
lib/dns: add type of connection
Shulhan
2019-01-15
lib/smtp: add unit test for NewClient
Shulhan
2019-01-15
lib/smtp: export the field ServerInfo in Client struct
Shulhan
2019-01-15
lib/smtp: add unit test for command without CRLF
Shulhan
2019-01-15
lib/smtp: test client authentication with two handshake
Shulhan
2019-01-15
lib/smtp: add function Params to Extension interface
Shulhan
2019-01-15
lib/smtp: implement SMTP service extension for Authentication (RFC 4954)
Shulhan
2019-01-14
doc: add summary note of Simple Authentication and Security Layer (SASL)
Shulhan
2019-01-08
lib/smtp: refactor server handle name from "s" to "srv"
Shulhan
2019-01-08
doc: add summary on SMTP over TLS (RFC3207)
Shulhan
[next]