summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-06Release share v0.29.1 (2021-08-06)v0.29.1Shulhan
2021-08-06lib/http: update the errors.As test on EndpointResponseShulhan
2021-08-06lib/errrors: implement method AsShulhan
2021-08-06Revert "lib/errors: return the internal error only if its not nil on Unwrap"Shulhan
2021-08-06Release share v0.29.0 (2021-08-06)v0.29.0Shulhan
2021-08-06ssh/sftp: fix linter warningsShulhan
2021-08-06lib/http: fix return value on getFSNodeShulhan
2021-08-06lib/mlog: add function and method PanicfShulhan
2021-07-30lib/memfs: fix the unit test due to different modTime result after cloneShulhan
2021-07-30lib/memfs: add internal method to reset modTimeShulhan
2021-07-30text/diff: add functions to compare raw bytes as text and text.LinesShulhan
2021-07-30lib/text: implement function to parse raw bytes into LinesShulhan
2021-07-30lib/text: implement Stringer on Chunk and Line typesShulhan
2021-07-30lib/http: add test for EndpointResponse as an errorShulhan
2021-07-30lib/http: add missing license headerShulhan
2021-07-30lib/errors: return the internal error only if its not nil on UnwrapShulhan
2021-07-25lib/memfs: implement json.Marshaler on MemFS and NodeShulhan
2021-07-18lib/memfs: reorder the function and methods by namesShulhan
2021-07-18lib/memfs: reorder the test functions by namesShulhan
2021-07-12go.mod: update all dependencies to the latestShulhan
2021-07-12ssh/sftp: export the open file method as OpenFileShulhan
2021-07-12ssh/sftp: provide better error handlingShulhan
2021-07-12ssh/sftp: make the package compatible with standard fs packageShulhan
2021-07-12ssh/sftp: new package that implement SSH File Transport Protocol v3Shulhan
2021-07-12lib/bytes: print the ASCII character on the right side on PrintHexShulhan
2021-07-09lib/totp: increase the maximum steps back on Verify from 2 to 20Shulhan
2021-07-08lib/http: check request path as HTML file on getFSNodeShulhan
2021-07-08lib/memfs: fix unit test due changes on Merge functionShulhan
2021-07-08lib/memfs: fix the Merge by initialize Root mode and OptsShulhan
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