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-04-12
dns/client: add parameter to set recursion on Lookup()
Shulhan
2019-04-12
dns: refactor server to use caches
Shulhan
2019-04-12
dns/message: add method to set response code
Shulhan
2019-04-12
dns/masterfile: fix parsing TXT from master (zone) file
Shulhan
2019-04-12
dns/message: add methods to set AA, Query, RD flags
Shulhan
2019-04-12
dns/sender: change the Send parameter to slice of byte instead of Message
Shulhan
2019-04-12
dns/caches: return answers that found on get()
Shulhan
2019-04-12
dns: use direct certificate instance on ServerOptions
Shulhan
2019-04-12
dns: add field name servers to ServerOptions
Shulhan
2019-04-12
dns: move the ParseNameServers function to file funcs
Shulhan
2019-04-12
dns: add caches for server
Shulhan
2019-04-12
dns: detach generate test response from test serverHandler
Shulhan
2019-04-12
dns/message: set the TTL offset when packing resource record
Shulhan
2019-04-12
dns: fix data race issue when running test
Shulhan
2019-04-12
dns/server: refactor server to use Start, Wait, and Stop
Shulhan
2019-04-12
dns: rename "server_options" to "serveroptions"
Shulhan
2019-04-12
smtp: add field mode to receiver
Shulhan
2019-04-12
smtp: add field DKIMOptions to Domain
Shulhan
2019-04-05
smtp/client: add debug statement when client connected
Shulhan
2019-04-05
crypto: new package that provide a wrapper for standard crypto
Shulhan
2019-04-05
README: update generated HTML file
Shulhan
2019-04-04
Gemfile: update bundler from v1.5.8 to v2.0.5
Shulhan
2019-04-02
websocket: format the benchmark documentation
Shulhan
2019-04-02
Release v0.5.0
v0.5.0
Shulhan
2019-04-02
cmd/smtpcli: command line interface to SMTP client protocol
Shulhan
2019-03-31
smtp/server: unexport the address and TLS address
Shulhan
2019-03-31
websocket: check interface conversion on ClientManager context Value
Shulhan
2019-03-31
websocket/server: remove unnecessary frames nil check on reader
Shulhan
2019-03-31
smtp: remove unused variable testClientSMTPAddress
Shulhan
2019-03-31
dns/server: remove unnecessary not nil check on serveTCPClient
Shulhan
2019-03-30
go.mod: update dependencies
Shulhan
2019-03-30
smtp/server: return an error if server does not provide certificate
Shulhan
2019-03-30
smtp/client: fix panic when "MAIL FROM" command return no response
Shulhan
2019-03-30
smtp/client: export method StartTLS to upgrade connection to TLS
Shulhan
2019-03-26
smtp: make new client to be implicit connect with EHLO
Shulhan
2019-03-26
smtp: change the type of server info extension to map of string
Shulhan
2019-03-26
smtp: add scheme for connecting with implicit STARTTLS on client
Shulhan
2019-03-26
smtp: fix parsing local-part to allow special characters
Shulhan
2019-03-26
smtp: change the NewClient remote address to URL based format
Shulhan
2019-03-26
test: change the error format to print "got" before "expectation"
Shulhan
2019-03-26
net: change return value of ParseIPPort to include hostname
Shulhan
2019-03-21
websocket: update server documentation for autobahn
Shulhan
2019-03-21
websocket: add autobahn testsuite for client
Shulhan
2019-03-20
websocket: use custom HTTP parser for client
Shulhan
2019-03-20
http: add function to parse HTTP header only
Shulhan
2019-03-17
websocket: update log related format
Shulhan
2019-03-17
websocket: simplify client handshake process without handler and context
Shulhan
2019-03-17
websocket: call Quit when client receive error or empty packet
Shulhan
2019-03-17
websocket: fix empty path when generating client handshake request
Shulhan
2019-03-17
websocket: add handler when client connection closed
Shulhan
[prev]
[next]