summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-06Release share v0.51.0 (2023-12-06)v0.51.0Shulhan
2023-12-06go.mod: update all dependenciesShulhan
2023-12-03http/sseclient: add test for multi lines with empty line in middleShulhan
2023-11-27lib/http: add field KeepAliveInterval in SSEEndpointShulhan
2023-11-26http/sseclient: add method IDInt to EventShulhan
2023-11-26lib/http: simplify SSEConn API, remove the WriteMessageShulhan
2023-11-26lib/http: update comment on Client.PostJSON and ClientOptions.ServerUrlShulhan
2023-11-26lib/net: use [time.Ticker] to loop in WaitAliveShulhan
2023-11-26http/sseclient: implement Client retryShulhan
2023-11-26http/sseclient: remove double check for non-empty packetShulhan
2023-11-26lib/http: add method WriteRaw to SSEEndpointShulhan
2023-11-26lib/http: change id type in WriteEvent/WriteMessage parameter to pointerShulhan
2023-11-26lib/http: implement Server-Sent Events (SSE)Shulhan
2023-11-25lib/net: add method ReadShulhan
2023-11-22lib/memfs: add sub file systemShulhan
2023-11-22lib/http: update comment on Callback typeShulhan
2023-11-21lib/memfs: check for file not exist in scanDir and updateDirShulhan
2023-11-19lib/crypto: trim the password read from SSH_ASKPASSShulhan
2023-11-18lib/crypto: add support for reading passphrase using SSH_ASKPASSShulhan
2023-11-17go.mod: update all dependenciesShulhan
2023-11-17lib/ini: create the file if its not exist on OpenShulhan
2023-11-15lib/memfs: check for empty path on GetShulhan
2023-11-14lib/memfs: improve the refresh methodShulhan
2023-11-14lib/memfs: add method JSON to NodeShulhan
2023-11-14lib/memfs: simplify error on GetShulhan
2023-11-14lib/memfs: increase delay on DirWatcher exampleShulhan
2023-11-14lib/memfs: add option to pack JSON without ModTimeShulhan
2023-11-14lib/test: fix link to Article in DataShulhan
2023-11-12lib/ini: add test for parsing multi line value without spacesShulhan
2023-11-12lib/ini: append variable into section before any empty linesShulhan
2023-11-12lib/ini: update module documentationShulhan
2023-11-08lib/memfs: split handling deleted directory and file on DirWatcherShulhan
2023-11-08lib/memfs: stop all Watcher spawn by DirWatcherShulhan
2023-11-08lib/memfs: use second channel to stop goroutine in WatcherShulhan
2023-11-08lib/memfs: do not return when mode changes in Node UpdateShulhan
2023-11-08lib/memfs: remove embedding os.FileInfo and http.FileShulhan
2023-11-08lib/memfs: remove mocking os.StatShulhan
2023-11-08lib/memfs: refactoring, simplify DirWatcher logicShulhan
2023-11-07lib/memfs: add test for DirWatcher with symlink to fileShulhan
2023-11-07email/dkim: set ExpiredAtto MaxInt64 if value is greater than 12 digitsShulhan
2023-11-07lib/json: make CodeQL pass when converting unicode pointShulhan
2023-11-05Release share v0.50.1 (2023-11-05)v0.50.1Shulhan
2023-11-05lib/memfs: re-scan directory content on Node's UpdateShulhan
2023-11-05lib/memfs: include empty directoryShulhan
2023-10-29lib/memfs: call the Init method in the embedded fileShulhan
2023-10-29lib/memfs: add method Child to NodeShulhan
2023-10-24lib/memfs: quote the path in the returned errorShulhan
2023-10-24lib/memfs: return nil in AddChild if file not existShulhan
2023-10-13go.mod: update all dependenciesShulhan
2023-10-04Release share v0.50.0 (2023-10-04)v0.50.0Shulhan