summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04Release share v0.30.0 (2021-10-04)v0.30.0Shulhan
2021-10-02lib/io: separate FileState for updated mode and contentShulhan
2021-10-02lib/memfs: check error on File Close on GoGenerateShulhan
2021-10-02lib/memfs: export the Node Update methodShulhan
2021-09-27lib/memfs: fix symlink to directory not included on mountShulhan
2021-09-25lib/io: fix NewWatcher when called DirWatcherShulhan
2021-09-25github: update the Go version to v1.17.1Shulhan
2021-09-25lib/strings: update comment and example of TrimAlnumShulhan
2021-09-25lib/strings: add function AlnumShulhan
2021-09-22lib/http: support server caching file system using ETagShulhan
2021-09-22lib/xmlrpc: convert the value using Sprintf on GetFieldAsStringShulhan
2021-09-13lib/memfs: fix possible data race on PathNodeShulhan
2021-09-11math/big: add some examples of Rat.Int64() and RoundToNearestAwayShulhan
2021-09-11lib/memfs: fix NewNode if node is symlink to directoryShulhan
2021-09-06go.mod: update all dependenciesShulhan
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