summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* FTP: Make ICU resource loading fail loadly (CHECK)phajdan.jr@chromium.org2013-04-081-0/+18
* net: Disable CertDatabaseNSSTest.TrustIntermediateCa{2,3} on Linuxhashimoto@chromium.org2013-04-081-2/+16
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-0723-38/+38
* Support the AES GCM encrypter and decrypter for NSS 3.14 and later.rtenneti@chromium.org2013-04-066-47/+499
* Clean up comments and code for pin validation.palmer@chromium.org2013-04-051-11/+19
* Make csharp@ and maruel@ owners of .isolate filescsharp@chromium.org2013-04-051-0/+3
* Test cache creation retry via public interface only.pasko@google.com2013-04-055-63/+69
* Clean up scoped_array<T> construction from NULL.dcheng@chromium.org2013-04-051-1/+1
* net: also fix crbug.com/226067 for OpenSSL.agl@chromium.org2013-04-051-1/+1
* Update all .isolate files to the new format.maruel@chromium.org2013-04-041-23/+26
* Recover the index from enumerating the entry files on disk.felipeg@chromium.org2013-04-042-10/+31
* net: Replace URLFetcherFileWriter's implementation with FileStreamhashimoto@chromium.org2013-04-043-143/+88
* Revert 181390 "SPDY - implement greedy approach to read all the ..."rtenneti@chromium.org2013-04-047-937/+87
* net: fix SHA-256 hashes on Windows.agl@chromium.org2013-04-043-3/+28
* net: Map EISDIR to ERR_ACCESS_DENIED in net_errors_posix.cchashimoto@chromium.org2013-04-041-2/+2
* Move version-agnostic functions from spdy_test_util_spdy[23] to _common.ttuttle@chromium.org2013-04-046-508/+258
* Revert 192124 "Disable org.chromium.net.X509UtilTest#testEkusVer..."frankf@chromium.org2013-04-031-7/+1
* Disable org.chromium.net.X509UtilTest#testEkusVerifiedaberent@chromium.org2013-04-031-1/+7
* Fix the simple cache backend enabling.pasko@google.com2013-04-032-2/+10
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-033-13/+16
* Clean up SocketStream send operation by utilizing DrainableIOBuffer.tyoshino@chromium.org2013-04-033-88/+170
* Handle extendedKeyUsage field in end-entity certs.palmer@chromium.org2013-04-038-0/+532
* [Android] Fix remaining linker errors for components buildyfriedman@chromium.org2013-04-032-2/+2
* Add a CRC check to SimpleIndex file.felipeg@chromium.org2013-04-023-11/+122
* Remove bogus logging from crypto_handshake_test.ccrch@chromium.org2013-04-021-2/+0
* net: move openssl_client_key_store from net/base to net/sslphajdan.jr@chromium.org2013-04-026-13/+13
* Initialize the simple cache backend at runtime. pasko@google.com2013-04-0213-382/+355
* Don't expire certs used as channel IDs.thaidn@google.com2013-04-023-53/+37
* Adding preloaded pin and HSTS for Chrome Dev Tools.palmer@chromium.org2013-04-023-1/+3
* Chromium style checker cleanuprsleevi@chromium.org2013-04-012-5/+5
* Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC...rch@chromium.org2013-04-016-9/+9
* Attempt to fix chromium.chrome linux compile.thakis@chromium.org2013-03-311-2/+2
* Add support for P-256 key exchange in crypto handshake.rtenneti@chromium.org2013-03-3179-736/+1662
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-315-17/+19
* PK11_DecryptWithSymKey and PK11_EncryptWithSymKey have beenwtc@chromium.org2013-03-302-21/+16
* Adding an end to end test for QUIC, and fixing the bugs it turned up.alyssar@google.com2013-03-3013-31/+1120
* Http cache: disable the infinite cache simulation and perform cleanup of loca...rvargas@chromium.org2013-03-308-1634/+16
* Recognize new proxy settings format in net-internals.eroman@chromium.org2013-03-303-2/+17
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-3041-411/+8
* Disable ChromeNetLog when there are no observers.mmenke@chromium.org2013-03-304-2/+89
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-29155-526/+526
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-2998-518/+552
* Fixing -Wno-deprecated issues for flip_balsa_and_epoll_libraryalyssar@google.com2013-03-297-20/+9
* Add black-listed text types to the list if unsupported MIME types.asanka@chromium.org2013-03-291-0/+2
* net: add GoogleG2 to allowed Google pins.agl@chromium.org2013-03-283-0/+9
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-2815-15/+15
* [net/dns] When serving AF_UNSPEC addresses from DnsHosts, serve one from each...szym@chromium.org2013-03-282-17/+22
* Add support for in memory index in SimpleCache.felipeg@chromium.org2013-03-2810-67/+354
* Port the AES GCM encrypter and decrypter to NSS.wtc@chromium.org2013-03-272-10/+142
* The initial check-in of the toy QUIC client and server.alyssar@google.com2013-03-2735-15/+3475