]> git.sesse.net Git - cubemap/history - acceptor.h
Do not serialize prebuffering_bytes in StreamProto.
[cubemap] / acceptor.h
2018-04-01 Steinar H. GundersonAdd server-side TLS support, through kTLS.
2014-04-29 Steinar H. GundersonCoding style consistency fix.
2013-12-01 Steinar H. GundersonAdd a listen statement to listen on only specific IP...
2013-04-11 Steinar H. GundersonSupport UDP input. Also fix some issues with socket...
2013-04-10 Steinar H. GundersonSupport multiple listening sockets. Actually mostly...
2013-04-10 Steinar H. GundersonFactor all the common thread starting/stopping into...
2013-04-10 Steinar H. GundersonWrap the acceptor into the same thread logic as everyth...
2013-04-10 Steinar H. GundersonSeparate out the acceptor stuff into its own file.