index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-05-07
share v0.6.0
v0.6.0
Shulhan
2019-05-07
smtp: remove unused global variable "testSMTPAddress" on test file
Shulhan
2019-05-07
smtp: remove unused parameter "cmd" on handleDATA
Shulhan
2019-05-07
io: check and log error from calling NewWatcher
Shulhan
2019-05-07
dns: suppress linter warning on struct ServerOptions could be aligned
Shulhan
2019-05-07
dns: change the server forwarder methods parameter type to string
Shulhan
2019-05-07
dns: suppress linter warning on global variable "rcodeNames"
Shulhan
2019-05-07
dns: suppress linter warnings on duplicate statements
Shulhan
2019-05-07
io: fix data race on testing DirWatcher
Shulhan
2019-05-07
email: changes affected by update on dns package
Shulhan
2019-05-07
dns: use the prefix "!" for response with error code
Shulhan
2019-05-07
dns: remove duplicate log on invalid response
Shulhan
2019-05-07
dns: restart UDP forwarder on error
Shulhan
2019-05-07
dns: check for zero TTL on authorities and additionals RR on IsExpired
Shulhan
2019-05-07
memfs: fix possible invalid system path on file with symbolic link
Shulhan
2019-04-19
memfs: refresh the directory tree in Development mode if page not found
Shulhan
2019-04-19
io: watch included files on DirWatcher
Shulhan
2019-04-19
io: simplify Watcher to use callback instead of channel
Shulhan
2019-04-19
memfs: export the NewNode function
Shulhan
2019-04-19
io: implement naive directory change notification, DirWatcher
Shulhan
2019-04-19
doc: add documentation for Sender Policy Framework (RFC 7208)
Shulhan
2019-04-19
memfs: add method to remove child from any node
Shulhan
2019-04-19
memfs: export the method to add new child
Shulhan
2019-04-19
memfs: add modification time to Node
Shulhan
2019-04-19
memfs: change the function parameters on create new node
Shulhan
2019-04-19
memfs: add method to update node content and information
Shulhan
2019-04-19
memfs: add method to check if memfs contains mounted directory
Shulhan
2019-04-19
memfs: add method to unmount directory
Shulhan
2019-04-19
memfs: add parameter to make reading file content become optional
Shulhan
2019-04-17
memfs: refactoring go generate file to use type from memfs
Shulhan
2019-04-15
http: allow serving directory with slash
Shulhan
2019-04-15
http: change server initialization using options
Shulhan
2019-04-12
dns: print the connection type on debug output
Shulhan
2019-04-12
dns: cache response with empty answer resource record
Shulhan
2019-04-12
dns: remove unnecessary index when updating answer
Shulhan
2019-04-12
dns: add worker for pruning old caches by threshold
Shulhan
2019-04-12
dns: update accessed time when answer found on caches
Shulhan
2019-04-12
dns: add debugging for request, forwarding, and response
Shulhan
2019-04-12
dns: always set is local to true when answer found on cache
Shulhan
2019-04-12
CHANGELOG: update for the next release
Shulhan
2019-04-12
dns: remove TCPPort on ServerOptions
Shulhan
2019-04-12
dns: unexport all fields from UDP and TCP clients
Shulhan
2019-04-12
dns: remove address parameter on client Query
Shulhan
2019-04-12
dns: simplify server request using io.Writer
Shulhan
2019-04-12
dns: unexport connection type
Shulhan
2019-04-12
dns: remove receiver interface
Shulhan
2019-04-12
dns: unexport request
Shulhan
2019-04-12
dns/server: implement recursion, forwarding request to parent name servers
Shulhan
2019-04-12
dns: add mapping of response code to human readable names
Shulhan
2019-04-12
dns/message: remove elapsed parameter on message IsExpired()
Shulhan
[next]