| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update CloseIdleSockets to close out FLIP connections as | mbelshe@google.com | 2009-12-01 | 1 | -0/+3 |
* | NSS: sync with CVS version. | agl@chromium.org | 2009-12-01 | 5 | -44/+40 |
* | When force-closing sessions we need to close them as aborted | mbelshe@google.com | 2009-11-30 | 1 | -1/+1 |
* | Call SSL_SetSockPeerID for proper SSL session reuse, especially when | wtc@chromium.org | 2009-11-30 | 1 | -0/+10 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 1 | -1/+2 |
* | Linux: add next-protocol-negotiation to libssl. | agl@chromium.org | 2009-11-30 | 12 | -7/+376 |
* | Remove std::wstring from most of net/base/escape.h. | darin@chromium.org | 2009-11-30 | 4 | -34/+38 |
* | Define the GetPeerName method of the ClientSocket interface for all | wtc@chromium.org | 2009-11-30 | 9 | -25/+20 |
* | Add suppression while I fix this WriteError leak. | mbelshe@google.com | 2009-11-30 | 1 | -0/+8 |
* | Small header cleanup. | mbelshe@google.com | 2009-11-30 | 1 | -3/+4 |
* | Sync ParseFTPList with Mozilla upstream. | phajdan.jr@chromium.org | 2009-11-30 | 2 | -177/+193 |
* | Fix case where SynReply messages which were missing | mbelshe@google.com | 2009-11-30 | 2 | -16/+110 |
* | Ressurrect the WriteError test by making a scoped | mbelshe@google.com | 2009-11-30 | 1 | -7/+14 |
* | Fix leak when we get an error during a write. We | mbelshe@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Remove the unused GetDefaultCertNickname function. | wtc@chromium.org | 2009-11-30 | 1 | -47/+2 |
* | Backout test change. | mbelshe@google.com | 2009-11-30 | 1 | -17/+7 |
* | Ressurrect the WriteError test by making a scoped | mbelshe@google.com | 2009-11-30 | 1 | -7/+17 |
* | Revert 33133 - Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-11-30 | 5 | -94/+28 |
* | Revert 33251 - Http cache: Delete the response headers when the network trans... | rvargas@google.com | 2009-11-30 | 1 | -2/+0 |
* | Http cache: Delete the response headers when the network transaction | rvargas@google.com | 2009-11-29 | 1 | -0/+2 |
* | Reland: Fix the FlipSession to support partial writes. | mbelshe@google.com | 2009-11-29 | 5 | -342/+316 |
* | Revert "Apply test isolation goodness to net_unittests." | phajdan.jr@chromium.org | 2009-11-26 | 3 | -16/+7 |
* | Fix a memory leak in DnsReloadTimer | phajdan.jr@chromium.org | 2009-11-26 | 1 | -0/+1 |
* | Apply test isolation goodness to net_unittests. | phajdan.jr@chromium.org | 2009-11-26 | 3 | -7/+15 |
* | Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-11-25 | 5 | -28/+94 |
* | Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04). | mdm@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -3/+3 |
* | Revert 33073 - Reland 33018: | mbelshe@google.com | 2009-11-25 | 5 | -313/+342 |
* | Reland 33018: | mbelshe@google.com | 2009-11-25 | 5 | -342/+313 |
* | Revert 33018 - Fix the FlipSession to support partial writes. | laforge@chromium.org | 2009-11-25 | 5 | -313/+342 |
* | Fix the FlipSession to support partial writes. | mbelshe@google.com | 2009-11-25 | 5 | -342/+313 |
* | Remove the temporary instrumentation to getaddrinfo(). | eroman@chromium.org | 2009-11-25 | 1 | -20/+1 |
* | Increase the maximum allowed read buffer to 2MB. | vandebo@chromium.org | 2009-11-24 | 3 | -3/+6 |
* | Flip: Fix leak of UploadDataStream if it's empty. | willchan@chromium.org | 2009-11-24 | 1 | -2/+6 |
* | Add a default constructor to the MockRead struct so | mbelshe@google.com | 2009-11-24 | 1 | -0/+3 |
* | Flip: Handle empty post. | willchan@chromium.org | 2009-11-24 | 2 | -2/+76 |
* | Flip: Fix a bunch of leaks. | willchan@chromium.org | 2009-11-24 | 7 | -34/+64 |
* | Reduce DLOG in websocket code | ukai@chromium.org | 2009-11-24 | 1 | -7/+6 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 11 | -114/+18 |
* | Add a feature to the MockSocket so that it can support simulation | mbelshe@google.com | 2009-11-24 | 1 | -2/+10 |
* | The FTPDirectoryListing test has been failing in a couple of runs. Marking it... | ananta@chromium.org | 2009-11-24 | 1 | -1/+2 |
* | ChromeFrame's host network stack implementation for IE full tab mode implicit... | ananta@chromium.org | 2009-11-24 | 2 | -6/+15 |
* | Reland 32807, which was incorrectly reverted. | mbelshe@google.com | 2009-11-23 | 2 | -3/+9 |
* | Flip: Fix cancellation code path. | willchan@chromium.org | 2009-11-23 | 1 | -8/+8 |
* | Disable FlipStreamTest::SendRequest as it causes leaks. | tim@chromium.org | 2009-11-23 | 1 | -1/+2 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 4 | -17/+28 |
* | Believe this causes the valgrind linux test failures. Since it is a small cha... | tim@chromium.org | 2009-11-23 | 2 | -9/+3 |
* | Fix recognizing FTP listings consisting of only one line. | phajdan.jr@chromium.org | 2009-11-23 | 8 | -1/+66 |
* | Fix one source of flakiness of FTP tests. | phajdan.jr@chromium.org | 2009-11-23 | 3 | -2/+34 |
* | Some small comment fixes for HostResolver and DnsMaster. | eroman@chromium.org | 2009-11-23 | 1 | -2/+3 |