summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-06Release share v0.29.2 (2021-09-06)v0.29.2Shulhan
2021-09-04os/exec: fix escaped quote inside the same quoteShulhan
2021-08-30lib/memfs: fix empty ContentType if MaxFileSize is negativeShulhan
2021-08-30lib/memfs: set default content type for empty file to "text/plain"Shulhan
2021-08-29lib/memfs: change the MarshalJSON to always return an objectShulhan
2021-08-25lib/reflect: make the IsNil tests to become an exampleShulhan
2021-08-25lib/http: add field ErrorWriter to ServerShulhan
2021-08-25lib/mlog: implement io.Writer and add function ErrorWriterShulhan
2021-08-23lib/memfs: fix the test due to unremoved node_save file on testdataShulhan
2021-08-22lib/memfs: add method Save and EncodeShulhan
2021-08-22lib/memfs: fix empty file not being added to treeShulhan
2021-08-22lib/websocket: try to fix flaky test on clientShulhan
2021-08-22lib/memfs: fix symbolic link with different nameShulhan
2021-08-21Revert "os/exec: include the quoted characters when ParseCommandArgs"Shulhan
2021-08-17lib/sql: do not run migration if the last file not exist on the listShulhan
2021-08-17lib/http: fix missing content type for XML HeaderShulhan
2021-08-17lib/xmlrpc: fix missing port on NewClientShulhan
2021-08-15lib/ssh: add method to set session output and errorShulhan
2021-08-13all: set the error prefix for NewClient and connectShulhan
2021-08-13lib/smtp: return io.EOF if no data received from serverShulhan
2021-08-13os/exec: include the quoted characters when ParseCommandArgsShulhan
2021-08-12lib/memfs: make the MarshalJSON on Node to return the contentShulhan
2021-08-11os/exec: check for escaped backslash when ParseCommandArgsShulhan
2021-08-06go.mod: update all dependenciesShulhan
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