summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sync: bake 'explicit' passphrases into the nigori specifics, rathertim@chromium.org2010-11-101-0/+14
* net: add code for encrypting DNS cert check uploads.agl@chromium.org2010-11-101-1/+137
* Cleanup style nits in SSLClientSocketTestrsleevi@chromium.org2010-11-101-101/+55
* Remove "using namespace std" which is illegal per style guide.pkasting@chromium.org2010-11-101-110/+113
* Make sure the generated python proto buff path is right.lzheng@chromium.org2010-11-093-26/+37
* Make GConf dependency optional.phajdan.jr@chromium.org2010-11-091-0/+6
* Revert 65465 - testserver.py listens on ephemeral ports by default.cbentzel@chromium.org2010-11-095-93/+86
* Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests.willchan@chromium.org2010-11-092-127/+160
* testserver.py listens on ephemeral ports by default.cbentzel@chromium.org2010-11-095-86/+93
* net: update False Start blacklist with latest results.agl@chromium.org2010-11-081-1/+4442
* net: update False Start blacklist processing for \r\nagl@chromium.org2010-11-081-9/+18
* net: use a char array for the False Start blacklist.agl@chromium.org2010-11-081-12/+5
* Revert "net: update False Start blacklist with latest results."agl@chromium.org2010-11-081-4442/+1
* net: update False Start blacklist with latest results.agl@chromium.org2010-11-081-1/+4442
* net: update False Start blacklist for 32-bit indexes.agl@chromium.org2010-11-083-14/+13
* net: add neg9.org to the HSTS Preloaded list.agl@chromium.org2010-11-082-0/+4
* Revert 65349 - Update CertVerifier to watch for the origin loop's destruction...skerner@chromium.org2010-11-081-17/+2
* Update CertVerifier to watch for the origin loop's destruction, so thatzork@chromium.org2010-11-081-2/+17
* Revert 65313 - flip_in_mem_edsm_server builds again.cbentzel@chromium.org2010-11-064-65/+68
* flip_in_mem_edsm_server builds again.cbentzel@chromium.org2010-11-064-68/+65
* SSLUITest's work with ephemeral port testserver.cbentzel@chromium.org2010-11-061-17/+33
* Crash fix: HTTPS server responds with 407 through non-authenticating proxy.cbentzel@chromium.org2010-11-052-0/+65
* net: Silently disable False Start when NetNanny is detected.agl@chromium.org2010-11-053-22/+17
* On Windows, merge X509Certificate::VerifyEV intowtc@chromium.org2010-11-045-83/+163
* Disk cache: Remove the queue for backend operations andrvargas@google.com2010-11-045-56/+143
* net: add certificate provenance checking.agl@chromium.org2010-11-0418-31/+231
* Fix inconsistent line ending style. Set svn:eol-style to LF.wtc@chromium.org2010-11-041-2/+2
* Turn on file access checks on Win.jam@chromium.org2010-11-043-0/+24
* Disk cache: Don't return zeros when reading from an entryrvargas@google.com2010-11-042-10/+34
* Support for using OS-native certificates for SSL clientwtc@chromium.org2010-11-0414-39/+1008
* Move linux openssl dependency under linux conditionjoth@chromium.org2010-11-041-4/+12
* Allow histograms in cache stats.cc to bypass corruption checksjar@chromium.org2010-11-032-0/+7
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-033-24/+204
* net: Make Snap Start check cert verification and add metricsagl@chromium.org2010-11-035-12/+60
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-033-24/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-033-0/+24
* Don't resend payload after Snap Start misprediction.agl@chromium.org2010-11-033-21/+23
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-034-6/+6
* DOMUI Cert Manager: merge email certs into other certs tab.mattm@chromium.org2010-11-033-15/+5
* A follow-up of r64178.wtc@chromium.org2010-11-022-5/+24
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-0226-157/+204
* Add webp mime type for omniboxfbarchard@chromium.org2010-11-021-1/+3
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-025-4/+15
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-0152-425/+425
* GTTF: Implement a timeout for TestServer on Windows.phajdan.jr@chromium.org2010-10-302-6/+42
* Allow duplicate Content-Length headers.willchan@chromium.org2010-10-292-5/+73
* DOMUI Cert Manager: Disable delete button on readonly certs.mattm@chromium.org2010-10-292-0/+8
* Put some thought into appropriate verbosity level for cookie DVLOGS.rdsmith@google.com2010-10-291-14/+25
* Don't use last_access_time vs. Now() comparison to mean "all cookies".rdsmith@google.com2010-10-292-3/+2
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-294-37/+127