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-06-05
Release share v0.16.0 (2020-06-05)
v0.16.0
Shulhan
2020-06-04
bytes: add function MergeSpaces
Shulhan
2020-06-04
os/exec: new package to simplify the standard "os/exec"
Shulhan
2020-06-04
dns: refactoring loading hosts and master files
Shulhan
2020-06-01
dns: do not load hidden hosts and master file
Shulhan
2020-05-29
telegram/bot: fix request parameter on GetMyCommands
Shulhan
2020-05-28
telegram/bot: delete webhook upon setting new webhook
Shulhan
2020-05-16
http: handle CORS on method GET, HEAD, and POST
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-16
ssh: remove unused error return values
Shulhan
2020-05-16
ssh: fix the wrong plural variable name in criteria
Shulhan
2020-05-16
ini: make the add method append the variable after existing same key
Shulhan
2020-05-16
ini: add method UnsetAll
Shulhan
2020-05-16
ini: fix inconsistencies between empty string and boolean true
Shulhan
2020-05-16
ini: add method to Unmarshal ini values to struct
Shulhan
2020-05-15
http: add parameter "insecure" when creating new client
Shulhan
2020-05-15
email: add methods to unmarshal/marshal Mailbox from/to JSON
Shulhan
2020-05-14
Makefile: disable "testpackage" linter
Shulhan
2020-05-14
email: add function to parse single mailbox
Shulhan
2020-05-14
email: rename ParseAddress to ParseMailboxes
Shulhan
2020-05-14
email: rename "address" to "mailbox"
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
Shulhan
2020-05-13
http: support CORS with white list of origin and headers
Shulhan
2020-05-12
big: add method wrapper for Abs
Shulhan
2020-05-12
http: prefix the header constants with "Header"
Shulhan
2020-05-11
websocket: allow "https" scheme on Client's Endpoint
Shulhan
2020-05-09
dns: check for possible nil on DoH server
Shulhan
2020-05-09
dns: don't call Stop when there is an error on ListenAndServe
Shulhan
2020-05-09
dns: use errors.Is to check for EOF
Shulhan
2020-05-08
all: rename directory "doc" to "_doc"
Shulhan
2020-05-08
dns: disable serving DoH and DoT if port is not set (0)
Shulhan
2020-05-07
time: fix test with latest Go
Shulhan
2020-05-07
memfs: make the Node Readdir works when calling from generated Go code
Shulhan
2020-05-07
memfs: sort the file by name when scanning directory
Shulhan
2020-05-07
memfs: check error when calling Sync on GoGenerate
Shulhan
2020-05-07
memfs: simplify the API, add directory parameter to New
Shulhan
2020-05-06
memfs: replace the contents values from list of byte to string
Shulhan
2020-05-06
memfs: move the template name as constants
Shulhan
2020-05-06
sql: add method to migrate database schema
Shulhan
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
[next]