summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-03Release share v0.36.0 (2022-04-03)v0.36.0Shulhan
2022-03-31lib/http: rewrite ServerOptions FSHandler to handle request in generalShulhan
2022-03-30lib/http: implement handler to authorized request to Server MemfsShulhan
2022-03-27lib/memfs: add method to stop the WatchShulhan
2022-03-27lib/memfs: update the file mode and/or content on DirWatcherShulhan
2022-03-27lib/memfs: differentiate prefix on MemFS's Update and Node's UpdateShulhan
2022-03-27lib/memfs: check for possible nil on GetShulhan
2022-03-27lib/http: use package mlog for loggingShulhan
2022-03-21email/dkim: remove amazonses.com domain from test casesShulhan
2022-03-21lib/xmlrpc: add method to get boolean field value on ValueShulhan
2022-03-21lib/xmlrpc: use %v to convert non-string type on GetFieldAsStringShulhan
2022-03-07lib/memfs: add method Watch to MemFSShulhan
2022-03-06lib/memfs: move the test for NewWatcher and DirWatcher as exampleShulhan
2022-03-06lib/memfs: changes the DirWatcher and Watcher to use channelShulhan
2022-03-06all: move the DirWatcher and Watcher types from io to memfsShulhan
2022-03-04all: add section links to the CHANGELOG documentShulhan
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