aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-09share v0.8.0v0.8.0Shulhan
2019-07-09dns: use channel to stop all forwardersShulhan
2019-07-09ini: add an empty line before section statementShulhan
2019-06-24dns: replace goto with boolean condition for restarting UDP forwarderShulhan
2019-06-24dns: recreate the DoH forwarder when query failShulhan
2019-06-18dns: add fallback nameserversShulhan
2019-06-18ini: create new section or variable if not exist on SetShulhan
2019-06-16dns: add method to restart forwardersShulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14share v0.7.0v0.7.0Shulhan
2019-06-14README: add short documentation and link for "smtpcli"Shulhan
2019-06-14memfs: fix test on GeneratePathNodeShulhan
2019-06-14smtp: fix test on Lookup ip addressShulhan
2019-06-14go.mod: update dependenciesShulhan
2019-06-14CHANGELOG: preparing for release v0.7.0Shulhan
2019-06-14all: fix nolint formatShulhan
2019-06-13ssh/client: add recursive option for Get and Put commandsShulhan
2019-06-07ini: add method to get section object by section and/or subsection nameShulhan
2019-06-03ssh: add field Environments in client's configShulhan
2019-06-02ini: add method Vars that return all variables as mapShulhan
2019-06-02ini: add parameter section and subsection nameShulhan
2019-06-02io: add function to check if content of file is binaryShulhan
2019-05-26ini: add methods to support templatingShulhan
2019-05-26ini: escape the variable value when printing with StringShulhan
2019-05-26ini: add method to add, set, and unset variableShulhan
2019-05-26ini: refactoring section methodsShulhan
2019-05-26ini: replace multiple ifs conditions with switch statementShulhan
2019-05-26ini: remove unused cases in variable's StringShulhan
2019-05-25ini: rename varModeXXX to lineModeXXXShulhan
2019-05-25ini: unexport Variable and SectionShulhan
2019-05-25ini: add method to Rebase other INI objectShulhan
2019-05-25ini: add method to prune INI variablesShulhan
2019-05-25ini: reorder all methods by nameShulhan
2019-05-25ini: cleanup, reformat, and repharase commentsShulhan
2019-05-25ini: remove unused method AddNewLineShulhan
2019-05-25ini: split doc into its own fileShulhan
2019-05-25ini: use direct constant declaration instead of iotaShulhan
2019-05-25ini: add method to get variable values as slice of stringShulhan
2019-05-25strings: move the Uniq function to strings.goShulhan
2019-05-25ssh: package ssh provide a wrapper to golang.org/x/crypto/sshShulhan
2019-05-25ini: add method to convert key-value to mapShulhan
2019-05-25strings: add function to append uniq values to slice of stringsShulhan
2019-05-21dns: always return true when answers RR exist and no TTL is zeroShulhan
2019-05-21dns: use the "lib/net" package to reverse the IPv6 addressShulhan
2019-05-21net: add function to convert IPv6 into dot formatShulhan
2019-05-21spf: implementation of Sender Policy Framework (RFC 7208)Shulhan
2019-05-18doc: regenerate to use new styleShulhan
2019-05-18net: add function to check if IP address is IPv4 or IPv6Shulhan
2019-05-17dns: set log flag to 0, without time prefixShulhan
2019-05-17dns: add function to lookup PTR record by IP addressShulhan