aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-05-17dns: export Lookup method as part of Client interfaceShulhan
2019-05-17http: print the not-found path on Server's getFSNode()Shulhan
2019-05-17net: add parameter to check Fully Qualified Domain Name on IsHostnameValidShulhan
2019-05-13dns: substract the message TTL when the answer found on cacheShulhan
2019-05-12io: watch changes on sub of sub directories on DirWatcherShulhan
2019-05-11share v0.6.1v0.6.1Shulhan
2019-05-08memfs: fix template when generating empty contentShulhan
2019-05-08memfs: sort the generated file namesShulhan
2019-05-08memfs: set root if GeneratedPathNode is not emptyShulhan