index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-10-08
share v0.9.0
v0.9.0
Shulhan
2019-10-03
websocket: remove the client Quit() statement
Shulhan
2019-10-03
smtp: remove test for NewClient
Shulhan
2019-10-03
bytes: fix empty test case on IsTokenAt
Shulhan
2019-10-03
Makefile: disable "funlen" and "godox" linters
Shulhan
2019-10-03
dns: disable parent name servers on test server
Shulhan
2019-10-01
http: set default read and write timeout to 30 seconds
Shulhan
2019-09-29
dns: check for index out of range when unpacking domain name
Shulhan
2019-09-27
all: remove unnecessary trailing newline
Shulhan
2019-09-27
memfs: replace Indexes with WordIndexes
Shulhan
2019-09-27
go.mod: update dependencies
Shulhan
2019-09-27
Makefile: add task to generate HTML files from asciidoc files
Shulhan
2019-09-27
bytes: add function to get indexes of word in string
Shulhan
2019-09-27
memfs: add method to add file directly as child of root
Shulhan
2019-09-27
memfs: export the Decode method and return the decoded content
Shulhan
2019-09-25
all: fix linter warnings
Shulhan
2019-09-25
memfs: fix typo on SearchResult description
Shulhan
2019-09-25
memfs: allow one or more queries on Search
Shulhan
2019-09-25
bytes: add function to take snippets from string by indexes
Shulhan
2019-09-25
strings: add function to convert slice of string to slice of slice of bytes
Shulhan
2019-09-24
ints: add function to merge two slices of integers by distance
Shulhan
2019-09-24
bytes: add function get all indexes of token in string
Shulhan
2019-09-23
memfs: use Set instead SetFunc when generating template
Shulhan
2019-09-23
http: remove unnecessary logging on handleGet
Shulhan
2019-09-23
http: export the Memfs field
Shulhan
2019-09-23
http: update the package documentation
Shulhan
2019-09-23
http: add content and response type HTML and XML
Shulhan
2019-09-23
memfs: add method to Search content of files
Shulhan
2019-09-23
sanitize: new package to sanitize markup document into plain text
Shulhan
2019-09-12
doc: generate HTML files
Shulhan
2019-09-12
ini: set variable with "=" without a value default to empty string
Shulhan
2019-09-12
http: implement key binding in registered Endpoint's Path
Shulhan
2019-09-11
http: add type node and route to handle Endpoint with key
Shulhan
2019-09-10
ini: check for possible nil variable on Write
Shulhan
2019-09-10
ini: write the readed ini object only if debug level is 3 on Open
Shulhan
2019-09-10
dns: allow message with non recursive-desired to be forwarded
Shulhan
2019-09-09
go.mod: update dependencies
Shulhan
2019-09-09
lib/spf: continuing work on parseModifier
Shulhan
2019-09-05
share v0.8.2
v0.8.2
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-08-29
memfs: replace if-statement with two conditions with nested if-statements
Shulhan
2019-08-29
lib/io: log and ignore error from NewNode
Shulhan
2019-08-29
memfs: log and ignore error from NewNode
Shulhan
2019-08-28
all: replace document generator from asciidoctor to ciigo
Shulhan
2019-08-07
lib/http: make the request body always available even after ParseForm()
Shulhan
2019-08-05
share v0.8.1
v0.8.1
Shulhan
2019-08-05
lib/memfs: set the Node's Size to zero if node is directory
Shulhan
2019-08-05
lib/memfs: ignore generated output filename on GoGenerate
Shulhan
2019-08-05
memfs/template: add comment for generateTemplate
Shulhan
2019-08-05
lib/memfs: add method to encode the content of file
Shulhan
[next]