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
2021-07-06
Release share v0.28.0 (2021-07-06)
v0.28.0
Shulhan
2021-07-05
lib/ssh: rename method Get to ScpGet and Put to ScpPut
Shulhan
2021-07-05
lib/ssh: embed the ssh.Client into Client instead of as field
Shulhan
2021-07-05
lib/ssh: rename the NewClient function to NewClientFromConfig
Shulhan
2021-07-05
lib/ssh: move the config parser to subpackage "config"
Shulhan
2021-06-26
http: remove the Memfs field from Server
Shulhan
2021-06-26
go.mod: upgrade all dependencies
Shulhan
2021-06-26
http: simplify bytes to string conversion on unit test
Shulhan
2021-06-26
websocket: export the Options field on the Server
Shulhan
2021-06-26
http: export the Options field on the Server
Shulhan
2021-06-21
websocket: store all the handshake headers to Handshake.Header
Shulhan
2021-06-21
websocket/testdata: fix the test server initialization
Shulhan
2021-06-05
Release share v0.27.0 (2021-06-05)
v0.27.0
Shulhan
2021-06-05
xmlrpc: check for returned ok arguments on interface conversion
Shulhan
2021-06-03
memfs: add function to Merge one or more instance of MemFS
Shulhan
2021-06-03
memfs: set the field Parent on Node AddChild
Shulhan
2021-06-03
memfs: update the package documentation
Shulhan
2021-05-25
xmlrpc: convert the uint8 and uint16 as type Integer, and Uint as Double
Shulhan
2021-05-25
xmlrpc: change the Response to embed the errors.E
Shulhan
2021-05-19
xmlrpc: marshal the struct value ordered by names
Shulhan
2021-05-19
xmlrpc: set client response IsFault when StatusCode >= 400
Shulhan
2021-05-19
xmlrpc: add method to marshal Response
Shulhan
2021-05-19
xmlrpc: write the XML header when marshaling request not on client
Shulhan
2021-05-19
xmlrpc: replace Value field for struct with map of string and value
Shulhan
2021-05-19
xmlrpc: refactoring the parser for decoding XML-RPC request
Shulhan
2021-05-19
http: add request type for XML
Shulhan
2021-05-04
memfs: fix test by checking multiple content-types
Shulhan
2021-05-04
mlog: add function and method PrintStack
Shulhan
2021-05-04
mlog: remove comment about adding new line
Shulhan
2021-05-03
go.mod: update all dependencies
Shulhan
2021-05-03
Release share v0.26.0 (2021-05-03)
v0.26.0
Shulhan
2021-04-27
memfs: update the test ContentType for JavaScript files
Shulhan
2021-04-27
sql: make the column filename on table _migration as primary key
Shulhan
2021-04-27
big: add method Add, IsLess, IsGreater, and Scan
Shulhan
2021-04-23
math/big: add method IsZero on Int
Shulhan
2021-04-23
math/big: use consistent receiver name for Int methods
Shulhan
2021-04-23
math/big: extend Int to support marshal/unmarshal JSON
Shulhan
2021-04-22
paseto: replace le64() function with binary.Write()
Shulhan
2021-04-21
http: add the Total field to EndpointResponse
Shulhan
2021-04-21
big: extends the standard big.Int
Shulhan
2021-04-21
http: add field Page to EndpointResponse
Shulhan
2021-04-16
big: allow creating new Rat from uint64 and *big.Int
Shulhan
2021-04-12
.github: change the minimum Go version to 1.16
Shulhan
2021-04-11
ssh: check for empty private key file on Get and Put
Shulhan
2021-04-06
Release share v0.25.1 (2021-04-06)
v0.25.1
Shulhan
2021-04-06
go.mod: set the minimum Go version to 1.16
Shulhan
2021-04-06
Release share v0.25.0
v0.25.0
Shulhan
2021-04-06
websocket: suppress error on calling handleClose
Shulhan
2021-04-06
ssh: use the SSH agent to authenticate on NewClient
Shulhan
2021-04-05
ssh: ask for passphrase if private key is encrypted on generateSigners
Shulhan
[next]