summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 105659 - Delay network requests on startup if any webRequest or webNav...pam@chromium.org2011-10-151-2/+0
* Delay network requests on startup if any webRequest or webNavigation extensio...pam@chromium.org2011-10-151-0/+2
* Recommit fraudulent certificate reporting infrastructure.palmer@chromium.org2011-10-158-219/+429
* Revert 105639 - The change list splits loading of cookies from DB by the doma...guohui@chromium.org2011-10-156-312/+73
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-156-73/+312
* Revert 105624 - Revert 105614.palmer@chromium.org2011-10-158-427/+219
* Revert 105614.palmer@chromium.org2011-10-158-219/+427
* Revert 105595 - Initial infrastructure for the fraudulent certificate chain r...apatrick@chromium.org2011-10-147-414/+219
* Initial infrastructure for the fraudulent certificate chain reportingpalmer@chromium.org2011-10-147-219/+414
* DoGetOBCertComplete should reset client_auth_cert_needed_ to falsewtc@chromium.org2011-10-141-0/+1
* Support SSL connections in websocket-to-TCP proxy.dilmah@chromium.org2011-10-142-1/+10
* Add WorkerPool::PostTaskAndReply and use in DHCP code.joi@chromium.org2011-10-146-216/+134
* net: yet another Brocade list for the blacklist.agl@chromium.org2011-10-141-0/+1
* net: more Brocade hosts for the blocklistagl@chromium.org2011-10-141-0/+4
* Add *.googleplex.com to HSTS list.cevans@chromium.org2011-10-142-0/+5
* move to json, make work w/ a python2.6 that doesn't have simplejson installeddpranke@chromium.org2011-10-141-3/+7
* Change net_util icu header inclusions to not use system header syntax.asvitkine@chromium.org2011-10-131-7/+7
* net: Fix ASAN build my moving AppendEscapedCharForHTMLImpl above into unnamed...tfarina@chromium.org2011-10-131-25/+25
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-132-16/+16
* Add --use-spdy option to control initial max concurrent streams.willchan@chromium.org2011-10-133-5/+21
* Support SPDY RST_STREAM with REFUSED_STREAM status properly.willchan@chromium.org2011-10-134-0/+64
* Define id_ to have the ID type for better readability.wtc@chromium.org2011-10-131-2/+2
* Change the default of the SSL_ENABLE_OB_CERTS option to PR_FALSE.wtc@chromium.org2011-10-132-2/+2
* Revert 105215 - Disk Cache: Close the deleted list experiment for new users.rvargas@google.com2011-10-131-6/+28
* Disk Cache: Close the deleted list experiment for new users.rvargas@google.com2011-10-131-28/+6
* net: more Brocade users for the blacklist.agl@chromium.org2011-10-121-0/+2
* Simplify a comparison for disabled cipher suites in SSLConfigServicersleevi@chromium.org2011-10-121-6/+2
* Remove the unused source_net_log parameter from ResolveHelper. Thiswtc@chromium.org2011-10-122-9/+5
* Remove declaration for SSLConfigService::CreateSystemSSLConfigService.rsleevi@chromium.org2011-10-121-7/+0
* net: narrow HSTS for (*.)dropcam.com to (www.)dropcam.comagl@chromium.org2011-10-122-2/+6
* net: disable Twitter's CDN pins for debugging.agl@chromium.org2011-10-122-80/+6
* net: ignore revocation check failures when fetching a proxy script.agl@chromium.org2011-10-121-0/+5
* Ignore revocation check failures from automated requests.agl@chromium.org2011-10-122-2/+15
* net: more Brocade users for the blacklist.agl@chromium.org2011-10-121-0/+3
* net: another HSTS preloaded addition.agl@chromium.org2011-10-122-0/+9
* Expose some network configurations for performance tuning.wangxianzhu@chromium.org2011-10-1210-32/+56
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-1210-149/+160
* Persist Alternate-Protocol.willchan@chromium.org2011-10-128-10/+99
* Change EOL setting of net/socket/client_socket_pool.ccwangxianzhu@chromium.org2011-10-121-33/+33
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-2/+1
* Add GetHostCache to HostResolver interface, and use themmenke@chromium.org2011-10-1210-14/+34
* webRequest.onAuthRequired listeners can provide authentication credentials.cbentzel@chromium.org2011-10-111-0/+8
* Removed FLAKY from BackupSocketFailAfterStall to seertenneti@chromium.org2011-10-111-1/+1
* TcpClientSocketWin::IsConnected could detect EOFtoyoshim@chromium.org2011-10-111-0/+6
* Fix leak of HttpServerProperties in URLRequestContextStorage.willchan@chromium.org2011-10-112-2/+2
* Certificate host matching rules should accept both absolute and relative DNS ...rsleevi@chromium.org2011-10-112-9/+32
* net: another batch of Brocade hosts for the blacklist.agl@chromium.org2011-10-101-0/+5
* Implementation of DnsConfigService for win (+ Bind migration).szym@chromium.org2011-10-1015-304/+899
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-1030-459/+441
* FileStream unit tests now check for file close.ahendrickson@chromium.org2011-10-102-4/+48