index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
sync_socket_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Move Posix file utils to the base namespace.
brettw@chromium.org
2013-11-27
1
-1
/
+1
*
Don't use select() in SyncSocket when handle > FD_SETSIZE.
dalecurtis@google.com
2013-11-05
1
-1
/
+7
*
Ensure handle_ fits in FD_SETSIZE.
dalecurtis@chromium.org
2013-11-01
1
-21
/
+20
*
Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests.
dalecurtis@chromium.org
2013-10-19
1
-24
/
+97
*
Revert revert 132842
xians@chromium.org
2012-04-19
1
-2
/
+23
*
Revert 132842 - If we are using blocking write, when the renderer stop gettin...
thestig@chromium.org
2012-04-18
1
-23
/
+2
*
If we are using blocking write, when the renderer stop getting the data witho...
xians@chromium.org
2012-04-18
1
-2
/
+23
*
Implement support for a cancelable SyncSocket.
tommi@chromium.org
2012-01-25
1
-25
/
+38
*
Fixed CID 102675, uninitialized member vars
groby@chromium.org
2011-12-22
1
-2
/
+2
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-3
/
+3
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-3
/
+3
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-3
/
+3
*
Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...
chromium@hybridsource.org
2011-06-25
1
-0
/
+4
*
Update DCHECK() usage to utilize the more expressive debugging functions.
kushi.p@gmail.com
2011-04-22
1
-3
/
+3
*
Dup command-buffer SHM handle before auto-closing.
piman@google.com
2011-02-23
1
-5
/
+11
*
FBTF: Remove unneeded headers from base/ (part 2)
thestig@chromium.org
2010-08-06
1
-1
/
+0
*
Style cleanup in preparation for auto-linting base/.
erg@google.com
2010-01-26
1
-1
/
+1
*
Add an implementation of base::SyncSocket::Peek for posix platforms. Also
sehr@google.com
2009-12-06
1
-3
/
+7
*
Add non-blocking peek for the syncsocket
cpu@chromium.org
2009-12-04
1
-0
/
+6
*
Implement SyncSocket class for Posix targets (Linux, Mac), and enable the
sehr@google.com
2009-11-26
1
-0
/
+101