summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-06Release share v0.18.0 (2020-08-06)v0.18.0Shulhan
2020-08-03all: fix tests affected by changes on dns packageShulhan
2020-08-03strings: add function to delete a value from slice of stringShulhan
2020-08-03dns: refactoring resource record fieldsShulhan
2020-07-26dns: add method to create Message from hostname and list of addressesShulhan
2020-07-26dns: add method to remove caches by names on ServerShulhan
2020-07-26http: fix panic if Request.Form is not initialized on Endpoint.callShulhan
2020-07-26http: allow setting response type when registering PUTShulhan
2020-07-26dns: rename hosts to hosts_fileShulhan
2020-07-24parser: add method to get single lineShulhan
2020-07-24http: add method Put for ClientShulhan
2020-07-16http: add method to convert RequestMethod to stringShulhan
2020-07-08http: do not return error based on response code on client.doRequestShulhan
2020-07-06big: add global flag MarshalJSONAsStringShulhan
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