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-05-31
Release share v0.38.0 (2022-06-05)
v0.38.0
Shulhan
2022-05-31
all: reformat CHANGELOG to use _ instead of . for anchor
Shulhan
2022-05-30
lib/dns: replace Ticker with Timer on Caches' worker
Shulhan
2022-05-30
lib/dns: move all caches operations from Server to Caches type
Shulhan
2022-05-30
lib/dns: export the Caches type and field on Server
Shulhan
2022-05-30
lib/dns: split storage between internal and external caches
Shulhan
2022-05-24
go.mod: update the minimum Go version to 1.17
Shulhan
2022-05-17
lib/dns: return the removed record on caches RemoveCachesByRR
Shulhan
2022-05-16
lib/dns: disable JSON marshaling Zone Records field
Shulhan
2022-05-16
lib/dns: print the field Value on ResourceRecord Stringer instead of rdlen
Shulhan
2022-05-16
lib/dns: change the Zone SOA field type from ResourceRecord to RDataSOA
Shulhan
2022-05-14
lib/dns: export the zoneRecords type
Shulhan
2022-05-12
all: rewrite all codes to use "var" instead of ":="
Shulhan
2022-05-12
lib/memfs: format comment in embedded Go template according to gofmt tip
Shulhan
2022-05-12
lib/dns: return the deleted record on HostsFile RemoveRecord
Shulhan
2022-05-09
Release share v0.37.0 (2022-05-09)
v0.37.0
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-25
lib/dns: add method to get the record in HostsFile by name and/or value
Shulhan
2022-04-19
lib/ini: fix panic when marshaling unexported field with type struct
Shulhan
2022-04-18
lib/ini: implement marshaling and unmarshaling map with struct element
Shulhan
2022-04-15
lib/dns: add method CachesClear to remove all caches
Shulhan
2022-04-15
lib/dns: refactor Server RemoveCachesByNames to return removed Answer
Shulhan
2022-04-14
lib/net: add method to populate query on ResolvConf
Shulhan
2022-04-12
lib/dns: add function to create new client using name server URL
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-04-06
math/big: fix example on RoundToZero
Shulhan
2022-04-06
lib/memfs: change the Watch method to accept struct
Shulhan
2022-04-06
lib/memfs: update comment on the struct Options and its fields
Shulhan
2022-04-06
lib/memfs: move the default watch delay as constant
Shulhan
2022-04-06
lib/memfs: make the Node's addChild to be idempotent
Shulhan
2022-04-03
Release share v0.36.0 (2022-04-03)
v0.36.0
Shulhan
2022-03-31
lib/http: rewrite ServerOptions FSHandler to handle request in general
Shulhan
2022-03-30
lib/http: implement handler to authorized request to Server Memfs
Shulhan
2022-03-27
lib/memfs: add method to stop the Watch
Shulhan
2022-03-27
lib/memfs: update the file mode and/or content on DirWatcher
Shulhan
2022-03-27
lib/memfs: differentiate prefix on MemFS's Update and Node's Update
Shulhan
2022-03-27
lib/memfs: check for possible nil on Get
Shulhan
2022-03-27
lib/http: use package mlog for logging
Shulhan
2022-03-21
email/dkim: remove amazonses.com domain from test cases
Shulhan
2022-03-21
lib/xmlrpc: add method to get boolean field value on Value
Shulhan
2022-03-21
lib/xmlrpc: use %v to convert non-string type on GetFieldAsString
Shulhan
2022-03-07
lib/memfs: add method Watch to MemFS
Shulhan
2022-03-06
lib/memfs: move the test for NewWatcher and DirWatcher as example
Shulhan
2022-03-06
lib/memfs: changes the DirWatcher and Watcher to use channel
Shulhan
2022-03-06
all: move the DirWatcher and Watcher types from io to memfs
Shulhan
2022-03-04
all: add section links to the CHANGELOG document
Shulhan
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
[next]