summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-197-191/+67
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-197-67/+191
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-1916-10/+27
* Revert r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-192-182/+4
* Implement NetworkChangeNotifierLinux.willchan@chromium.org2010-02-192-4/+182
* Disable IPv6 in FTP until we have implemented the IPv6 extensions for FTPwtc@chromium.org2010-02-191-1/+4
* Disk cache: Delete the disk cache if it is substantially biggerrvargas@google.com2010-02-193-18/+41
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-184-76/+317
* Add a command-line flag to remap hostnames based on patterns.eroman@chromium.org2010-02-187-89/+348
* SPDY: disable revocation checking.agl@chromium.org2010-02-181-1/+15
* Remove agl's NPN in SpdySession hack.willchan@chromium.org2010-02-181-11/+0
* net/third_party/nss: update to NSS_3_12_6_RC0agl@chromium.org2010-02-165-8/+26
* arm with its sysroot needs a new path to ../../../build/linux/pkg-config-wrapperfbarchard@chromium.org2010-02-161-1/+1
* Avoid trying to kill a process that has already quit.tommi@chromium.org2010-02-161-1/+5