aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-12dns/client: add parameter to set recursion on Lookup()Shulhan
2019-04-12dns: refactor server to use cachesShulhan
2019-04-12dns/message: add method to set response codeShulhan
2019-04-12dns/masterfile: fix parsing TXT from master (zone) fileShulhan
2019-04-12dns/message: add methods to set AA, Query, RD flagsShulhan
2019-04-12dns/sender: change the Send parameter to slice of byte instead of MessageShulhan
2019-04-12dns/caches: return answers that found on get()Shulhan
2019-04-12dns: use direct certificate instance on ServerOptionsShulhan
2019-04-12dns: add field name servers to ServerOptionsShulhan
2019-04-12dns: move the ParseNameServers function to file funcsShulhan
2019-04-12dns: add caches for serverShulhan
2019-04-12dns: detach generate test response from test serverHandlerShulhan
2019-04-12dns/message: set the TTL offset when packing resource recordShulhan
2019-04-12dns: fix data race issue when running testShulhan
2019-04-12dns/server: refactor server to use Start, Wait, and StopShulhan
2019-04-12dns: rename "server_options" to "serveroptions"Shulhan
2019-04-12smtp: add field mode to receiverShulhan
2019-04-12smtp: add field DKIMOptions to DomainShulhan
2019-04-05smtp/client: add debug statement when client connectedShulhan
2019-04-05crypto: new package that provide a wrapper for standard cryptoShulhan
2019-04-05README: update generated HTML fileShulhan
2019-04-04Gemfile: update bundler from v1.5.8 to v2.0.5Shulhan
2019-04-02websocket: format the benchmark documentationShulhan
2019-04-02Release v0.5.0v0.5.0Shulhan
2019-04-02cmd/smtpcli: command line interface to SMTP client protocolShulhan
2019-03-31smtp/server: unexport the address and TLS addressShulhan
2019-03-31websocket: check interface conversion on ClientManager context ValueShulhan
2019-03-31websocket/server: remove unnecessary frames nil check on readerShulhan
2019-03-31smtp: remove unused variable testClientSMTPAddressShulhan
2019-03-31dns/server: remove unnecessary not nil check on serveTCPClientShulhan
2019-03-30go.mod: update dependenciesShulhan
2019-03-30smtp/server: return an error if server does not provide certificateShulhan
2019-03-30smtp/client: fix panic when "MAIL FROM" command return no responseShulhan
2019-03-30smtp/client: export method StartTLS to upgrade connection to TLSShulhan
2019-03-26smtp: make new client to be implicit connect with EHLOShulhan
2019-03-26smtp: change the type of server info extension to map of stringShulhan
2019-03-26smtp: add scheme for connecting with implicit STARTTLS on clientShulhan
2019-03-26smtp: fix parsing local-part to allow special charactersShulhan
2019-03-26smtp: change the NewClient remote address to URL based formatShulhan
2019-03-26test: change the error format to print "got" before "expectation"Shulhan
2019-03-26net: change return value of ParseIPPort to include hostnameShulhan
2019-03-21websocket: update server documentation for autobahnShulhan
2019-03-21websocket: add autobahn testsuite for clientShulhan
2019-03-20websocket: use custom HTTP parser for clientShulhan
2019-03-20http: add function to parse HTTP header onlyShulhan
2019-03-17websocket: update log related formatShulhan
2019-03-17websocket: simplify client handshake process without handler and contextShulhan
2019-03-17websocket: call Quit when client receive error or empty packetShulhan
2019-03-17websocket: fix empty path when generating client handshake requestShulhan
2019-03-17websocket: add handler when client connection closedShulhan