index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-06
Release share v0.51.0 (2023-12-06)
v0.51.0
Shulhan
2023-12-06
go.mod: update all dependencies
Shulhan
2023-12-03
http/sseclient: add test for multi lines with empty line in middle
Shulhan
2023-11-27
lib/http: add field KeepAliveInterval in SSEEndpoint
Shulhan
2023-11-26
http/sseclient: add method IDInt to Event
Shulhan
2023-11-26
lib/http: simplify SSEConn API, remove the WriteMessage
Shulhan
2023-11-26
lib/http: update comment on Client.PostJSON and ClientOptions.ServerUrl
Shulhan
2023-11-26
lib/net: use [time.Ticker] to loop in WaitAlive
Shulhan
2023-11-26
http/sseclient: implement Client retry
Shulhan
2023-11-26
http/sseclient: remove double check for non-empty packet
Shulhan
2023-11-26
lib/http: add method WriteRaw to SSEEndpoint
Shulhan
2023-11-26
lib/http: change id type in WriteEvent/WriteMessage parameter to pointer
Shulhan
2023-11-26
lib/http: implement Server-Sent Events (SSE)
Shulhan
2023-11-25
lib/net: add method Read
Shulhan
2023-11-22
lib/memfs: add sub file system
Shulhan
2023-11-22
lib/http: update comment on Callback type
Shulhan
2023-11-21
lib/memfs: check for file not exist in scanDir and updateDir
Shulhan
2023-11-19
lib/crypto: trim the password read from SSH_ASKPASS
Shulhan
2023-11-18
lib/crypto: add support for reading passphrase using SSH_ASKPASS
Shulhan
2023-11-17
go.mod: update all dependencies
Shulhan
2023-11-17
lib/ini: create the file if its not exist on Open
Shulhan
2023-11-15
lib/memfs: check for empty path on Get
Shulhan
2023-11-14
lib/memfs: improve the refresh method
Shulhan
2023-11-14
lib/memfs: add method JSON to Node
Shulhan
2023-11-14
lib/memfs: simplify error on Get
Shulhan
2023-11-14
lib/memfs: increase delay on DirWatcher example
Shulhan
2023-11-14
lib/memfs: add option to pack JSON without ModTime
Shulhan
2023-11-14
lib/test: fix link to Article in Data
Shulhan
2023-11-12
lib/ini: add test for parsing multi line value without spaces
Shulhan
2023-11-12
lib/ini: append variable into section before any empty lines
Shulhan
2023-11-12
lib/ini: update module documentation
Shulhan
2023-11-08
lib/memfs: split handling deleted directory and file on DirWatcher
Shulhan
2023-11-08
lib/memfs: stop all Watcher spawn by DirWatcher
Shulhan
2023-11-08
lib/memfs: use second channel to stop goroutine in Watcher
Shulhan
2023-11-08
lib/memfs: do not return when mode changes in Node Update
Shulhan
2023-11-08
lib/memfs: remove embedding os.FileInfo and http.File
Shulhan
2023-11-08
lib/memfs: remove mocking os.Stat
Shulhan
2023-11-08
lib/memfs: refactoring, simplify DirWatcher logic
Shulhan
2023-11-07
lib/memfs: add test for DirWatcher with symlink to file
Shulhan
2023-11-07
email/dkim: set ExpiredAtto MaxInt64 if value is greater than 12 digits
Shulhan
2023-11-07
lib/json: make CodeQL pass when converting unicode point
Shulhan
2023-11-05
Release share v0.50.1 (2023-11-05)
v0.50.1
Shulhan
2023-11-05
lib/memfs: re-scan directory content on Node's Update
Shulhan
2023-11-05
lib/memfs: include empty directory
Shulhan
2023-10-29
lib/memfs: call the Init method in the embedded file
Shulhan
2023-10-29
lib/memfs: add method Child to Node
Shulhan
2023-10-24
lib/memfs: quote the path in the returned error
Shulhan
2023-10-24
lib/memfs: return nil in AddChild if file not exist
Shulhan
2023-10-13
go.mod: update all dependencies
Shulhan
2023-10-04
Release share v0.50.0 (2023-10-04)
v0.50.0
Shulhan
[next]