summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-03Release share v0.26.0 (2021-05-03)v0.26.0Shulhan
2021-04-27memfs: update the test ContentType for JavaScript filesShulhan
2021-04-27sql: make the column filename on table _migration as primary keyShulhan
2021-04-27big: add method Add, IsLess, IsGreater, and ScanShulhan
2021-04-23math/big: add method IsZero on IntShulhan
2021-04-23math/big: use consistent receiver name for Int methodsShulhan
2021-04-23math/big: extend Int to support marshal/unmarshal JSONShulhan
2021-04-22paseto: replace le64() function with binary.Write()Shulhan
2021-04-21http: add the Total field to EndpointResponseShulhan
2021-04-21big: extends the standard big.IntShulhan
2021-04-21http: add field Page to EndpointResponseShulhan
2021-04-16big: allow creating new Rat from uint64 and *big.IntShulhan
2021-04-12.github: change the minimum Go version to 1.16Shulhan
2021-04-11ssh: check for empty private key file on Get and PutShulhan
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