| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 11 | -61/+54 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 11 | -54/+61 |
* | net: Put more functions from escape.h into net namespace. | tfarina@chromium.org | 2011-09-22 | 3 | -10/+14 |
* | Move TransportSecurityPersister completely to IO thread. | phajdan.jr@chromium.org | 2011-09-21 | 1 | -0/+3 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 4 | -1/+4 |
* | aura: Make 'net' buildable with gtk disabled. | sadrul@chromium.org | 2011-09-21 | 1 | -4/+8 |
* | net: support side-pinning of public keys. | agl@chromium.org | 2011-09-20 | 3 | -0/+344 |
* | Introduce a typedef for users of the SSL cert trust bits. This allows lots of... | pkasting@chromium.org | 2011-09-20 | 3 | -11/+14 |
* | net: Start wrapping escape.h into namespace net. | tfarina@chromium.org | 2011-09-20 | 3 | -16/+34 |
* | net: remove opportunistic HTTPS stuff. | agl@chromium.org | 2011-09-19 | 3 | -32/+2 |
* | Remove base/scoped_ptr.h | akalin@chromium.org | 2011-09-18 | 1 | -1/+1 |
* | Moved SDCH initialization from UI thread to IO thread. | rtenneti@chromium.org | 2011-09-17 | 3 | -28/+19 |
* | net: more HSTS additions. | agl@chromium.org | 2011-09-16 | 2 | -0/+21 |
* | Change LOG(INFO) to VLOG(1) in net/base/bandwidth_metrics.h | isherman@chromium.org | 2011-09-16 | 1 | -3/+3 |
* | Fourth attempt at the following. Unreviewed, this was originally reviewed in... | pkasting@chromium.org | 2011-09-15 | 5 | -295/+214 |
* | Third try at committing this. | erikwright@chromium.org | 2011-09-13 | 10 | -577/+1612 |
* | net: update public key block for the correct Cyber CA certs. | agl@chromium.org | 2011-09-13 | 3 | -2/+37 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-09-12 | 1 | -1/+1 |
* | NetworkChangeNotifierMac: synchronize destruction order with helper thread. | adamk@chromium.org | 2011-09-12 | 2 | -14/+13 |
* | Overwrite extensions of filenames determined from URLs if the URL could be a ... | asanka@chromium.org | 2011-09-12 | 3 | -29/+79 |
* | net: another HSTS preloaded update | agl@chromium.org | 2011-09-12 | 2 | -0/+23 |
* | Change AuthChallengeInfo to better represent underlying encodings. | cbentzel@chromium.org | 2011-09-12 | 2 | -13/+17 |
* | ... | agl@chromium.org | 2011-09-09 | 2 | -0/+9 |
* | Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co... | erikwright@chromium.org | 2011-09-09 | 10 | -1612/+577 |
* | Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu... | erikwright@chromium.org | 2011-09-09 | 10 | -577/+1612 |
* | Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta... | estade@chromium.org | 2011-09-09 | 10 | -1588/+568 |
* | Revert 100316 - Fix a memory leak in a unit test. | estade@chromium.org | 2011-09-09 | 3 | -22/+12 |
* | Fix a memory leak in a unit test. | erikwright@chromium.org | 2011-09-09 | 3 | -12/+22 |
* | Fix wrong type for len arg in SEC_StringToOID call in r100264. | mattm@chromium.org | 2011-09-08 | 1 | -1/+1 |
* | Resubmission of r98288: Added CreateOriginBound method to x509_certificate.h | mdietz@google.com | 2011-09-08 | 7 | -13/+294 |
* | net: remove X509CertificateTest.UnoSoftCertParsing | agl@chromium.org | 2011-09-08 | 1 | -22/+0 |
* | Finalize a CL originally by departed intern ycxiao@ that detaches the loading... | erikwright@chromium.org | 2011-09-08 | 10 | -568/+1588 |
* | net: add certificate pins for Tor | agl@chromium.org | 2011-09-07 | 2 | -0/+44 |
* | Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1... | thakis@chromium.org | 2011-09-06 | 11 | -152/+284 |
* | Revert 99666 (sync tests started failing on mac10.6: | thakis@chromium.org | 2011-09-05 | 11 | -284/+152 |
* | Linux: Monitor resolv.conf for changes and use that to reload resolver. | craig.schlenter@chromium.org | 2011-09-05 | 11 | -152/+284 |
* | Mark net::NetLogStringParameter for export to fix component build for chrome. | sadrul@chromium.org | 2011-09-04 | 1 | -1/+1 |
* | Introduced the URLBlacklistManager, and wired it to various places. | joaodasilva@chromium.org | 2011-09-04 | 1 | -0/+10 |
* | mac: gcc buildfix | thakis@chromium.org | 2011-09-04 | 1 | -1/+2 |
* | Make BaseFile member functions return net::Error's. | ahendrickson@chromium.org | 2011-09-04 | 5 | -48/+140 |
* | Landing some further tweaks for Adam. | cevans@chromium.org | 2011-09-03 | 1 | -1/+9 |
* | Fix a benign off-by-one error of kNumSerials in IsBlacklisted. | wtc@chromium.org | 2011-09-03 | 1 | -3/+4 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Fix initial online state on Mac. | adamk@chromium.org | 2011-09-02 | 4 | -39/+77 |
* | Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job | rch@chromium.org | 2011-09-02 | 2 | -2/+7 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Remove use of <iostream> where unnecessary. | evan@chromium.org | 2011-09-01 | 1 | -1/+1 |
* | IDNToUnicodeWithOffsets() supports NULL for the offset vector, so make IDNToU... | pkasting@chromium.org | 2011-09-01 | 1 | -2/+1 |
* | Force certificate trust preferences checking on OS X. | rsleevi@chromium.org | 2011-09-01 | 1 | -1/+2 |