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-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
2019-03-17
websocket: remove mutex on client
Shulhan
2019-03-17
websocket: pass the instance of client to handler
Shulhan
2019-03-17
websocket: unexport Frame Pack()
Shulhan
2019-03-17
websocket: move isValidFrame as method of Frame
Shulhan
2019-03-17
websocket: remove parameter randomMask from Frame.Pack
Shulhan
2019-03-17
websocket: simplify handling chopped frame
Shulhan
2019-03-17
websocket: rewrite client to use centralized handler
Shulhan
2019-03-17
websocket: do not cut the close code bytes from frame's payload
Shulhan
2019-03-17
websocket/testdata/server: add copyright information
Shulhan
2019-03-17
websocket: remove global random number generator
Shulhan
2019-03-17
websocket: add method to merge all continuous frames
Shulhan
2019-03-12
websocket: fix debug statement with index out of range
Shulhan
2019-03-12
websocket: move the process to handle frame into method
Shulhan
2019-03-12
websocket: move the process to validate client's frame into method
Shulhan
2019-03-12
websocket: remove redundatan return statement on addFrame
Shulhan
2019-03-12
websocket: export the opcode type
Shulhan
2019-03-12
websocket: update documentation, add an example to create pub-sub server
Shulhan
2019-03-12
websocket: unexport internal methods and remove unused methods
Shulhan
2019-03-12
websocket: add status report for testing with autobahn
Shulhan
2019-03-12
websocket: run data frame handler using routines
Shulhan
2019-03-12
websocket: handle EAGAIN when sending large packet
Shulhan
2019-03-11
websocket: fix response code for fragmentation with invalid opcode
Shulhan
2019-03-11
websocket: handle chopped frame with interjected control frame
Shulhan
[next]