summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable a few tests when running iOS coverage tests.lliabraa@chromium.org2013-03-261-0/+4
* Fix error in use-before-init of test member variable in MockNetworkTransaction.rdsmith@chromium.org2013-03-261-1/+2
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-2636-513/+1081
* [SPDY] Remove some setters in SpdyStreamakalin@chromium.org2013-03-2511-43/+107
* net: change HSTS for (*.)simple.com to specific subdomains.agl@chromium.org2013-03-252-2/+8
* Changes to build ash_unittests with RunLoop().RunUntilIdle().tfarina@chromium.org2013-03-242-5/+7
* Indicate in CertVerifyResult if one of the additional trust anchors was used.joaodasilva@chromium.org2013-03-244-0/+27
* [net/dns] Fix AsyncDNS histograms.szym@chromium.org2013-03-232-3/+5
* [SPDY] Add session flow control data to SPDY info in net-internalsakalin@chromium.org2013-03-231-0/+5
* Fix DCHECK when exporting an unnamed bookmark.mmenke@chromium.org2013-03-231-0/+4
* Added a certificate trust anchor provider.joaodasilva@chromium.org2013-03-2319-112/+448
* Enable EV for AC Camerfirma SArsleevi@chromium.org2013-03-231-0/+18
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-239-50/+224
* Revert 189935 "Http cache: Don't delete entries when there is a ..."rvargas@google.com2013-03-232-38/+0
* Http cache: Don't delete entries when there is a network error.rvargas@google.com2013-03-222-0/+38
* QUIC Crypto - Code to mock out the QuicCryptoClientStream.rtenneti@chromium.org2013-03-2219-260/+252
* Reduce the verbosity of 4 tests run under isolate.maruel@chromium.org2013-03-221-2/+0
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-2224-202/+730
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-2224-729/+202
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-2224-202/+729
* net: several HSTS updates.agl@chromium.org2013-03-222-2/+6
* DevTools: extract web socket's frame encode/decode methods in devtools' serve...pfeldman@chromium.org2013-03-222-111/+152
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-2168-121/+121