summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-03Release share v0.32.0 (2021-12-03)v0.32.0Shulhan
2021-12-03math/big: refactoring AddFloat to accept variadic interface{}Shulhan
2021-12-03math/big: refactor NewFloat to accept interface{} instead of float64 onlyShulhan
2021-11-19math/big: realign struct fields on unit testsShulhan
2021-11-19math/big: refactoring the RatShulhan
2021-11-17math/big: return nil on Quo and QuoRat instead of panicShulhan
2021-11-16lib/dns: refactoring, change signature of client LookupShulhan
2021-11-16lib/dns: check error on Decode() in caches.readShulhan
2021-11-16lib/dns: remove ineffectual assignment to err in Server runTCPForwarderShulhan
2021-11-15lib/dns: refactoring ZoneFile into ZoneShulhan
2021-11-15lib/{email,spf}: changes related to refactoring lib/dnsShulhan
2021-11-15lib/dns: realign all struct fieldsShulhan
2021-11-15lib/dns: refactoring message questionShulhan
2021-11-14lib/dns: refactoring the section headerShulhan
2021-11-14lib/dns: refactoring, introduce new type RecordClassShulhan
2021-11-14lib/dns: refactoring, create type RecordType to represent type of RRShulhan
2021-11-14lib/dns: add init method to RDataSOAShulhan
2021-11-13lib/dns: remove internal field off from ResourceRecordShulhan
2021-11-13lib/dns: remove unnecessary string convertionShulhan
2021-11-13lib/dns: simplify and add unit testing on zoneRecordsShulhan
2021-11-13lib/dns: make the TCP forwarders as complementary of UDPShulhan
2021-11-13lib/dns: remove the fallback name servers (NS) from server optionsShulhan
2021-11-13lib/dns: use snake case for file namingShulhan
2021-11-12lib/dns: log the question when forward failedShulhan
2021-11-11lib/dns: simplify parse name servers on server optionsShulhan
2021-11-11lib/dns: do not cache truncated answerShulhan
2021-11-11lib/dns: use different packet between UDP and TCP messagesShulhan
2021-11-08lib/dns: add support to save and load caches to/from storageShulhan
2021-11-06lib/ssh: use agent defined by config or from environment variableShulhan
2021-11-06ssh/config: add support for section variable IdentityAgentShulhan
2021-11-04Release share v0.31.0 (2021-11-04)v0.31.0Shulhan
2021-10-26lib/memfs: move the go embed test to directory internal/testShulhan
2021-10-26lib/memfs: move the embedded parameter to OptionsShulhan
2021-10-25lib/totp: make the New to accept only hash with SHA1, SHA256, or SHA512Shulhan
2021-10-23lib/ini: check for empty string on IsValidVarNameShulhan
2021-10-23lib/ini: add function IsValidVarNameShulhan
2021-10-23lib/ini: add example of marshal/unmarshaling of section with subShulhan
2021-10-17lib/bytes: refactoring and cleaning up the bytes packageShulhan
2021-10-14lib/bytes: refactoring AppendXxx functionsShulhan
2021-10-14lib/ascii: change signature of ToLower and ToUpperShulhan
2021-10-14lib/ascii: add examples for all exported functionsShulhan
2021-10-14lib/ascii: fix IsHex return false on 0Shulhan
2021-10-10lib/memfs: fix the embed test file namesShulhan
2021-10-09lib/io: fix test on DirWatcherShulhan
2021-10-09lib/memfs: fix comment on generated Go codeShulhan
2021-10-09lib/memfs: remove PathNode "f" fieldShulhan
2021-10-09lib/memfs: prefix all error when the method or function namesShulhan
2021-10-09lib/memfs: use consistent receiver name on Node methodsShulhan
2021-10-09lib/memfs: use temporary directory for testing Node.Save()Shulhan
2021-10-09lib/memfs: refactoring Node field V into ContentShulhan