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
2022-03-04
Release share v0.35.0 (2022.03.04)
v0.35.0
Shulhan
2022-03-03
lib/dns: increase the default UDP packet size to 1232
Shulhan
2022-03-03
lib/memfs: export the Remount method
Shulhan
2022-03-03
lib/memfs: revert remount on GoEmbed
Shulhan
2022-03-01
lib/memfs: make the GoEmbed re-mount the Root before generate Go file
Shulhan
2022-02-28
lib/memfs: embed the field CommentHeader on generated Go file
Shulhan
2022-02-28
cmd/sendemail: command line interface to send an email
Shulhan
2022-02-28
lib/email: set the Date and Message-ID on Message Pack
Shulhan
2022-02-27
lib/email: reorder the MIME header to write the mime-version first
Shulhan
2022-02-27
lib/email: make Message Pack works with single text or HTML part
Shulhan
2022-02-27
lib/email: make the NewMultipart test working by mocking Epoch
Shulhan
2022-02-27
lib/email: add methods to modify Message
Shulhan
2022-02-25
lib/email: store the unpacked content type into MIME
Shulhan
2022-02-25
lib/email: change the Header and Body fields on Message to non-pointer
Shulhan
2022-02-24
lib/email: realign all structs
Shulhan
2022-02-24
lib/email: set the header Date field on NewMultipart
Shulhan
2022-02-24
lib/io: fix DirWatcher not removing old files on rename
Shulhan
2022-02-18
lib/smtp: refactoring NewClient to use struct instead of parameters
Shulhan
2022-02-18
_doc: update documentation index and SASL
Shulhan
2022-02-18
lib/smtp: add status codes from RFC 4954
Shulhan
2022-02-18
lib/smtp: rename Mechanism to SaslMechanism
Shulhan
2022-02-18
lib/smtp: realign all structs
Shulhan
2022-02-18
lib/smtp: provide an example of how to create MailTx from email package
Shulhan
2022-02-17
lib/smtp: rename mail.go to mail_tx.go
Shulhan
2022-02-17
lib/mlog: make the Outf method always add new line at the end
Shulhan
2022-02-17
lib/mlog: change default mlog instance to non-pointer
Shulhan
2022-02-17
lib/mlog: realign the struct MultiLogger
Shulhan
2022-02-14
lib/memfs: add option CommentHeader to EmbedOptions
Shulhan
2022-02-08
go.mod: update all dependencies
Shulhan
2022-02-08
lib/dns: check for possible index out of range when unpacking RR
Shulhan
2022-02-06
lib/ini: realign all structs
Shulhan
2022-02-06
lib/ini: make the Marshal on map field sorted by keys
Shulhan
2022-02-06
cmd/xtrk: command line interface to uncompress and/or unarchive file
Shulhan
2022-02-05
all: reformat CHANGELOG to make the generated HTML readable
Shulhan
2022-02-05
Release share v0.34.0 (2022-02-05)
v0.34.0
Shulhan
2022-02-05
lib/http: use io.Copy instead of TeeReader for Download() method
Shulhan
2022-02-02
lib/os: implement function to Extract compressed and/or archived file
Shulhan
2022-01-30
lib/http: implement method Download() on Client
Shulhan
2022-01-30
lib/http: detach method setHeaders from Client
Shulhan
2022-01-30
lib/http: change the test port for testing HTTP server
Shulhan
2022-01-20
lib/websocket: return error if parameter is empty on RegisterTextHandler
Shulhan
2022-01-19
lib/sql: make the table migration customizable
Shulhan
2022-01-10
Release share v0.33.0 (2022-01-09)
v0.33.0
Shulhan
2022-01-09
github/workflows: remove step to get dependencies
Shulhan
2022-01-09
github/workflows: set go version to 1.17.6
Shulhan
2022-01-09
cmd/gofilemode: new command to decode the Go file mode
Shulhan
2022-01-09
lib/http: refactoring NewClient to accept single struct
Shulhan
2021-12-27
lib/memfs: skip mount if the Root node has been initialized
Shulhan
2021-12-26
lib/io: realign all structs
Shulhan
2021-12-26
lib/http: realign all structs
Shulhan
[next]