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-08-06
Release share v0.29.1 (2021-08-06)
v0.29.1
Shulhan
2021-08-06
lib/http: update the errors.As test on EndpointResponse
Shulhan
2021-08-06
lib/errrors: implement method As
Shulhan
2021-08-06
Revert "lib/errors: return the internal error only if its not nil on Unwrap"
Shulhan
2021-08-06
Release share v0.29.0 (2021-08-06)
v0.29.0
Shulhan
2021-08-06
ssh/sftp: fix linter warnings
Shulhan
2021-08-06
lib/http: fix return value on getFSNode
Shulhan
2021-08-06
lib/mlog: add function and method Panicf
Shulhan
2021-07-30
lib/memfs: fix the unit test due to different modTime result after clone
Shulhan
2021-07-30
lib/memfs: add internal method to reset modTime
Shulhan
2021-07-30
text/diff: add functions to compare raw bytes as text and text.Lines
Shulhan
2021-07-30
lib/text: implement function to parse raw bytes into Lines
Shulhan
2021-07-30
lib/text: implement Stringer on Chunk and Line types
Shulhan
2021-07-30
lib/http: add test for EndpointResponse as an error
Shulhan
2021-07-30
lib/http: add missing license header
Shulhan
2021-07-30
lib/errors: return the internal error only if its not nil on Unwrap
Shulhan
2021-07-25
lib/memfs: implement json.Marshaler on MemFS and Node
Shulhan
2021-07-18
lib/memfs: reorder the function and methods by names
Shulhan
2021-07-18
lib/memfs: reorder the test functions by names
Shulhan
2021-07-12
go.mod: update all dependencies to the latest
Shulhan
2021-07-12
ssh/sftp: export the open file method as OpenFile
Shulhan
2021-07-12
ssh/sftp: provide better error handling
Shulhan
2021-07-12
ssh/sftp: make the package compatible with standard fs package
Shulhan
2021-07-12
ssh/sftp: new package that implement SSH File Transport Protocol v3
Shulhan
2021-07-12
lib/bytes: print the ASCII character on the right side on PrintHex
Shulhan
2021-07-09
lib/totp: increase the maximum steps back on Verify from 2 to 20
Shulhan
2021-07-08
lib/http: check request path as HTML file on getFSNode
Shulhan
2021-07-08
lib/memfs: fix unit test due changes on Merge function
Shulhan
2021-07-08
lib/memfs: fix the Merge by initialize Root mode and Opts
Shulhan
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
[next]