summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-05Release share v0.34.0 (2022-02-05)v0.34.0Shulhan
2022-02-05lib/http: use io.Copy instead of TeeReader for Download() methodShulhan
2022-02-02lib/os: implement function to Extract compressed and/or archived fileShulhan
2022-01-30lib/http: implement method Download() on ClientShulhan
2022-01-30lib/http: detach method setHeaders from ClientShulhan
2022-01-30lib/http: change the test port for testing HTTP serverShulhan
2022-01-20lib/websocket: return error if parameter is empty on RegisterTextHandlerShulhan
2022-01-19lib/sql: make the table migration customizableShulhan
2022-01-10Release share v0.33.0 (2022-01-09)v0.33.0Shulhan
2022-01-09github/workflows: remove step to get dependenciesShulhan
2022-01-09github/workflows: set go version to 1.17.6Shulhan
2022-01-09cmd/gofilemode: new command to decode the Go file modeShulhan
2022-01-09lib/http: refactoring NewClient to accept single structShulhan
2021-12-27lib/memfs: skip mount if the Root node has been initializedShulhan
2021-12-26lib/io: realign all structsShulhan
2021-12-26lib/http: realign all structsShulhan
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