summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/tcp_socket_resource_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ppapi/.avi2015-12-231-0/+1
* Remove timing limitation of SetOption invocation for PPAPI sockets.hidehiko2014-12-111-2/+3
* Remove early-return and unreached code in TCPSocketResourceBase::AddChainBuil...raymes@chromium.org2014-02-261-25/+6
* Support using TrackedCallbacks as hints to determine the handling thread of r...yzshen@chromium.org2013-12-121-9/+18
* PPB_TCPSocket: Remove support for PP_TCPSOCKET_OPTION_ADDRESS_REUSE.yzshen@chromium.org2013-09-231-11/+0
* PPB_TCPSocket: add support for TCP server socket operations.yzshen@chromium.org2013-09-201-69/+194
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-281-0/+407