summaryrefslogtreecommitdiffstats
path: root/base/sync_socket_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-2/+3
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-0/+13
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-1/+1
* Don't use select() in SyncSocket when handle > FD_SETSIZE.dalecurtis@google.com2013-11-051-1/+7
* Ensure handle_ fits in FD_SETSIZE.dalecurtis@chromium.org2013-11-011-21/+20
* Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests.dalecurtis@chromium.org2013-10-191-24/+97
* Revert revert 132842xians@chromium.org2012-04-191-2/+23
* Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org2012-04-181-23/+2
* If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org2012-04-181-2/+23
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-25/+38
* Fixed CID 102675, uninitialized member varsgroby@chromium.org2011-12-221-2/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-3/+3
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-3/+3
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-3/+3
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-0/+4
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-3/+3
* Dup command-buffer SHM handle before auto-closing.piman@google.com2011-02-231-5/+11
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Add an implementation of base::SyncSocket::Peek for posix platforms. Alsosehr@google.com2009-12-061-3/+7
* Add non-blocking peek for the syncsocketcpu@chromium.org2009-12-041-0/+6
* Implement SyncSocket class for Posix targets (Linux, Mac), and enable thesehr@google.com2009-11-261-0/+101