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-06-14
share v0.7.0
v0.7.0
Shulhan
2019-06-14
README: add short documentation and link for "smtpcli"
Shulhan
2019-06-14
memfs: fix test on GeneratePathNode
Shulhan
2019-06-14
smtp: fix test on Lookup ip address
Shulhan
2019-06-14
go.mod: update dependencies
Shulhan
2019-06-14
CHANGELOG: preparing for release v0.7.0
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-06-13
ssh/client: add recursive option for Get and Put commands
Shulhan
2019-06-07
ini: add method to get section object by section and/or subsection name
Shulhan
2019-06-03
ssh: add field Environments in client's config
Shulhan
2019-06-02
ini: add method Vars that return all variables as map
Shulhan
2019-06-02
ini: add parameter section and subsection name
Shulhan
2019-06-02
io: add function to check if content of file is binary
Shulhan
2019-05-26
ini: add methods to support templating
Shulhan
2019-05-26
ini: escape the variable value when printing with String
Shulhan
2019-05-26
ini: add method to add, set, and unset variable
Shulhan
2019-05-26
ini: refactoring section methods
Shulhan
2019-05-26
ini: replace multiple ifs conditions with switch statement
Shulhan
2019-05-26
ini: remove unused cases in variable's String
Shulhan
2019-05-25
ini: rename varModeXXX to lineModeXXX
Shulhan
2019-05-25
ini: unexport Variable and Section
Shulhan
2019-05-25
ini: add method to Rebase other INI object
Shulhan
2019-05-25
ini: add method to prune INI variables
Shulhan
2019-05-25
ini: reorder all methods by name
Shulhan
2019-05-25
ini: cleanup, reformat, and repharase comments
Shulhan
2019-05-25
ini: remove unused method AddNewLine
Shulhan
2019-05-25
ini: split doc into its own file
Shulhan
2019-05-25
ini: use direct constant declaration instead of iota
Shulhan
2019-05-25
ini: add method to get variable values as slice of string
Shulhan
2019-05-25
strings: move the Uniq function to strings.go
Shulhan
2019-05-25
ssh: package ssh provide a wrapper to golang.org/x/crypto/ssh
Shulhan
2019-05-25
ini: add method to convert key-value to map
Shulhan
2019-05-25
strings: add function to append uniq values to slice of strings
Shulhan
2019-05-21
dns: always return true when answers RR exist and no TTL is zero
Shulhan
2019-05-21
dns: use the "lib/net" package to reverse the IPv6 address
Shulhan
2019-05-21
net: add function to convert IPv6 into dot format
Shulhan
2019-05-21
spf: implementation of Sender Policy Framework (RFC 7208)
Shulhan
2019-05-18
doc: regenerate to use new style
Shulhan
2019-05-18
net: add function to check if IP address is IPv4 or IPv6
Shulhan
2019-05-17
dns: set log flag to 0, without time prefix
Shulhan
2019-05-17
dns: add function to lookup PTR record by IP address
Shulhan
2019-05-17
dns: export Lookup method as part of Client interface
Shulhan
2019-05-17
http: print the not-found path on Server's getFSNode()
Shulhan
2019-05-17
net: add parameter to check Fully Qualified Domain Name on IsHostnameValid
Shulhan
2019-05-13
dns: substract the message TTL when the answer found on cache
Shulhan
2019-05-12
io: watch changes on sub of sub directories on DirWatcher
Shulhan
2019-05-11
share v0.6.1
v0.6.1
Shulhan
2019-05-08
memfs: fix template when generating empty content
Shulhan
2019-05-08
memfs: sort the generated file names
Shulhan
2019-05-08
memfs: set root if GeneratedPathNode is not empty
Shulhan
[next]