aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-08share v0.9.0v0.9.0Shulhan
2019-10-03websocket: remove the client Quit() statementShulhan
2019-10-03smtp: remove test for NewClientShulhan
2019-10-03bytes: fix empty test case on IsTokenAtShulhan
2019-10-03Makefile: disable "funlen" and "godox" lintersShulhan
2019-10-03dns: disable parent name servers on test serverShulhan
2019-10-01http: set default read and write timeout to 30 secondsShulhan
2019-09-29dns: check for index out of range when unpacking domain nameShulhan
2019-09-27all: remove unnecessary trailing newlineShulhan
2019-09-27memfs: replace Indexes with WordIndexesShulhan
2019-09-27go.mod: update dependenciesShulhan
2019-09-27Makefile: add task to generate HTML files from asciidoc filesShulhan
2019-09-27bytes: add function to get indexes of word in stringShulhan
2019-09-27memfs: add method to add file directly as child of rootShulhan
2019-09-27memfs: export the Decode method and return the decoded contentShulhan
2019-09-25all: fix linter warningsShulhan
2019-09-25memfs: fix typo on SearchResult descriptionShulhan
2019-09-25memfs: allow one or more queries on SearchShulhan
2019-09-25bytes: add function to take snippets from string by indexesShulhan
2019-09-25strings: add function to convert slice of string to slice of slice of bytesShulhan
2019-09-24ints: add function to merge two slices of integers by distanceShulhan
2019-09-24bytes: add function get all indexes of token in stringShulhan
2019-09-23memfs: use Set instead SetFunc when generating templateShulhan
2019-09-23http: remove unnecessary logging on handleGetShulhan
2019-09-23http: export the Memfs fieldShulhan
2019-09-23http: update the package documentationShulhan
2019-09-23http: add content and response type HTML and XMLShulhan
2019-09-23memfs: add method to Search content of filesShulhan
2019-09-23sanitize: new package to sanitize markup document into plain textShulhan
2019-09-12doc: generate HTML filesShulhan
2019-09-12ini: set variable with "=" without a value default to empty stringShulhan
2019-09-12http: implement key binding in registered Endpoint's PathShulhan
2019-09-11http: add type node and route to handle Endpoint with keyShulhan
2019-09-10ini: check for possible nil variable on WriteShulhan
2019-09-10ini: write the readed ini object only if debug level is 3 on OpenShulhan
2019-09-10dns: allow message with non recursive-desired to be forwardedShulhan
2019-09-09go.mod: update dependenciesShulhan
2019-09-09lib/spf: continuing work on parseModifierShulhan
2019-09-05share v0.8.2v0.8.2Shulhan
2019-09-05all: fix test for Go 1.13Shulhan
2019-08-29memfs: replace if-statement with two conditions with nested if-statementsShulhan
2019-08-29lib/io: log and ignore error from NewNodeShulhan
2019-08-29memfs: log and ignore error from NewNodeShulhan
2019-08-28all: replace document generator from asciidoctor to ciigoShulhan
2019-08-07lib/http: make the request body always available even after ParseForm()Shulhan
2019-08-05share v0.8.1v0.8.1Shulhan
2019-08-05lib/memfs: set the Node's Size to zero if node is directoryShulhan
2019-08-05lib/memfs: ignore generated output filename on GoGenerateShulhan
2019-08-05memfs/template: add comment for generateTemplateShulhan
2019-08-05lib/memfs: add method to encode the content of fileShulhan