summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...jar@chromium.org2010-02-264-88/+21
* Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...jar@chromium.org2010-02-264-21/+88
* Adds a new type of cache (APP_CACHE) so that we can tellrvargas@google.com2010-02-261-0/+1
* Fix SpdySessionPool to take a host port pair instead of just the host.willchan@chromium.org2010-02-267-55/+70
* Modify the SPDY stream to be buffered.mbelshe@chromium.org2010-02-263-28/+191
* Handle the TLS no_renegotiation alert message.wtc@chromium.org2010-02-252-0/+11
* SSL: stop network traffic from interfering with NSS.wtc@chromium.org2010-02-251-2/+2
* Revert "SSL False Start Support"agl@chromium.org2010-02-2510-396/+3
* Add a test for correct FTP SIZE response handling when the file sizephajdan.jr@chromium.org2010-02-251-6/+17
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-257-47/+386
* Don't run some tests failing on certificate erros under Valgrindtimurrrr@chromium.org2010-02-251-0/+3
* Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...jar@chromium.org2010-02-254-88/+21
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-02-254-21/+88
* Include sys_addrinfo.h in tcp_client_socket_win.cc.eroman@chromium.org2010-02-251-0/+1
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-258-106/+28
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-248-28/+106
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-248-106/+28
* Add TLS server_name extension support for Mac Chrome.wtc@chromium.org2010-02-241-0/+8
* Disable some unsupported tsan tests for Mac.shess@chromium.org2010-02-241-0/+2
* Disabled DiskCacheBackendTest.*InvalidRankings* on TSan/Mac.timurrrr@chromium.org2010-02-241-3/+1
* SSL False Start Supportagl@chromium.org2010-02-2410-3/+396
* Mac client-side SSL cert improvements.snej@chromium.org2010-02-243-27/+58
* Disabled DiskCacheBackendTest.NewEvictionInvalidRankingsSuccess on Mac.timurrrr@chromium.org2010-02-241-0/+1
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-247-191/+65
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-247-65/+191
* Disabled DiskCacheBackendTest.InvalidRankingsSuccess on Mac.timurrrr@chromium.org2010-02-241-1/+2
* Disabled DiskCacheBackendTest.NewEvictionInvalidRankings2 on Mac.glider@chromium.org2010-02-241-0/+4
* Request the szOID_PKIX_KP_SERVER_AUTH usage when constructingwtc@chromium.org2010-02-241-7/+16
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-245-19/+51
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-2418-467/+621
* Disable IPv6 address change notifications on Linux.willchan@chromium.org2010-02-231-2/+1
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-2315-1/+93
* Wireshark dissector for SPDY protocol.cbentzel@chromium.org2010-02-2313-0/+2200
* Tie the lifetime of persisted transport-security metatdata to clearing cookies,cevans@chromium.org2010-02-233-7/+99
* Rename use_spdy_ to using_spdy_ and test it in more places:wtc@chromium.org2010-02-222-15/+16
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-227-26/+32
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-2211-54/+130
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-2028-122/+218
* Back out the change to HttpNetworkTransaction::Read in thewtc@chromium.org2010-02-201-2/+1
* Make explicit the assumption that SpdySession::InitializeWithSocket takeswtc@chromium.org2010-02-205-14/+14
* Improve error reporting for FTP passive connection failures.wtc@chromium.org2010-02-193-5/+10
* Fix a SPDY regression introduced in r39037. When we ignore certificatewtc@chromium.org2010-02-192-11/+24
* Make MappedHostResolver display its internals on the about:net-internals page...eroman@chromium.org2010-02-195-8/+12
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-1917-569/+720
* Make dynamic access to SSLSetSessionOption static.mark@chromium.org2010-02-191-1/+1
* Remove a TODO I've already done.willchan@chromium.org2010-02-191-1/+0
* Make SpdySession::GetSSLInfo work when the SpdySession is constructedwtc@chromium.org2010-02-191-0/+4
* Fix SSLSessionOption's name. It's not SSLSetSessionOptionType.mark@chromium.org2010-02-191-2/+2
* Re-lands r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-195-4/+224
* Unit test for auth realms changing during requests.cbentzel@chromium.org2010-02-191-0/+142