| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a comment to document that we don't know if a nonblocking | wtc@chromium.org | 2009-05-15 | 1 | -0/+11 |
* | Remove the remaining WaitForSingleObject(INFINITE) call. | wtc@chromium.org | 2009-05-14 | 1 | -47/+55 |
* | Create a detachable core for the TCPClientSocketWin object | rvargas@google.com | 2009-05-12 | 1 | -86/+190 |
* | Revert cl 15819 to investigate the purify failure. | rvargas@google.com | 2009-05-12 | 1 | -182/+86 |
* | Create a detachable core for the TCPClientSocketWin object | rvargas@google.com | 2009-05-12 | 1 | -86/+182 |
* | Extend the use of IOBuffers to the code underneath | rvargas@google.com | 2009-04-30 | 1 | -4/+14 |
* | Add a histogram to measure how long are we waiting to close | rvargas@google.com | 2009-04-29 | 1 | -5/+13 |
* | Don't use CancelIo to cancel pending IO before closing a | wtc@chromium.org | 2009-04-26 | 1 | -10/+11 |
* | Implement full duplex tcp sockets on Windows. | willchan@chromium.org | 2009-04-20 | 1 | -100/+143 |
* | Reverting 13983. | willchan@chromium.org | 2009-04-17 | 1 | -143/+100 |
* | Implement full duplex mode for windows tcp sockets. | willchan@chromium.org | 2009-04-17 | 1 | -100/+143 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -5/+0 |
* | Ensures that writes are at least one byte, matching the libevent version. As ... | avi@google.com | 2009-03-31 | 1 | -0/+1 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -0/+5 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -5/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Only tune SO_SNDBUF/SO_RCVBUF sizes for pre-Vista systems. | mbelshe@google.com | 2009-03-05 | 1 | -15/+24 |
* | If an idle socket has received data unexpectedly, we can't | wtc@chromium.org | 2009-02-19 | 1 | -0/+16 |
* | In rare cases (when running inside QEMU), the event | wtc@chromium.org | 2009-01-30 | 1 | -24/+13 |
* | Add a dummy function CrashBug6500 so that the return | wtc@chromium.org | 2009-01-27 | 1 | -17/+11 |
* | Refine a CHECK into several CHECKs to determine the return | wtc@chromium.org | 2009-01-17 | 1 | -1/+20 |
* | If connect succeeds synchronously, the event object is also | wtc@google.com | 2009-01-16 | 1 | -1/+4 |
* | Add a call to MemoryDebug::MarkAsInitialized to the new network code to avoid | pamg@google.com | 2008-12-16 | 1 | -0/+9 |
* | Cancel any pending IO and wait for it to be aborted before | wtc@google.com | 2008-11-20 | 1 | -1/+8 |
* | Rename tcp_client_socket.cc to _win.cc (should have been done long ago). | dkegel@google.com | 2008-11-10 | 1 | -0/+351 |