| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-03 | 3 | -0/+24 |
* | Don't resend payload after Snap Start misprediction. | agl@chromium.org | 2010-11-03 | 3 | -21/+23 |
* | base: Move CaseInsensitiveCompare traits into the base namespace. | tfarina@chromium.org | 2010-11-03 | 4 | -6/+6 |
* | DOMUI Cert Manager: merge email certs into other certs tab. | mattm@chromium.org | 2010-11-03 | 3 | -15/+5 |
* | A follow-up of r64178. | wtc@chromium.org | 2010-11-02 | 2 | -5/+24 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 26 | -157/+204 |
* | Add webp mime type for omnibox | fbarchard@chromium.org | 2010-11-02 | 1 | -1/+3 |
* | Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when network | mmenke@chromium.org | 2010-11-02 | 5 | -4/+15 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 52 | -425/+425 |
* | GTTF: Implement a timeout for TestServer on Windows. | phajdan.jr@chromium.org | 2010-10-30 | 2 | -6/+42 |
* | Allow duplicate Content-Length headers. | willchan@chromium.org | 2010-10-29 | 2 | -5/+73 |
* | DOMUI Cert Manager: Disable delete button on readonly certs. | mattm@chromium.org | 2010-10-29 | 2 | -0/+8 |
* | Put some thought into appropriate verbosity level for cookie DVLOGS. | rdsmith@google.com | 2010-10-29 | 1 | -14/+25 |
* | Don't use last_access_time vs. Now() comparison to mean "all cookies". | rdsmith@google.com | 2010-10-29 | 2 | -3/+2 |
* | Add unit test for Basic authentication over SPDY. | cbentzel@chromium.org | 2010-10-29 | 4 | -37/+127 |
* | Clean up some HttpAuth nits. | cbentzel@chromium.org | 2010-10-29 | 2 | -7/+8 |
* | FTP: fix navigation to ftp.symantec.com | phajdan.jr@chromium.org | 2010-10-29 | 2 | -2/+65 |
* | Restrict total parallel DNS resolutions | jar@chromium.org | 2010-10-29 | 1 | -3/+5 |
* | Modify HttpNetworkTransation to handle ERR_SSL_CLIENT_AUTH_CERT_NEEDED | rch@chromium.org | 2010-10-29 | 1 | -3/+2 |
* | Thread IO safety: net/disk_cache file I/O in recovery. | shess@chromium.org | 2010-10-29 | 1 | -0/+5 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 7 | -13/+15 |
* | net: use SSL_PeerCertificateChain for getting server certs | agl@chromium.org | 2010-10-28 | 2 | -110/+17 |
* | net: merge certificate validation with SSLHostInfo's | agl@chromium.org | 2010-10-28 | 4 | -27/+97 |
* | net: use SSL_PeerCertificateChain for SSLHostInfo | agl@chromium.org | 2010-10-28 | 1 | -19/+42 |
* | Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit... | rsleevi@chromium.org | 2010-10-28 | 7 | -126/+268 |
* | FTP: fix directory listing parser for ftp://ftp.dd-wrt.com/others/juno6/ | phajdan.jr@chromium.org | 2010-10-28 | 5 | -8/+55 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 7 | -15/+13 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 7 | -13/+15 |
* | Report the SSL protocol version in ssl_info.connection_status. | wtc@chromium.org | 2010-10-27 | 8 | -58/+162 |
* | Revert 64118 - Revert 64070 - Revert 64065 - testserver.py listens on ephemer... | nick@chromium.org | 2010-10-27 | 5 | -75/+69 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Revert 64070 - Revert 64065 - testserver.py listens on ephemeral ports by def... | cbentzel@chromium.org | 2010-10-27 | 5 | -69/+75 |
* | HttpStream::SendRequest | rch@chromium.org | 2010-10-27 | 11 | -49/+61 |
* | net: add (*.)internap.com to the False Start blacklist | agl@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Revert 64065 - testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-10-27 | 5 | -75/+69 |
* | Fixes net_unittests for OpenSSL. | bulach@chromium.org | 2010-10-27 | 3 | -23/+45 |
* | testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-10-27 | 5 | -69/+75 |
* | Do not include "net/socket/ssl_client_socket.h" twice. | wtc@chromium.org | 2010-10-26 | 1 | -5/+4 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 28 | -32/+235 |
* | Minor improvement to ParseDate: check parsed values are in valid range before... | joth@chromium.org | 2010-10-26 | 2 | -25/+33 |
* | net: always save certs and trigger verify in SSLHostInfo. | agl@chromium.org | 2010-10-26 | 7 | -15/+102 |
* | net: move importing a DER certificate chain into X509Certificate. | agl@chromium.org | 2010-10-26 | 5 | -123/+152 |
* | GTTF: Implement a timeout for TestServer on POSIX. | phajdan.jr@chromium.org | 2010-10-26 | 2 | -2/+17 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 5 | -7/+9 |
* | Fix bad revert. | thestig@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce... | thakis@chromium.org | 2010-10-26 | 2 | -39/+4 |
* | Implemented python XMPP server for use with sync integration tests. | akalin@chromium.org | 2010-10-26 | 2 | -0/+777 |
* | Define AccessDisabled only on ChromeOS | achuith@chromium.org | 2010-10-26 | 2 | -10/+7 |
* | Restrict file protocol on chromeos to certain whitelisted directories. | achuith@chromium.org | 2010-10-25 | 2 | -4/+43 |
* | Revert 63578 - Release ChromeURLRequestContextGetters' references on IO threa... | willchan@chromium.org | 2010-10-25 | 1 | -1/+1 |