summaryrefslogtreecommitdiffstats
path: root/base/sync_socket_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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