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-11-05
share v0.10.0
v0.10.0
Shulhan
2019-11-05
websocket: fix data race on testing Fragmentation
Shulhan
2019-11-05
email/dkim: fix the test expected response on LookupDNSTXT
Shulhan
2019-11-05
dns: fix test to match with latest server behaviour
Shulhan
2019-11-05
websocket: wrap the response with frame on sendResponse
Shulhan
2019-11-05
websocket: set the response ID after calling handler on handleText
Shulhan
2019-11-04
dns: simplify forwarders reconnect process
Shulhan
2019-11-04
net: fix the implementation of epoll
Shulhan
2019-11-01
CHANGELOG: update with latest feature and enhancement
Shulhan
2019-11-01
websocket: replace epoll implementation with libnet.Poll
Shulhan
2019-11-01
net: implement network polling using epoll and kqueue
Shulhan
2019-11-01
dns: dynamically increase and decrease number of forwarders
Shulhan
2019-10-31
dns: drop all queries for as long 3 seconds if forwarders is not connected
Shulhan
2019-10-30
dns: drop request in queue if forwarder disconnected
Shulhan
2019-10-25
dns: fix race when creating stopper
Shulhan
2019-10-25
io: replace usage of log.Fatal with log.Printf with return
Shulhan
2019-10-25
dns: refactor the forwarders logic to handle re-connect gracefully
Shulhan
2019-10-25
dns: do not queue error response to fallback channel
Shulhan
2019-10-25
dns: do not re-queue invalid response
Shulhan
2019-10-24
ini: add method GetsUniq and ValsUniq that return uniq values only
Shulhan
2019-10-24
ini: change Gets return as is, with duplicate values
Shulhan
2019-10-24
dns: return an error received on server's Wait
Shulhan
2019-10-24
dns: fix err being shadowed when looping on forwarder
Shulhan
2019-10-24
dns: implement forwarder for DoT in the server
Shulhan
2019-10-22
CHANGELOG: update with latest commits
Shulhan
2019-10-22
dns: return an error if section question contains invalid packet
Shulhan
2019-10-22
strings: fix the logic of Split
Shulhan
2019-10-22
dns: return error code 4 if request class or type is not implemented
Shulhan
2019-10-21
all: fix and add missing comments
Shulhan
2019-10-17
dns: allow DoT traffic to be logged as "DoT" not "TCP"
Shulhan
2019-10-17
dns: fix missing "tls" prefix on ini tag of TLSAllowInsecure
Shulhan
2019-10-17
dns: add option to allow serving DoH behind proxy
Shulhan
2019-10-17
dns: log the server startup address and port
Shulhan
2019-10-17
dns: change the server certificate options to load from files
Shulhan
2019-10-17
dns: implement server for DNS over TLS
Shulhan
2019-10-17
dns: implement client for DNS over TLS
Shulhan
2019-10-17
dns: replace example of DNS with our own DNS server
Shulhan
2019-10-17
http: remove unneccesary call to WriteHeader with StatusOK
Shulhan
2019-10-16
dns: mention that this package support DNS over HTTP (client and server)
Shulhan
2019-10-16
dns: refactoring server options
Shulhan
2019-10-16
ini: support marshaling and unmarshaling embedded structs
Shulhan
2019-10-16
ini: fix return value for empty string in IsValueBoolTrue
Shulhan
2019-10-15
ini: support marshaling and unmarshal time.Time
Shulhan
2019-10-15
ini: support marshaling and unmarshaling time.Duration
Shulhan
2019-10-15
dns: allow listening on DoH without certificate
Shulhan
2019-10-08
share v0.9.0
v0.9.0
Shulhan
2019-10-03
websocket: remove the client Quit() statement
Shulhan
2019-10-03
smtp: remove test for NewClient
Shulhan
2019-10-03
bytes: fix empty test case on IsTokenAt
Shulhan
2019-10-03
Makefile: disable "funlen" and "godox" linters
Shulhan
[next]