summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06Release share v0.25.1 (2021-04-06)v0.25.1Shulhan
2021-04-06go.mod: set the minimum Go version to 1.16Shulhan
2021-04-06Release share v0.25.0v0.25.0Shulhan
2021-04-06websocket: suppress error on calling handleCloseShulhan
2021-04-06ssh: use the SSH agent to authenticate on NewClientShulhan
2021-04-05ssh: ask for passphrase if private key is encrypted on generateSignersShulhan
2021-04-05go.mod: update all dependenciesShulhan
2021-03-27http: add method to generate standard HTTP request on ClientShulhan
2021-03-21xmlrpc: add debug statements to print request and responseShulhan
2021-03-21http: add new line on debug output of doRequestShulhan
2021-03-14http: remove parameter contentType on Client method PutShulhan
2021-03-14Makefile: remove any cover.html and cover.out on task "clean"Shulhan
2021-03-14all: refactoring http.Client methods signatureShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-03-14http: fix the use of iota on list of ResponseTypeShulhan
2021-03-14http: fix the use of iota on list of RequestTypeShulhan
2021-03-14http: fix use of iota on list of RequestMethodShulhan
2021-03-14http: add constants for content type multipart formShulhan
2021-03-06Release share v0.24.0 (2021-03-06)v0.24.0Shulhan
2021-03-05http: move the CORS options in ServerOptions to separate structShulhan
2021-03-05http: update package documentation with latest changesShulhan
2021-03-04http: refactoring parameters on Callback and CallbackErrorHandlerShulhan
2021-03-04http: rename "GenericResponse" to "EndpointResponse"Shulhan
2021-03-04memfs: update the documentation with latest implementationShulhan
2021-03-03mlog: change default time layout in the prefixShulhan
2021-03-03ini: fix marshaling slice of pointer to structShulhan
2021-03-01http: add fields for paging on GenericResponseShulhan
2021-03-01big: add method that implement sql/driver.Valuer for type RatShulhan
2021-03-01reflect: check using equal statement on IsNilShulhan
2021-03-01ini: increase the debug value minimum to 3Shulhan
2021-02-28ini: update documentation and examplesShulhan
2021-02-28ini: add support for marshaling pointer to struct and to time.TimeShulhan
2021-02-28ini: refactoring unmarshal functionShulhan
2021-02-25ini: add support for marshaling slice of structShulhan
2021-02-23mlog: append new line character on Errf if its not end with itShulhan
2021-02-22ini: move the struct type inside the example codeShulhan
2021-02-21all: use the ciigo binary instead of library to generate docsShulhan
2021-02-21clise: make all methods safe for concurrent useShulhan
2021-02-20clise: add method PopShulhan
2021-02-16http: export the HandleFS methodShulhan
2021-02-12mlog: implement MultiLoggerShulhan
2021-02-12api/slack: implement client for webhookShulhan
2021-02-10Makefile: run the test coverage using one CPUShulhan
2021-02-10sql: print the values from the first example ExtractSQLFieldsShulhan
2021-02-10http: revert the HeaderBearer back to HeaderAuthKeyBearerShulhan
2021-02-10http: change signature of IPAddressOfRequestShulhan
2021-02-07sql: change the parameter ExtractSQLFields to driver nameShulhan
2021-02-07http: add methods IPAddressOfRequest and ParseXForwardedForShulhan
2021-02-06http: add prefix Header to constants AcceptEncoding and ContentEncodingShulhan
2021-02-05Release share v0.23.0 (2021-02-05)v0.23.0Shulhan