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-07-16
lib/ini: add function to unmarshal text into struct
Shulhan
2019-07-16
lib/ini: add function to marshal struct into stream of ini text
Shulhan
2019-07-09
share v0.8.0
v0.8.0
Shulhan
2019-07-09
dns: use channel to stop all forwarders
Shulhan
2019-07-09
ini: add an empty line before section statement
Shulhan
2019-06-24
dns: replace goto with boolean condition for restarting UDP forwarder
Shulhan
2019-06-24
dns: recreate the DoH forwarder when query fail
Shulhan
2019-06-18
dns: add fallback nameservers
Shulhan
2019-06-18
ini: create new section or variable if not exist on Set
Shulhan
2019-06-16
dns: add method to restart forwarders
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
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
[prev]
[next]