| Commit message (Expand) | Author | Age | Files | Lines |
* | Tie the lifetime of persisted transport-security metatdata to clearing cookies, | cevans@chromium.org | 2010-02-23 | 3 | -7/+99 |
* | Rename use_spdy_ to using_spdy_ and test it in more places: | wtc@chromium.org | 2010-02-22 | 2 | -15/+16 |
* | Disk cache: Use TimeTicks instead of Time for some of the | rvargas@google.com | 2010-02-22 | 7 | -26/+32 |
* | Validate that an SSPI scheme is supported before generating a handler. | cbentzel@chromium.org | 2010-02-22 | 11 | -54/+130 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 28 | -122/+218 |
* | Back out the change to HttpNetworkTransaction::Read in the | wtc@chromium.org | 2010-02-20 | 1 | -2/+1 |
* | Make explicit the assumption that SpdySession::InitializeWithSocket takes | wtc@chromium.org | 2010-02-20 | 5 | -14/+14 |
* | Improve error reporting for FTP passive connection failures. | wtc@chromium.org | 2010-02-19 | 3 | -5/+10 |
* | Fix a SPDY regression introduced in r39037. When we ignore certificate | wtc@chromium.org | 2010-02-19 | 2 | -11/+24 |
* | Make MappedHostResolver display its internals on the about:net-internals page... | eroman@chromium.org | 2010-02-19 | 5 | -8/+12 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 17 | -569/+720 |
* | Make dynamic access to SSLSetSessionOption static. | mark@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Remove a TODO I've already done. | willchan@chromium.org | 2010-02-19 | 1 | -1/+0 |
* | Make SpdySession::GetSSLInfo work when the SpdySession is constructed | wtc@chromium.org | 2010-02-19 | 1 | -0/+4 |
* | Fix SSLSessionOption's name. It's not SSLSetSessionOptionType. | mark@chromium.org | 2010-02-19 | 1 | -2/+2 |
* | Re-lands r39417: "Implement NetworkChangeNotifierLinux." | willchan@chromium.org | 2010-02-19 | 5 | -4/+224 |
* | Unit test for auth realms changing during requests. | cbentzel@chromium.org | 2010-02-19 | 1 | -0/+142 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 7 | -191/+67 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 7 | -67/+191 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 16 | -10/+27 |
* | Revert r39417: "Implement NetworkChangeNotifierLinux." | willchan@chromium.org | 2010-02-19 | 2 | -182/+4 |
* | Implement NetworkChangeNotifierLinux. | willchan@chromium.org | 2010-02-19 | 2 | -4/+182 |
* | Disable IPv6 in FTP until we have implemented the IPv6 extensions for FTP | wtc@chromium.org | 2010-02-19 | 1 | -1/+4 |
* | Disk cache: Delete the disk cache if it is substantially bigger | rvargas@google.com | 2010-02-19 | 3 | -18/+41 |
* | Client-side SSL cert support for Mac. | snej@chromium.org | 2010-02-18 | 4 | -76/+317 |
* | Add a command-line flag to remap hostnames based on patterns. | eroman@chromium.org | 2010-02-18 | 7 | -89/+348 |
* | SPDY: disable revocation checking. | agl@chromium.org | 2010-02-18 | 1 | -1/+15 |
* | Remove agl's NPN in SpdySession hack. | willchan@chromium.org | 2010-02-18 | 1 | -11/+0 |
* | net/third_party/nss: update to NSS_3_12_6_RC0 | agl@chromium.org | 2010-02-16 | 5 | -8/+26 |
* | arm with its sysroot needs a new path to ../../../build/linux/pkg-config-wrapper | fbarchard@chromium.org | 2010-02-16 | 1 | -1/+1 |
* | Avoid trying to kill a process that has already quit. | tommi@chromium.org | 2010-02-16 | 1 | -1/+5 |
* | Use Extension method from FilePath API instead of the deprecated GetFileExten... | evan@chromium.org | 2010-02-15 | 1 | -6/+3 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 41 | -270/+772 |
* | Fix LOAD_IGNORE_CERT_* on Mac | ukai@chromium.org | 2010-02-15 | 1 | -21/+23 |
* | Pass the file size infomration from the FTP network transaction | phajdan.jr@chromium.org | 2010-02-13 | 5 | -7/+60 |
* | Avoid showing the user a garbage path attribute when the cookie doesn't have an | darin@chromium.org | 2010-02-12 | 2 | -1/+16 |
* | Update effective TLD (registry-controlled domain) data to latest file from Mo... | pam@chromium.org | 2010-02-12 | 5 | -9843/+9710 |
* | Recover from inconsistent cookie database. | eroman@chromium.org | 2010-02-12 | 3 | -14/+277 |
* | More checks to try to find bug 27870. | vandebo@google.com | 2010-02-12 | 3 | -2/+18 |
* | Make sure the parent directory always comes first when listing directories. | estade@chromium.org | 2010-02-11 | 2 | -15/+14 |
* | Http cache: Remove the explicit transaction callback and let the | rvargas@google.com | 2010-02-11 | 3 | -53/+54 |
* | Disk cache: Remove some dead code. | rvargas@google.com | 2010-02-11 | 1 | -9/+1 |
* | Http Cache: Eliminate EntryAvailable() and make the cache use | rvargas@google.com | 2010-02-11 | 3 | -28/+33 |
* | Update our copy of libssl from NSS CVS. | agl@chromium.org | 2010-02-11 | 19 | -315/+2167 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 5 | -58/+227 |
* | Http Cache: Add a load log to the DoomEntry operation. | rvargas@google.com | 2010-02-11 | 3 | -4/+25 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 5 | -227/+58 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 5 | -58/+227 |
* | Wait a second before initializing the Mac notifier thread. | willchan@chromium.org | 2010-02-10 | 2 | -9/+32 |
* | Check-in a script to visualize the host resolver traces. | eroman@chromium.org | 2010-02-10 | 4 | -0/+527 |