summaryrefslogtreecommitdiffstats
path: root/net/base/tcp_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to document that we don't know if a nonblockingwtc@chromium.org2009-05-151-0/+11
* Remove the remaining WaitForSingleObject(INFINITE) call.wtc@chromium.org2009-05-141-47/+55
* Create a detachable core for the TCPClientSocketWin objectrvargas@google.com2009-05-121-86/+190
* Revert cl 15819 to investigate the purify failure.rvargas@google.com2009-05-121-182/+86
* Create a detachable core for the TCPClientSocketWin objectrvargas@google.com2009-05-121-86/+182
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-4/+14
* Add a histogram to measure how long are we waiting to closervargas@google.com2009-04-291-5/+13
* Don't use CancelIo to cancel pending IO before closing awtc@chromium.org2009-04-261-10/+11
* Implement full duplex tcp sockets on Windows.willchan@chromium.org2009-04-201-100/+143
* Reverting 13983.willchan@chromium.org2009-04-171-143/+100
* Implement full duplex mode for windows tcp sockets.willchan@chromium.org2009-04-171-100/+143
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-5/+0
* Ensures that writes are at least one byte, matching the libevent version. As ...avi@google.com2009-03-311-0/+1
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-0/+5
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-5/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Only tune SO_SNDBUF/SO_RCVBUF sizes for pre-Vista systems.mbelshe@google.com2009-03-051-15/+24
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+16
* In rare cases (when running inside QEMU), the eventwtc@chromium.org2009-01-301-24/+13
* Add a dummy function CrashBug6500 so that the returnwtc@chromium.org2009-01-271-17/+11
* Refine a CHECK into several CHECKs to determine the returnwtc@chromium.org2009-01-171-1/+20
* If connect succeeds synchronously, the event object is alsowtc@google.com2009-01-161-1/+4
* Add a call to MemoryDebug::MarkAsInitialized to the new network code to avoidpamg@google.com2008-12-161-0/+9
* Cancel any pending IO and wait for it to be aborted beforewtc@google.com2008-11-201-1/+8
* Rename tcp_client_socket.cc to _win.cc (should have been done long ago).dkegel@google.com2008-11-101-0/+351