summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-31Release share v0.38.0 (2022-06-05)v0.38.0Shulhan
2022-05-31all: reformat CHANGELOG to use _ instead of . for anchorShulhan
2022-05-30lib/dns: replace Ticker with Timer on Caches' workerShulhan
2022-05-30lib/dns: move all caches operations from Server to Caches typeShulhan
2022-05-30lib/dns: export the Caches type and field on ServerShulhan
2022-05-30lib/dns: split storage between internal and external cachesShulhan
2022-05-24go.mod: update the minimum Go version to 1.17Shulhan
2022-05-17lib/dns: return the removed record on caches RemoveCachesByRRShulhan
2022-05-16lib/dns: disable JSON marshaling Zone Records fieldShulhan
2022-05-16lib/dns: print the field Value on ResourceRecord Stringer instead of rdlenShulhan
2022-05-16lib/dns: change the Zone SOA field type from ResourceRecord to RDataSOAShulhan
2022-05-14lib/dns: export the zoneRecords typeShulhan
2022-05-12all: rewrite all codes to use "var" instead of ":="Shulhan
2022-05-12lib/memfs: format comment in embedded Go template according to gofmt tipShulhan
2022-05-12lib/dns: return the deleted record on HostsFile RemoveRecordShulhan
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