index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-05
Release share v0.17.0 (2020-07-05)
v0.17.0
Shulhan
2020-06-27
http: check for possible index.html file on getFSNode
Shulhan
2020-06-18
smtp: check for error when closing client connection
Shulhan
2020-06-18
smtp: check for EOF when receiving data from server
Shulhan
2020-06-17
io: fix test data input
Shulhan
2020-06-17
http: log error when debug value is >= 3 on getFSNode
Shulhan
2020-06-17
http: fix possible test race on error variable in goroutine
Shulhan
2020-06-17
telegram/bot: changes affected by update on http package
Shulhan
2020-06-17
http: fix the order of arguments in Client.PostFormData
Shulhan
2020-06-17
email: print the input mailbox on error message of ParseMailboxes
Shulhan
2020-06-15
io: truncate file on Copy
Shulhan
2020-06-11
http: log endpoint call only if its not instance of errors.E
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-10
http: add method Delete
Shulhan
2020-06-10
http: add parameter headers to client methods
Shulhan
2020-06-10
http: check error using errors.As
Shulhan
2020-06-09
websocket: fix race on pingTicker when stopping server
Shulhan
2020-06-09
http: add method Stop for HTTP server
Shulhan
2020-06-09
Revert "http: print the endpoint call error only if debug value is 3 or greater"
Shulhan
2020-06-08
http: return the http.Response as the first parameter
Shulhan
2020-06-08
http: check the number of bytes written on ResponseWriter.Write
Shulhan
2020-06-08
http: print the endpoint call error only if debug value is 3 or greater
Shulhan
2020-06-08
http: log error if path not exist if debug value is set to 3 or greater
Shulhan
2020-06-06
http: initialize TLSClientConfig only if insecure is true
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-06-06
dns: replace RDataText with plain []byte
Shulhan
2020-06-06
dns: change unpackDomainName from recursive to loop
Shulhan
2020-06-05
Release share v0.16.0 (2020-06-05)
v0.16.0
Shulhan
2020-06-04
bytes: add function MergeSpaces
Shulhan
2020-06-04
os/exec: new package to simplify the standard "os/exec"
Shulhan
2020-06-04
dns: refactoring loading hosts and master files
Shulhan
2020-06-01
dns: do not load hidden hosts and master file
Shulhan
2020-05-29
telegram/bot: fix request parameter on GetMyCommands
Shulhan
2020-05-28
telegram/bot: delete webhook upon setting new webhook
Shulhan
2020-05-16
http: handle CORS on method GET, HEAD, and POST
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-16
ssh: remove unused error return values
Shulhan
2020-05-16
ssh: fix the wrong plural variable name in criteria
Shulhan
2020-05-16
ini: make the add method append the variable after existing same key
Shulhan
2020-05-16
ini: add method UnsetAll
Shulhan
2020-05-16
ini: fix inconsistencies between empty string and boolean true
Shulhan
2020-05-16
ini: add method to Unmarshal ini values to struct
Shulhan
2020-05-15
http: add parameter "insecure" when creating new client
Shulhan
2020-05-15
email: add methods to unmarshal/marshal Mailbox from/to JSON
Shulhan
2020-05-14
Makefile: disable "testpackage" linter
Shulhan
2020-05-14
email: add function to parse single mailbox
Shulhan
2020-05-14
email: rename ParseAddress to ParseMailboxes
Shulhan
2020-05-14
email: rename "address" to "mailbox"
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
Shulhan
2020-05-13
http: support CORS with white list of origin and headers
Shulhan
[next]