summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-26lib/sql: make the TruncateTable run with cascade and restart identityShulhan
2021-12-26lib/http: remove field memfs.Options in ServerOptionsShulhan
2021-12-26lib/memfs: add method InitShulhan
2021-12-20lib/memfs: fix unit testsShulhan
2021-12-20lib/memfs: embed the Embed options and GenFuncNameShulhan
2021-12-20lib/websocket: fix race conditition on handleTextShulhan
2021-12-20lib/websocket: add "ok" return value on ClientManager ContextShulhan
2021-12-19cmd/epoch: command line to print and parse Unix timestampShulhan
2021-12-19lib/memfs: realign struct Node, Options, PathNode, and on unit testsShulhan
2021-12-19lib/memfs: remove field ContentEncoding from EmbedOptions and NodeShulhan
2021-12-17lib/email: convert the unit test for ParseMailbox to examplesShulhan
2021-12-17lib/email: realign the struct MailboxShulhan
2021-12-17lib/email: refacforing ParseMailboxShulhan
2021-12-16lib/sql: check for EOF on loadSQLShulhan
2021-12-16go.mod: update all dependenciesShulhan
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