summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-04Release share v0.35.0 (2022.03.04)v0.35.0Shulhan
2022-03-03lib/dns: increase the default UDP packet size to 1232Shulhan
2022-03-03lib/memfs: export the Remount methodShulhan
2022-03-03lib/memfs: revert remount on GoEmbedShulhan
2022-03-01lib/memfs: make the GoEmbed re-mount the Root before generate Go fileShulhan
2022-02-28lib/memfs: embed the field CommentHeader on generated Go fileShulhan
2022-02-28cmd/sendemail: command line interface to send an emailShulhan
2022-02-28lib/email: set the Date and Message-ID on Message PackShulhan
2022-02-27lib/email: reorder the MIME header to write the mime-version firstShulhan
2022-02-27lib/email: make Message Pack works with single text or HTML partShulhan
2022-02-27lib/email: make the NewMultipart test working by mocking EpochShulhan
2022-02-27lib/email: add methods to modify MessageShulhan
2022-02-25lib/email: store the unpacked content type into MIMEShulhan
2022-02-25lib/email: change the Header and Body fields on Message to non-pointerShulhan
2022-02-24lib/email: realign all structsShulhan
2022-02-24lib/email: set the header Date field on NewMultipartShulhan
2022-02-24lib/io: fix DirWatcher not removing old files on renameShulhan
2022-02-18lib/smtp: refactoring NewClient to use struct instead of parametersShulhan
2022-02-18_doc: update documentation index and SASLShulhan
2022-02-18lib/smtp: add status codes from RFC 4954Shulhan
2022-02-18lib/smtp: rename Mechanism to SaslMechanismShulhan
2022-02-18lib/smtp: realign all structsShulhan
2022-02-18lib/smtp: provide an example of how to create MailTx from email packageShulhan
2022-02-17lib/smtp: rename mail.go to mail_tx.goShulhan
2022-02-17lib/mlog: make the Outf method always add new line at the endShulhan
2022-02-17lib/mlog: change default mlog instance to non-pointerShulhan
2022-02-17lib/mlog: realign the struct MultiLoggerShulhan
2022-02-14lib/memfs: add option CommentHeader to EmbedOptionsShulhan
2022-02-08go.mod: update all dependenciesShulhan
2022-02-08lib/dns: check for possible index out of range when unpacking RRShulhan
2022-02-06lib/ini: realign all structsShulhan
2022-02-06lib/ini: make the Marshal on map field sorted by keysShulhan
2022-02-06cmd/xtrk: command line interface to uncompress and/or unarchive fileShulhan
2022-02-05all: reformat CHANGELOG to make the generated HTML readableShulhan
2022-02-05Release share v0.34.0 (2022-02-05)v0.34.0Shulhan
2022-02-05lib/http: use io.Copy instead of TeeReader for Download() methodShulhan
2022-02-02lib/os: implement function to Extract compressed and/or archived fileShulhan
2022-01-30lib/http: implement method Download() on ClientShulhan
2022-01-30lib/http: detach method setHeaders from ClientShulhan
2022-01-30lib/http: change the test port for testing HTTP serverShulhan
2022-01-20lib/websocket: return error if parameter is empty on RegisterTextHandlerShulhan
2022-01-19lib/sql: make the table migration customizableShulhan
2022-01-10Release share v0.33.0 (2022-01-09)v0.33.0Shulhan
2022-01-09github/workflows: remove step to get dependenciesShulhan
2022-01-09github/workflows: set go version to 1.17.6Shulhan
2022-01-09cmd/gofilemode: new command to decode the Go file modeShulhan
2022-01-09lib/http: refactoring NewClient to accept single structShulhan
2021-12-27lib/memfs: skip mount if the Root node has been initializedShulhan
2021-12-26lib/io: realign all structsShulhan
2021-12-26lib/http: realign all structsShulhan