| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien... | willchan@chromium.org | 2009-06-05 | 5 | -202/+262 |
* | Update google's certificate to the latest version. | ukai@chromium.org | 2009-06-05 | 1 | -34/+34 |
* | Prevent SDCH from re-trying to download a dicitionary | jar@chromium.org | 2009-06-05 | 1 | -0/+1 |
* | Disk cache: Interface for the sparse cache support. | rvargas@google.com | 2009-06-04 | 1 | -0/+3 |
* | To show IDN in view-source URLs, add special handling for view-source scheme in | brettw@chromium.org | 2009-06-04 | 2 | -1/+81 |
* | Call CertVerifier to verify certificate. | ukai@chromium.org | 2009-06-04 | 2 | -75/+102 |
* | Update thawte's certificate to the latest version. | ukai@chromium.org | 2009-06-04 | 1 | -69/+84 |
* | Disable the leaky test. | willchan@chromium.org | 2009-06-04 | 1 | -1/+1 |
* | Revert "Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelCon... | willchan@chromium.org | 2009-06-04 | 1 | -6/+7 |
* | Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelConnect. | willchan@chromium.org | 2009-06-04 | 1 | -7/+6 |
* | Revert "Use res_ninit for thread safety and a timer for reloading resolv.conf... | willchan@chromium.org | 2009-06-04 | 1 | -72/+1 |
* | Reland my ClientSocketPool refactor again... | willchan@chromium.org | 2009-06-04 | 6 | -181/+718 |
* | Sigh, revert "Reland my ClientSocketPool refactor." | willchan@chromium.org | 2009-06-04 | 6 | -618/+181 |
* | Reland my ClientSocketPool refactor. | willchan@chromium.org | 2009-06-04 | 6 | -181/+618 |
* | Enable a test, by masking failures if the system does not support IPv6. | eroman@chromium.org | 2009-06-03 | 1 | -7/+11 |
* | Avoiding IO completion callback during the closing | huanr@chromium.org | 2009-06-03 | 4 | -12/+38 |
* | Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux. | evan@chromium.org | 2009-06-03 | 1 | -1/+72 |
* | Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU... | pkasting@chromium.org | 2009-06-03 | 2 | -6/+6 |
* | Local text file with spaces in filename is urlencoded in tab title | mhm@chromium.org | 2009-06-03 | 6 | -56/+86 |
* | Parsing routines for X-Force-TLS header. | abarth@chromium.org | 2009-06-02 | 3 | -1/+229 |
* | Move X509Certificate::HasExpired to x509_certificate.cc. | ukai@chromium.org | 2009-06-01 | 4 | -14/+5 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 2 | -6/+0 |
* | Handle mimetype queries for media files | hclam@chromium.org | 2009-05-29 | 2 | -3/+42 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 25 | -15/+32 |
* | Remember the intermediate CA certs if the server sends them to us. | ukai@chromium.org | 2009-05-29 | 2 | -10/+147 |
* | Detach verify thread from NSPR on linux. | ukai@chromium.org | 2009-05-29 | 1 | -0/+14 |
* | Implement X509Certificate::Verify for Linux. | ukai@chromium.org | 2009-05-28 | 1 | -7/+270 |
* | Work around linux resolver problem where changes to resolv.conf go unnoticed ... | evan@chromium.org | 2009-05-27 | 1 | -0/+10 |
* | Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi... | abarth@chromium.org | 2009-05-23 | 2 | -13/+15 |
* | Extract socket mocks out of HttpNetworkTransactionTest. | phajdan.jr@chromium.org | 2009-05-23 | 2 | -0/+463 |
* | Shows Unicode IDN instead of Punycode in the followings: | brettw@google.com | 2009-05-22 | 3 | -0/+341 |
* | Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ... | willchan@chromium.org | 2009-05-22 | 6 | -599/+181 |
* | Temporarily landing my ClientSocketPool refactor. Will revert right after. | willchan@chromium.org | 2009-05-22 | 6 | -181/+599 |
* | Revert "Revert "Implement full duplex mode for TCPClientSocketLibevent."" | willchan@chromium.org | 2009-05-22 | 5 | -157/+276 |
* | Add #if defined(OS_WIN) for the previous change, which only | wtc@chromium.org | 2009-05-22 | 1 | -1/+5 |
* | Revert "Implement full duplex mode for TCPClientSocketLibevent." | willchan@chromium.org | 2009-05-22 | 5 | -275/+156 |
* | Disable the flaky fullduplex tests. | willchan@chromium.org | 2009-05-21 | 1 | -2/+2 |
* | Implement full duplex mode for TCPClientSocketLibevent. | willchan@chromium.org | 2009-05-21 | 5 | -154/+273 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 4 | -20/+79 |
* | Map the NSS error code SEC_ERROR_CA_CERT_INVALID (-8156) | wtc@chromium.org | 2009-05-21 | 1 | -1/+2 |
* | Remove another NOTIMPLEMENTED | kuchhal@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht... | erikkay@google.com | 2009-05-20 | 1 | -6/+5 |
* | More progress on ForceHTTPS. | abarth@chromium.org | 2009-05-20 | 2 | -0/+84 |
* | Linux download shelf icons first cut. | estade@chromium.org | 2009-05-20 | 1 | -2/+2 |
* | Cleanup code to keep flag showing "was cached" only in URLRequestHttpJob | jar@chromium.org | 2009-05-19 | 3 | -12/+6 |
* | Remove an incorrect DCHECK. | paul@chromium.org | 2009-05-19 | 1 | -4/+1 |
* | Include C system headers before C++ system headers. | wtc@chromium.org | 2009-05-18 | 1 | -3/+4 |
* | Revert "Revert "Revert "Add connected socket function to ClientSocketPool and... | willchan@chromium.org | 2009-05-18 | 6 | -599/+181 |
* | Fix a memory leak in client_socket_pool_unittest.cc. | willchan@chromium.org | 2009-05-17 | 1 | -10/+14 |
* | Revert "Revert "Add connected socket function to ClientSocketPool and ClientS... | willchan@chromium.org | 2009-05-17 | 6 | -181/+595 |