aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-09-25lib/dns: simplify reading and closing response body on DoH clientShulhan
2018-09-25lib/dns: remove request poolingShulhan
2018-09-25lib/dns: add method to set timeout and remote address on ClientShulhan
2018-09-25lib/dns: add delay after running test serverShulhan
2018-09-25lib/dns: implement Client interface on DoH clientShulhan
2018-09-25lib/dns: add method Query and change RemoteAddr return type to stringShulhan
2018-09-25lib/dns: add type server options to configure serverShulhan
2018-09-25lib/dns: implement client and server for DNS over HTTPSShulhan
2018-09-19lib/dns: set default new message header and questionShulhan
2018-09-18Merge package "github.com/shuLhan/go-mining"Shulhan
2018-09-18Merge package "github.com/shuLhan/dsv"Shulhan
2018-09-18Merge package "github.com/shuLhan/tabula"Shulhan
2018-09-17Preparing for package miningShulhan
2018-09-17Merge package "github.com/shuLhan/tekstus/diff" to "text/diff"Shulhan
2018-09-17Merge package "github.com/shuLhan/tekstus", part 3/3Shulhan
2018-09-17Merge package "github.com/shuLhan/numerus" into "lib/numbers"Shulhan
2018-09-17Merge package "github.com/shuLhan/tekstus", part 2/3Shulhan
2018-09-17lib: rename package "string" to "strings"Shulhan
2018-09-17Merge package "github.com/shuLhan/tekstus", part 1/1Shulhan
2018-09-15lib/bytes: reorder functions to match with rendered documentationShulhan
2018-09-15lib/git: fetch tags when calling FetchAllShulhan
2018-09-14Update module dependenciesShulhan
2018-09-14lib/git: add function to get list of remote branchesShulhan
2018-09-14lib/git: change ref parameter to remote name on CheckoutRevisionShulhan
2018-09-14lib/git: fix test with current gitShulhan
2018-09-14lib/git: return immediately if we can't found latest tag revisionShulhan