| Commit message (Expand) | Author | Age | Files | Lines |
* | net: add packagist.org to HSTS preloaded. | agl@chromium.org | 2012-10-08 | 2 | -0/+2 |
* | Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch... | pkasting@chromium.org | 2012-10-06 | 2 | -0/+8 |
* | net: add surfeasy.com to HSTS preloaded. | agl@chromium.org | 2012-10-03 | 2 | -0/+4 |
* | Force crypto::AppleKeychain access to be guarded by a Big Global Lock | rsleevi@chromium.org | 2012-10-03 | 3 | -23/+51 |
* | Don't render CSV or TSV files inline. | torne@chromium.org | 2012-10-02 | 1 | -0/+4 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 3 | -0/+6 |
* | DevTools: rollback r136953, make server socket blocking again. | pfeldman@chromium.org | 2012-10-01 | 2 | -127/+27 |
* | Flush at the end of local file writing in FileWriter API. | kinaba@chromium.org | 2012-10-01 | 8 | -11/+131 |
* | Enable T-TeleSec GlboalRoot Class 3 for EV | rsleevi@chromium.org | 2012-09-27 | 1 | -0/+6 |
* | Placeholder for cert_database on iOS. | droger@chromium.org | 2012-09-27 | 1 | -0/+30 |
* | On OS X, observe Keychain/Trust Settings changes and announce them via CertDa... | rsleevi@chromium.org | 2012-09-27 | 2 | -3/+115 |
* | Revert 158894 - Disable TLS channel ID by default. (for merging to branch) | mattm@chromium.org | 2012-09-26 | 1 | -1/+1 |
* | Disable TLS channel ID by default. (for merging to branch) | mattm@chromium.org | 2012-09-26 | 1 | -1/+1 |
* | Port certificate verification to iOS. | droger@chromium.org | 2012-09-26 | 8 | -27/+146 |
* | net: Delete UploadFileElementReader::file_stream_ asynchronously | hashimoto@chromium.org | 2012-09-26 | 1 | -4/+6 |
* | Shift "commit point" for when a download will no longer accept cancels. | rdsmith@chromium.org | 2012-09-24 | 1 | -1/+7 |
* | Update NSS-specific unittest to directly use CertVerifyProcNSS | rsleevi@chromium.org | 2012-09-22 | 2 | -11/+12 |
* | Port test_root_certs_nss to iOS. | droger@chromium.org | 2012-09-21 | 2 | -19/+25 |
* | [net] Hide SupportsWeakPtr from HostResolverImpl | szym@chromium.org | 2012-09-20 | 2 | -7/+10 |
* | [net] Increase HostCache size to 1000 entries on CrOS. | szym@chromium.org | 2012-09-20 | 1 | -0/+7 |
* | Add native-side unit test for Android NetworkChangeNotifier | dfalcantara@chromium.org | 2012-09-20 | 1 | -0/+1 |
* | Cleanup: avoid foo ? true : false, part 2. | thestig@chromium.org | 2012-09-19 | 1 | -1/+1 |
* | Make MultiThreadedCertVerifier receive a CertVerifyProc, rather than creating... | rsleevi@chromium.org | 2012-09-19 | 4 | -12/+7 |
* | Shuffle CertDatabase ctor/dtor so that NSS-specific functionality can be move... | rsleevi@chromium.org | 2012-09-19 | 5 | -48/+63 |
* | Exclude asynchronous host resolver from iOS builds. | droger@chromium.org | 2012-09-18 | 1 | -0/+5 |
* | net: Make UploadDataStream::Init() asynchronous. | hashimoto@chromium.org | 2012-09-18 | 9 | -67/+372 |
* | Remove NetAddressToString/getnameinfo() in favour of GURL | thorogood@chromium.org | 2012-09-18 | 3 | -46/+39 |
* | Fix for non-sticky defaults bug. Added a bunch of tests. | gbillock@chromium.org | 2012-09-18 | 1 | -0/+1 |
* | Support x509 certificate on iOS. | droger@chromium.org | 2012-09-18 | 9 | -210/+636 |
* | Chromium's key generation is running on a non-joinable worker thread, which r... | jnd@chromium.org | 2012-09-17 | 1 | -2/+9 |
* | Enable TLS channeld id by default. | mattm@chromium.org | 2012-09-15 | 2 | -12/+1 |
* | net: set Google pins for our ccTLDs domains and others. | agl@chromium.org | 2012-09-14 | 3 | -0/+669 |
* | NaCl: Bind TCP socket for the GDB debug stub in the browser process | halyavin@chromium.org | 2012-09-14 | 1 | -2/+3 |
* | Histogram to measure if NetworkChangeNotifier::GetConnectionType() is | pauljensen@chromium.org | 2012-09-12 | 1 | -0/+29 |
* | Implement net::GetNetworkList() for Android. | shouqun.liu@intel.com | 2012-09-12 | 1 | -6/+26 |
* | net: Move data reading functionalities from UploadElement to UploadElementReader | hashimoto@chromium.org | 2012-09-11 | 13 | -261/+599 |
* | [net/dns] Use the DnsConfig provided in the HostResolverImpl ctor if any. | szym@chromium.org | 2012-09-11 | 1 | -1/+2 |
* | Move tools out of Chromium repo | agl@chromium.org | 2012-09-11 | 2 | -775/+0 |
* | Increase the sizes of the circular buffers used by SSLClientSocketNSS | wtc@chromium.org | 2012-09-11 | 2 | -4/+4 |
* | [Android] Improve NetworkChangeNotifier granularity | dfalcantara@chromium.org | 2012-09-11 | 1 | -7/+7 |
* | net: add (*.)iop.intuit.com to HSTS preloaded | agl@chromium.org | 2012-09-10 | 2 | -0/+2 |
* | Move the NSS functions out of CertDatabase into a new NSSCertDatabase class. | joaodasilva@chromium.org | 2012-09-10 | 13 | -647/+807 |
* | Allows GetExtensionsForMimeType to support mime types like "foo/*" | thorogood@chromium.org | 2012-09-10 | 3 | -55/+92 |
* | Update callers of CreateFileSystemOperation so more detailed error codes can ... | calvinlo@chromium.org | 2012-09-10 | 1 | -2/+4 |
* | Use GURL for stringifying IPEndPoint rather than the system network libraries. | eroman@chromium.org | 2012-09-08 | 5 | -63/+143 |
* | net: add (www.)makeyourlaws.org to HSTS preloaded. | agl@chromium.org | 2012-09-07 | 2 | -0/+4 |
* | Revert 155377 - Update callers of CreateFileSystemOperation so more detailed ... | erikwright@chromium.org | 2012-09-07 | 1 | -4/+2 |
* | Update callers of CreateFileSystemOperation so more detailed error codes can ... | calvinlo@chromium.org | 2012-09-07 | 1 | -2/+4 |
* | Implement SHA-256 fingerprint support | palmer@chromium.org | 2012-09-07 | 31 | -217/+540 |
* | Re-add TLS channel id field trial. | mattm@chromium.org | 2012-09-06 | 2 | -0/+11 |