summaryrefslogtreecommitdiffstats
path: root/base/sync_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-1/+1
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-4/+6
* Remove implicit HANDLE conversions from base.rvargas2014-09-231-1/+1
* Avoid unsafe usage of CancelIo() within Windows SyncSocket.dalecurtis2014-09-161-12/+18
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-0/+17
* Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests.dalecurtis@chromium.org2013-10-191-32/+76
* moving SyncSocket's kInvalidHandle constantcpu@chromium.org2013-05-231-0/+2
* Revert revert 132842xians@chromium.org2012-04-191-11/+27
* Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org2012-04-181-27/+11
* If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org2012-04-181-11/+27
* Switch back to 'int' instead of uint32 and call CancelIo before closing the s...tommi@chromium.org2012-02-031-1/+3
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-53/+154
* Change sandbox policy so we can create sync socketscpu@chromium.org2012-01-191-17/+20
* Fixed CID 102675, uninitialized member varsgroby@chromium.org2011-12-221-2/+2
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-3/+3
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Add non-blocking peek for the syncsocketcpu@chromium.org2009-12-041-0/+6
* This adds the first version of SyncSocket to base, along with a trivial unitt...sehr@google.com2009-11-241-0/+144