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-03-01
Release share v0.4.0
v0.4.0
Shulhan
2019-03-01
dns: prevent data race when retrieving new client
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-03-01
email/maildir: a library to manage email using maildir format
Shulhan
2019-02-28
time: add function to get micro seconds
Shulhan
2019-02-28
dns: add mapping of connection types and its names
Shulhan
2019-02-26
smtp: rename StorageFile to LocalStorage
Shulhan
2019-02-26
smtp: implement server with local handler
Shulhan
2019-02-26
smtp: remove unused return value error on parseParams
Shulhan
2019-02-26
smtp: remove environment types
Shulhan
2019-02-26
smtp: add prefix Mail to methods in Storage interface
Shulhan
2019-02-25
ini: unexport the reader
Shulhan
2019-02-25
ini: add method to get all variable values with the same key
Shulhan
2019-02-23
dns: print the section question type by string
Shulhan
2019-02-23
smtp: use different port between normal listener and TLS listener
Shulhan
2019-02-22
smtp: replace EnvironmentIni with EnvDirect
Shulhan
2019-02-21
memfs: pre allocated the returned paths on ListNames
Shulhan
2019-02-21
memfs: add method to dump files as Go generated source
Shulhan
2019-02-21
bytes: add benchmark for bytes.Equal and bytes.Compare
Shulhan
2019-02-21
memfs: add variable for allowing bypass file in memory
Shulhan
2019-02-19
http: add the charset type to content-type "text/plain"
Shulhan
2019-02-19
memfs: check for empty directory on Mount
Shulhan
2019-02-19
http: listen and serve using TLS if TLSConfig is defined
Shulhan
2019-02-19
http: add method to temporary redirect request to other location
Shulhan
2019-02-15
email/dkim: fix warnings from linters
Shulhan
2019-02-15
all: fix the usage of "iota"
Shulhan
2019-02-15
email: implement signing message with DKIM method
Shulhan
2019-02-15
email: fix error messages when parsing field
Shulhan
2019-02-14
email: remove header.String() in favor of Simple() or Relaxed()
Shulhan
2019-02-14
email: implement DKIM verify on message
Shulhan
2019-02-14
bytes: add function to copy slice
Shulhan
2019-02-13
email/dkim: rename "verifyXxx" methods to "validateXxx"
Shulhan
2019-02-11
email/dkim: rename Verify method to Validate
Shulhan
2019-02-09
email/dkim: split parsing canonicalization value into its own functions
Shulhan
2019-02-09
email/dkim: split the DNS related functions into new file
Shulhan
2019-02-09
email/dkim: various fixes with more unit tests
Shulhan
2019-02-08
email/dkim: add key pool
Shulhan
2019-02-08
email/dkim: decode and parse public key from TXT record
Shulhan
2019-02-08
email/dkim: handle invalid characters when parsing tag value with base64
Shulhan
2019-02-07
email/dkim: fix linter warnings on global variables
Shulhan
2019-02-07
email/dkim: implement public key lookup with DNS
Shulhan
2019-02-07
dns: add method to filter Message.Answer by specific query type
Shulhan
2019-02-07
dns: add pool for UDP client
Shulhan
2019-02-07
dns: add function to get list of system name servers
Shulhan
2019-02-07
dns: fix creating new UDP/TCP client without port number
Shulhan
2019-02-07
dns: make UDPClient Query routine safe
Shulhan
2019-02-07
email/dkim: add type for query method that combine query type and option
Shulhan
2019-02-06
lib/email/dkim: new package for parsing and creating DKIM signature
Shulhan
2019-02-06
lib/bytes: add function to convert hexadecimal into byte
Shulhan
2019-02-06
lib/email: add method to canonicalize header
Shulhan
[next]