summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-05Release share v0.17.0 (2020-07-05)v0.17.0Shulhan
2020-06-27http: check for possible index.html file on getFSNodeShulhan
2020-06-18smtp: check for error when closing client connectionShulhan
2020-06-18smtp: check for EOF when receiving data from serverShulhan
2020-06-17io: fix test data inputShulhan
2020-06-17http: log error when debug value is >= 3 on getFSNodeShulhan
2020-06-17http: fix possible test race on error variable in goroutineShulhan
2020-06-17telegram/bot: changes affected by update on http packageShulhan
2020-06-17http: fix the order of arguments in Client.PostFormDataShulhan
2020-06-17email: print the input mailbox on error message of ParseMailboxesShulhan
2020-06-15io: truncate file on CopyShulhan
2020-06-11http: log endpoint call only if its not instance of errors.EShulhan
2020-06-10all: update email addressShulhan
2020-06-10http: add method DeleteShulhan
2020-06-10http: add parameter headers to client methodsShulhan
2020-06-10http: check error using errors.AsShulhan
2020-06-09websocket: fix race on pingTicker when stopping serverShulhan
2020-06-09http: add method Stop for HTTP serverShulhan
2020-06-09Revert "http: print the endpoint call error only if debug value is 3 or greater"Shulhan
2020-06-08http: return the http.Response as the first parameterShulhan
2020-06-08http: check the number of bytes written on ResponseWriter.WriteShulhan
2020-06-08http: print the endpoint call error only if debug value is 3 or greaterShulhan
2020-06-08http: log error if path not exist if debug value is set to 3 or greaterShulhan
2020-06-06http: initialize TLSClientConfig only if insecure is trueShulhan
2020-06-06all: use default linter optionsShulhan
2020-06-06dns: replace RDataText with plain []byteShulhan
2020-06-06dns: change unpackDomainName from recursive to loopShulhan
2020-06-05Release share v0.16.0 (2020-06-05)v0.16.0Shulhan
2020-06-04bytes: add function MergeSpacesShulhan
2020-06-04os/exec: new package to simplify the standard "os/exec"Shulhan
2020-06-04dns: refactoring loading hosts and master filesShulhan
2020-06-01dns: do not load hidden hosts and master fileShulhan
2020-05-29telegram/bot: fix request parameter on GetMyCommandsShulhan
2020-05-28telegram/bot: delete webhook upon setting new webhookShulhan
2020-05-16http: handle CORS on method GET, HEAD, and POSTShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-16ssh: remove unused error return valuesShulhan
2020-05-16ssh: fix the wrong plural variable name in criteriaShulhan
2020-05-16ini: make the add method append the variable after existing same keyShulhan
2020-05-16ini: add method UnsetAllShulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2020-05-16ini: add method to Unmarshal ini values to structShulhan
2020-05-15http: add parameter "insecure" when creating new clientShulhan
2020-05-15email: add methods to unmarshal/marshal Mailbox from/to JSONShulhan
2020-05-14Makefile: disable "testpackage" linterShulhan
2020-05-14email: add function to parse single mailboxShulhan
2020-05-14email: rename ParseAddress to ParseMailboxesShulhan
2020-05-14email: rename "address" to "mailbox"Shulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
2020-05-13http: support CORS with white list of origin and headersShulhan