| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 3 | -14/+14 |
* | Set TCP keep alive on Linux and Mac. | willchan@chromium.org | 2011-01-14 | 1 | -0/+24 |
* | Fix preconnect crash on synchronous socket error. | willchan@chromium.org | 2011-01-14 | 2 | -2/+13 |
* | net: measure theoretical delay of waiting for DNS cert information. | agl@chromium.org | 2011-01-14 | 3 | -2/+31 |
* | net: don't assume that we have an SSLHostInfo. | agl@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Fixes OpenSSL build following http://codereview.chromium.org/5686002/ | bulach@chromium.org | 2011-01-14 | 1 | -1/+8 |
* | Clang: enable -Wbool-conversions and -Wunused-variables on Linux. | hans@chromium.org | 2011-01-14 | 3 | -25/+23 |
* | net: add a number of Brocade hosts to the False Start blacklist. | agl@chromium.org | 2011-01-13 | 1 | -0/+12 |
* | net: add cybs.rogers.com to the False Start blacklist | agl@chromium.org | 2011-01-13 | 1 | -0/+1 |
* | Revert r71331 - it should never have been committed. | agl@chromium.org | 2011-01-13 | 2 | -28/+1 |
* | net: enable DnsRRResolver on Windows | agl@chromium.org | 2011-01-13 | 3 | -11/+124 |
* | ... | agl@chromium.org | 2011-01-13 | 2 | -1/+28 |
* | Remove unnecessary const from HttpAuthCache to appease the clang gods. | cbentzel@chromium.org | 2011-01-13 | 1 | -1/+1 |
* | Cleanup: Use AUTH_SCHEME enum instead of a string. | cbentzel@chromium.org | 2011-01-13 | 20 | -165/+232 |
* | Fix and re-enable SSL renegotiation when using system SSL on OS X 10.5.x. Sys... | rsleevi@chromium.org | 2011-01-13 | 2 | -29/+58 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 5 | -33/+31 |
* | NSS: PKCS 11 password prompt. | mattm@chromium.org | 2011-01-13 | 13 | -74/+231 |
* | Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom... | rsleevi@chromium.org | 2011-01-13 | 3 | -6/+6 |
* | net: add Live Gamer sites to False Start blacklist | agl@chromium.org | 2011-01-12 | 1 | -0/+2 |
* | Remove extraneous #include's from http_auth_controller.cc | cbentzel@chromium.org | 2011-01-12 | 1 | -2/+0 |
* | Clarify wording around blocking 3rd party cookies and add lab to block readin... | jochen@chromium.org | 2011-01-12 | 3 | -8/+36 |
* | replace memcmp with MagicCmp that supports '.' for single character of anythi... | fbarchard@chromium.org | 2011-01-12 | 1 | -3/+19 |
* | net: Disable False Start and clear the SSL client auth cache for HTTPS proxie... | agl@chromium.org | 2011-01-11 | 2 | -0/+117 |
* | net: Ensure that when using False Start + client auth, bad client certificate... | agl@chromium.org | 2011-01-11 | 9 | -63/+286 |
* | Windows: Fix crash in SSLClientSocketNSS::SaveSnapStartInfo() when hello_data... | marshall@chromium.org | 2011-01-11 | 1 | -2/+3 |
* | More reordering the methods in headers in net/. | erg@chromium.org | 2011-01-11 | 16 | -1310/+1320 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-11 | 3 | -9/+14 |
* | net: Remove typedef net::URLRequestTestJob URLRequestTestJob; | tfarina@chromium.org | 2011-01-11 | 4 | -31/+28 |
* | Adding new sync data type AUTOFILL_PROFILE to python server. | rsimha@chromium.org | 2011-01-10 | 1 | -3/+7 |
* | Revert 70920 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 3 | -14/+9 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 3 | -9/+14 |
* | net: add touchnet.com to False Start blacklist | agl@chromium.org | 2011-01-10 | 1 | -0/+1 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 6 | -22/+28 |
* | Fix SSLClientSocketTest.CipherSuiteDisables flakiness. | rsleevi@chromium.org | 2011-01-09 | 1 | -5/+13 |
* | Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By def... | rsleevi@chromium.org | 2011-01-09 | 1 | -0/+25 |
* | Add a port to the SPDY debugging flags so that we can force SPDY for just a | mbelshe@chromium.org | 2011-01-08 | 5 | -6/+59 |
* | Fix grit dependencies for chromeos, touchui, and toolkit_views. | tony@chromium.org | 2011-01-08 | 1 | -1/+2 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 6 | -28/+22 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 30 | -965/+972 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 6 | -22/+28 |
* | Revert 70782 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 3 | -14/+9 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 3 | -9/+14 |
* | Refactor grit -D flags into a gyp variable so we don't | tony@chromium.org | 2011-01-07 | 1 | -1/+2 |
* | Remove auth token generation timing histograms. | cbentzel@chromium.org | 2011-01-07 | 2 | -29/+0 |
* | net: fix leak in SSLHostInfo's DNS request. | agl@chromium.org | 2011-01-07 | 1 | -0/+1 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 29 | -103/+526 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 29 | -526/+103 |
* | net: perform a non-A DNS lookup for HTTPS hosts. | agl@chromium.org | 2011-01-06 | 4 | -2/+52 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 29 | -103/+526 |
* | net: plumb OCSP stapled responses. | agl@chromium.org | 2011-01-06 | 1 | -0/+59 |