summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-09Release share v0.37.0 (2022-05-09)v0.37.0Shulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-25lib/dns: add method to get the record in HostsFile by name and/or valueShulhan
2022-04-19lib/ini: fix panic when marshaling unexported field with type structShulhan
2022-04-18lib/ini: implement marshaling and unmarshaling map with struct elementShulhan
2022-04-15lib/dns: add method CachesClear to remove all cachesShulhan
2022-04-15lib/dns: refactor Server RemoveCachesByNames to return removed AnswerShulhan
2022-04-14lib/net: add method to populate query on ResolvConfShulhan
2022-04-12lib/dns: add function to create new client using name server URLShulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-04-06math/big: fix example on RoundToZeroShulhan
2022-04-06lib/memfs: change the Watch method to accept structShulhan
2022-04-06lib/memfs: update comment on the struct Options and its fieldsShulhan
2022-04-06lib/memfs: move the default watch delay as constantShulhan
2022-04-06lib/memfs: make the Node's addChild to be idempotentShulhan
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