| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk cache: Add stress_support.h to net.gyp | rvargas@google.com | 2011-11-01 | 1 | -0/+1 |
* | Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and... | rsleevi@chromium.org | 2011-11-01 | 1 | -1/+0 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -0/+2 |
* | exclude the linux files that are not needed on openbsd | robert.nagy@gmail.com | 2011-10-25 | 1 | -6/+7 |
* | OpenBSD patches for net, split from CR #8275005 | robert.nagy@gmail.com | 2011-10-20 | 1 | -1/+10 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 1 | -0/+11 |
* | Don't need to export an abstract interface. | wtc@chromium.org | 2011-10-19 | 1 | -1/+0 |
* | Add NetLog support to UDP sockets. | mmenke@chromium.org | 2011-10-18 | 1 | -0/+2 |
* | Use NSS to generate Origin-Bound Certs on Win and Mac. | mattm@chromium.org | 2011-10-18 | 1 | -0/+23 |
* | Recommit fraudulent certificate reporting infrastructure. | palmer@chromium.org | 2011-10-15 | 1 | -0/+2 |
* | Revert 105624 - Revert 105614. | palmer@chromium.org | 2011-10-15 | 1 | -1/+0 |
* | Revert 105614. | palmer@chromium.org | 2011-10-15 | 1 | -0/+1 |
* | Revert 105595 - Initial infrastructure for the fraudulent certificate chain r... | apatrick@chromium.org | 2011-10-14 | 1 | -1/+0 |
* | Initial infrastructure for the fraudulent certificate chain reporting | palmer@chromium.org | 2011-10-14 | 1 | -0/+1 |
* | Persist Alternate-Protocol. | willchan@chromium.org | 2011-10-12 | 1 | -0/+1 |
* | Implementation of DnsConfigService for win (+ Bind migration). | szym@chromium.org | 2011-10-10 | 1 | -0/+6 |
* | Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. | willchan@chromium.org | 2011-10-10 | 1 | -3/+1 |
* | Introduce net::HttpServerPropertiesManager to manage server-specific properties. | rtenneti@chromium.org | 2011-10-09 | 1 | -0/+4 |
* | Experimental workaround for CHECK in NetworkChangeNotifierWin. | mmenke@chromium.org | 2011-10-05 | 1 | -0/+1 |
* | Record UMA statistics for file_stream operations. | ahendrickson@chromium.org | 2011-09-23 | 1 | -0/+4 |
* | aura: Make 'net' buildable with gtk disabled. | sadrul@chromium.org | 2011-09-21 | 1 | -7/+15 |
* | net: remove opportunistic HTTPS stuff. | agl@chromium.org | 2011-09-19 | 1 | -2/+0 |
* | Fourth attempt at the following. Unreviewed, this was originally reviewed in... | pkasting@chromium.org | 2011-09-15 | 1 | -4/+10 |
* | Remove CHROME_V8 #define and related javascript_engine gyp variable. | mihaip@chromium.org | 2011-09-12 | 1 | -5/+1 |
* | Use precompiled headers for most large projects where the .gyp file | joi@chromium.org | 2011-09-07 | 1 | -0/+3 |
* | Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1... | thakis@chromium.org | 2011-09-06 | 1 | -35/+35 |
* | Revert 99666 (sync tests started failing on mac10.6: | thakis@chromium.org | 2011-09-05 | 1 | -35/+35 |
* | Linux: Monitor resolv.conf for changes and use that to reload resolver. | craig.schlenter@chromium.org | 2011-09-05 | 1 | -35/+35 |
* | Refactoring and further work on DnsConfigService | szym@chromium.org | 2011-09-03 | 1 | -0/+7 |
* | Revert 99135 - Refactoring and remaining work on DnsConfigService: | levin@chromium.org | 2011-09-01 | 1 | -7/+0 |
* | Refactoring and remaining work on DnsConfigService: | szym@chromium.org | 2011-09-01 | 1 | -0/+7 |
* | Revert 98885 - Third attempt at the following. Unreviewed, this was original... | rsleevi@chromium.org | 2011-08-31 | 1 | -10/+4 |
* | Third attempt at the following. Unreviewed, this was originally reviewed in ... | pkasting@chromium.org | 2011-08-30 | 1 | -4/+10 |
* | Detect file system errors during downloads. | ahendrickson@chromium.org | 2011-08-29 | 1 | -0/+2 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-24 | 1 | -1/+23 |
* | Revert 97925 - Linux: allow linking directly with Kerberos instead of using d... | dpolukhin@chromium.org | 2011-08-24 | 1 | -14/+0 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-23 | 1 | -0/+14 |
* | net: change from CRL filters to CRL sets. | agl@chromium.org | 2011-08-22 | 1 | -3/+3 |
* | Update sync protos to use the new shared protoc gyp rules | evan@chromium.org | 2011-08-19 | 1 | -0/+1 |
* | DnsConfigService and a posix implementation | szym@chromium.org | 2011-08-18 | 1 | -0/+6 |
* | Linux: control usage of Kerberos via use_kerberos gyp flag | phajdan.jr@chromium.org | 2011-08-15 | 1 | -0/+26 |
* | net: Notify the http job and cache transaction about a filter | rvargas@google.com | 2011-08-12 | 1 | -0/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -1/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | mnissler@chromium.org | 2011-08-11 | 1 | -10/+4 |
* | FTP: add directory listing parser for OS/2 format. | phajdan.jr@chromium.org | 2011-08-11 | 1 | -0/+3 |
* | Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. | pkasting@chromium.org | 2011-08-10 | 1 | -4/+10 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | fischman@chromium.org | 2011-08-08 | 1 | -10/+4 |
* | Clean up SSL false start blacklist code. Numerous changes, including: | pkasting@chromium.org | 2011-08-08 | 1 | -4/+10 |
* | WebSocket: Remove obsolete experiments related files | toyoshim@chromium.org | 2011-08-03 | 1 | -9/+0 |
* | DevTools: no way to remote debug using ToT build as a client. | pfeldman@chromium.org | 2011-08-02 | 1 | -0/+4 |