summaryrefslogtreecommitdiffstats
path: root/base/sync_socket_nacl.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-0/+18
* Fix infinite loop in NaCl CancelableSyncSocket::Send().dalecurtis@chromium.org2013-10-231-2/+2
* Add write() impl to SyncSocket for NaCl. Fix shutdown leaks.dalecurtis@chromium.org2013-10-211-8/+10
* Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests.dalecurtis@chromium.org2013-10-191-0/+5
* Cleanup: Remove unneeded base/file_util.h includes in base.thestig@chromium.org2013-05-141-1/+0
* Implement SyncSocket for untrusted NaCl builds.bbudge@chromium.org2012-07-141-7/+14
* Get PPB_Audio interface building as untrusted code.bbudge@chromium.org2012-05-191-0/+4
* Add NaCl SyncSocket and SharedMemory stubs for the PPAPI Proxy.bbudge@chromium.org2012-02-291-0/+63