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
2020-05-04
Release share 0.15.0
v0.15.0
Shulhan
2020-05-04
doc: remove stylesheet metadata
Shulhan
2020-05-04
README: update content with latest available packages
Shulhan
2020-05-01
ssh: replace lib/parser with internal parser
Shulhan
2020-04-29
websocket: lock the connection when processing Close
Shulhan
2020-04-29
ssh: fix config test using not existent private key
Shulhan
2020-04-29
big: check for zero length slice of byte or string on toRat
Shulhan
2020-04-29
big: return false if Rat is nil on IsGreaterThanZero
Shulhan
2020-04-29
websocket: add routine that send PING control frame on Connect
Shulhan
2020-04-29
websocket: add method to gracefully Close the client connection
Shulhan
2020-04-26
ssh: replace the ClientConfig with ConfigSection
Shulhan
2020-04-25
ssh: parse the SetEnv directive in Config
Shulhan
2020-04-25
ssh: parse the SendEnv directive
Shulhan
2020-04-25
ssh: use algorithm names that supported by crypto/ssh package
Shulhan
2020-04-25
ssh: add method to Prepend the other Section
Shulhan
2020-04-25
ssh: do not return an error if config file is not exist
Shulhan
2020-04-24
ssh: implement SSH client configuration parser -- ssh_config(5)
Shulhan
2020-04-24
email: skip flaky DKIMVerify test
Shulhan
2020-04-24
.github: use latest Go 1.13 to build and test
Shulhan
2020-04-23
memfs: fix test based on changes on 8b030beb
Shulhan
2020-04-23
reflect: remove checking for method IsEqual on type reflect.Ptr
Shulhan
2020-04-23
http: add parameter to set default client's headers
Shulhan
2020-04-23
big: add more test cases for QuoRat and Int64
Shulhan
2020-04-23
strings: add white space to Split example
Shulhan
2020-04-22
http: automatically uncompress the response body from server
Shulhan
2020-04-14
http: add parameter to set default client's headers
Shulhan
2020-04-14
share: add global Version number
Shulhan
2020-04-12
telegram/bot: trim the bot's name when parsing command
Shulhan
2020-04-11
Makefile: add more phony tasks
Shulhan
2020-04-11
telegram/bot: fix parsing command and arguments on parseCommandArgs
Shulhan
2020-04-11
CHANGELOG: update with latest changes
Shulhan
2020-04-11
http: update comment on Root field of ServerOptions
Shulhan
2020-04-11
memfs: add prefix to the error messages in exported methods
Shulhan
2020-04-11
api/telegram/bot: Go package for Telegram API Bot
Shulhan
2020-04-11
http: implement a simplified HTTP client
Shulhan
2020-04-08
big: return "0" instead of "<nil>" on Rat.String()
Shulhan
2020-04-05
html: add function to simplify iterating node in HTML tree
Shulhan
2020-04-05
net/html: new package to simplify the golang.org/x/net/html
Shulhan
2020-04-03
Release share v0.14.0
v0.14.0
Shulhan
2020-04-03
big: update the test file from stash
Shulhan
2020-04-01
big: round the float value using rounding mode ToZero
Shulhan
2020-04-01
http: embed the standard http package instead of separate field
Shulhan
2020-03-30
http: set the lowest debug level to 2
Shulhan
2020-03-30
big: add more test cases for Rat
Shulhan
2020-03-29
http: simplify server Endpoint registrations
Shulhan
2020-03-29
strings: add function SingleSpace
Shulhan
2020-03-29
strings: check for other white spaces on MergeSpaces
Shulhan
2020-03-26
big: fix the Int64() method conversion
Shulhan
2020-03-26
hunspell: store the word as uppercase
Shulhan
2020-03-26
hunspell: relax the morpheme rule
Shulhan
[next]