summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Extension method from FilePath API instead of the deprecated GetFileExten...evan@chromium.org2010-02-151-6/+3
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-1541-270/+772
* Fix LOAD_IGNORE_CERT_* on Macukai@chromium.org2010-02-151-21/+23
* Pass the file size infomration from the FTP network transactionphajdan.jr@chromium.org2010-02-135-7/+60
* Avoid showing the user a garbage path attribute when the cookie doesn't have andarin@chromium.org2010-02-122-1/+16
* Update effective TLD (registry-controlled domain) data to latest file from Mo...pam@chromium.org2010-02-125-9843/+9710
* Recover from inconsistent cookie database.eroman@chromium.org2010-02-123-14/+277
* More checks to try to find bug 27870.vandebo@google.com2010-02-123-2/+18
* Make sure the parent directory always comes first when listing directories.estade@chromium.org2010-02-112-15/+14
* Http cache: Remove the explicit transaction callback and let thervargas@google.com2010-02-113-53/+54
* Disk cache: Remove some dead code.rvargas@google.com2010-02-111-9/+1
* Http Cache: Eliminate EntryAvailable() and make the cache uservargas@google.com2010-02-113-28/+33
* Update our copy of libssl from NSS CVS.agl@chromium.org2010-02-1119-315/+2167
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-115-58/+227
* Http Cache: Add a load log to the DoomEntry operation.rvargas@google.com2010-02-113-4/+25
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-105-227/+58
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-105-58/+227
* Wait a second before initializing the Mac notifier thread.willchan@chromium.org2010-02-102-9/+32
* Check-in a script to visualize the host resolver traces.eroman@chromium.org2010-02-104-0/+527