Move SSL socket to folly
authorDave Watson <davejwatson@fb.com>
Tue, 14 Oct 2014 18:10:48 +0000 (11:10 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:41:18 +0000 (18:41 -0800)
commitff9b70f3cd1f05fb8e8c4351248cd9f748c2644a
tree16cf8a99c9e266e3566091e7d3e7c53f70e96434
parenta91ed7e3d220f14215e185278c25e0aaf9e27375
Move SSL socket to folly

Summary: One of the last thrift -> folly moves.  The only change was the exception types - there are small wrapper classes in thrift/lib/cpp/async left to convert from AsyncSocketException to TTransportException.

Test Plan: run unit tests

Reviewed By: dcsommer@fb.com

Subscribers: jdperlow, trunkagent, doug, bmatheny, ssl-diffs@, njormrod, mshneer, folly-diffs@, fugalh, jsedgwick, andrewcox, alandau

FB internal diff: D1632425

Signature: t1:1632425:1414526483:339ae107bacb073bdd8cf0942fd0f6b70990feb4
folly/Makefile.am
folly/io/async/AsyncSSLServerSocket.cpp [new file with mode: 0644]
folly/io/async/AsyncSSLServerSocket.h [new file with mode: 0644]
folly/io/async/AsyncSSLSocket.cpp [new file with mode: 0644]
folly/io/async/AsyncSSLSocket.h [new file with mode: 0644]
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocket.h
folly/io/async/AsyncTimeout.cpp