summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06Release share v0.28.0 (2021-07-06)v0.28.0Shulhan
2021-07-05lib/ssh: rename method Get to ScpGet and Put to ScpPutShulhan
2021-07-05lib/ssh: embed the ssh.Client into Client instead of as fieldShulhan
2021-07-05lib/ssh: rename the NewClient function to NewClientFromConfigShulhan
2021-07-05lib/ssh: move the config parser to subpackage "config"Shulhan
2021-06-26http: remove the Memfs field from ServerShulhan
2021-06-26go.mod: upgrade all dependenciesShulhan
2021-06-26http: simplify bytes to string conversion on unit testShulhan
2021-06-26websocket: export the Options field on the ServerShulhan
2021-06-26http: export the Options field on the ServerShulhan
2021-06-21websocket: store all the handshake headers to Handshake.HeaderShulhan
2021-06-21websocket/testdata: fix the test server initializationShulhan
2021-06-05Release share v0.27.0 (2021-06-05)v0.27.0Shulhan
2021-06-05xmlrpc: check for returned ok arguments on interface conversionShulhan
2021-06-03memfs: add function to Merge one or more instance of MemFSShulhan
2021-06-03memfs: set the field Parent on Node AddChildShulhan
2021-06-03memfs: update the package documentationShulhan
2021-05-25xmlrpc: convert the uint8 and uint16 as type Integer, and Uint as DoubleShulhan
2021-05-25xmlrpc: change the Response to embed the errors.EShulhan
2021-05-19xmlrpc: marshal the struct value ordered by namesShulhan
2021-05-19xmlrpc: set client response IsFault when StatusCode >= 400Shulhan
2021-05-19xmlrpc: add method to marshal ResponseShulhan
2021-05-19xmlrpc: write the XML header when marshaling request not on clientShulhan
2021-05-19xmlrpc: replace Value field for struct with map of string and valueShulhan
2021-05-19xmlrpc: refactoring the parser for decoding XML-RPC requestShulhan
2021-05-19http: add request type for XMLShulhan
2021-05-04memfs: fix test by checking multiple content-typesShulhan
2021-05-04mlog: add function and method PrintStackShulhan
2021-05-04mlog: remove comment about adding new lineShulhan
2021-05-03go.mod: update all dependenciesShulhan
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