summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-02Release v0.2.0v0.2.0Shulhan
2018-12-18Update release note for v0.2.0Shulhan
2018-12-18lib/http: add evaluator, a middleware between request and handlerShulhan
2018-12-17all: convert documentation to asciidoc format using asciidoctorShulhan
2018-12-17lib/http: export content type constantsShulhan
2018-12-17lib/http: replace status error with package "lib/errors"Shulhan
2018-12-17lib/errors: new package for handling error with status codeShulhan
2018-12-16lib/http: handle large size of file that is not on memoryShulhan
2018-12-16Add documentation for lib/httpShulhan
2018-12-16lib/http: add custom error type for callbackShulhan
2018-12-16lib/http: rewrite test to use global callback and single clientShulhan
2018-12-16lib/http: rewrite test to use HTTP client instead of "httptest"Shulhan
2018-12-16lib/http: rename "path" variable to minimize conflict with package nameShulhan
2018-12-16lib/http: handle HTTP request OPTIONSShulhan
2018-12-16lib/http: new package for simplifying writing HTTP serverShulhan
2018-11-30all: fix and suppress linter warnings on long linesShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-30lib/io: use debug packageShulhan
2018-11-30all: fix linter warnings on naked returnShulhan
2018-11-30all: realigned some struct to minimize the size on memoryShulhan
2018-11-30all: ignore linting warnings on security relatedShulhan
2018-11-29all: disable lint on functions that have cyclomatix complexity > 15Shulhan
2018-11-29lib/debug: ignore lint on init functionShulhan
2018-11-29lib/mining: replace init function with initFlagsShulhan
2018-11-29lib/ini: use package debug for initializing debug from environmentShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-11-29Release v0.1.0v0.1.0Shulhan
2018-11-29README: update the formattingShulhan
2018-11-29lib/git: add "--force" option to fetch commandShulhan
2018-11-29all: fixes warning from lintersShulhan
2018-11-29README: update with latest packages in libShulhan
2018-11-29all: fix warning from lintersShulhan
2018-11-28lib/memfs: add documentation and example for NewShulhan
2018-11-25lib/memfs: add field content type to nodeShulhan
2018-11-24lib/memfs: read symbolic link as actual fileShulhan
2018-11-04memfs: library for mounting local file system to memoryShulhan
2018-11-02lib/websocket: reformat commentsShulhan
2018-10-31lib/git: add function to fetch and list tagsShulhan
2018-10-31lib/bytes: add list of ASCII letters with numbersShulhan
2018-10-02lib/contact: change the import parameter to oauth2 HTTP clientShulhan
2018-10-01Merge package "github.com/shuLhan/gontacts"Shulhan
2018-10-01lib/dns: use CloseIdleConnections method on transportShulhan
2018-09-29lib/git: combine "--tags" options with "--all" on FetchAllShulhan
2018-09-27lib/dns: increase debug value by oneShulhan
2018-09-27lib/dns: add field Kind to requestShulhan
2018-09-27lib/dns: reimplement request pooling for serverShulhan
2018-09-26lib/dns: use debug packageShulhan
2018-09-26lib/ini: add method to get key value as booleanShulhan
2018-09-26lib/ini: move IsValueBoolTrue as common functionShulhan
2018-09-26lib/dns: use client address if send or query address parameter is nilShulhan