| Commit message (Expand) | Author | Age | Files | Lines |
* | Change an ASSERT_TRUE to a CHECK() to remove the gtest dependency. | evan@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Refactor OCSP handler. | ukai@chromium.org | 2009-08-20 | 1 | -141/+48 |
* | Add missing break statement. | jhawkins@chromium.org | 2009-08-19 | 1 | -3/+5 |
* | Add icu:: qualifiers to a couple of more files. They're missed in the previou... | jshin@chromium.org | 2009-08-19 | 1 | -2/+2 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 20 | -113/+238 |
* | Make ClientSocketHandle::Init() typesafe. | willchan@chromium.org | 2009-08-19 | 12 | -120/+153 |
* | Try to fix crash in OCSP handlers. | ukai@chromium.org | 2009-08-19 | 2 | -24/+21 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 2 | -4/+4 |
* | Change ClientSocketHandle to take the pool as a parameter to Init() rather th... | willchan@chromium.org | 2009-08-18 | 8 | -145/+169 |
* | Remove an unused header from proxy_service.h. | ericroman@google.com | 2009-08-18 | 3 | -2/+2 |
* | Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on... | jshin@chromium.org | 2009-08-18 | 1 | -15/+17 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 13 | -189/+195 |
* | Http Cache: Additional byte-range support. | rvargas@google.com | 2009-08-18 | 4 | -53/+327 |
* | Don't use the AI_ADDRCONFIG flag on Mac OS X. It's not necessary. | wtc@chromium.org | 2009-08-17 | 1 | -0/+17 |
* | Undisable HostResolverImplTest.EmptyHost, by making empty host fail to resolve. | ericroman@google.com | 2009-08-17 | 2 | -6/+7 |
* | Disable OCSP until we have fixed the crash in OCSP code. As a result our | wtc@chromium.org | 2009-08-17 | 1 | -3/+16 |
* | Make even more tests in net_unittests faster by reusing the test server. | phajdan.jr@chromium.org | 2009-08-17 | 1 | -106/+67 |
* | Instrument ProxyService and InitProxyResolver with LoadLog. | eroman@chromium.org | 2009-08-17 | 7 | -37/+246 |
* | Add histograms for tracking the unused/unused_idle/reused socket states from ... | willchan@chromium.org | 2009-08-17 | 6 | -22/+114 |
* | Add third_party/bzip2/bzip2.gyp:bzip2 to a few targets. | agl@chromium.org | 2009-08-17 | 1 | -0/+1 |
* | Enable Add COMODO ECC Certification Authority for EV. | wtc@chromium.org | 2009-08-17 | 1 | -0/+6 |
* | Add new certificate error code | wtc@chromium.org | 2009-08-14 | 4 | -3/+16 |
* | Speed up net_unittests a bit by re-using launched test server. | phajdan.jr@chromium.org | 2009-08-14 | 5 | -24/+89 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 9 | -201/+382 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 43 | -371/+367 |
* | Update a comment to reflect the new truth. | ericroman@google.com | 2009-08-14 | 1 | -7/+5 |
* | Improve a worthless unittest. | ericroman@google.com | 2009-08-14 | 1 | -42/+13 |
* | Implement LoadLog, and hook up HostResolverImpl to LoadLog. | ericroman@google.com | 2009-08-14 | 12 | -50/+751 |
* | Unescape username/passwords obtained from URLs before using them for HTTP auth. | ericroman@google.com | 2009-08-14 | 3 | -7/+95 |
* | Address Alexei Volkov's comments on http://codereview.chromium.org/119026. | wtc@chromium.org | 2009-08-13 | 1 | -7/+20 |
* | Add a missing Stop() call to DoDataResolveHostComplete(). | wtc@chromium.org | 2009-08-13 | 1 | -4/+6 |
* | Correctly update gconf proxy settings on Linux. | mdm@chromium.org | 2009-08-13 | 1 | -1/+3 |
* | Implement SSL certificate error handling on the Mac. If the user gives | wtc@chromium.org | 2009-08-13 | 6 | -52/+102 |
* | Remove the unittest "DnsMasterTest.OsCachesLookupsTest". | eroman@chromium.org | 2009-08-12 | 1 | -4/+1 |
* | Make FtpNetworkTransaction report its load state. | phajdan.jr@chromium.org | 2009-08-12 | 4 | -0/+28 |
* | Build fix: Scons acts differently than make with direct_dependent_settings. | agl@chromium.org | 2009-08-12 | 1 | -0/+1 |
* | Rebaseline block-test* tests for Mac. | darin@chromium.org | 2009-08-12 | 1 | -0/+2 |
* | typedef PolicyOID to support Linux-only SECOidTag in EVRootCAMetadata methods. | ukai@chromium.org | 2009-08-12 | 4 | -82/+71 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 48 | -305/+430 |
* | Http cache: Extend support for byte range requests. | rvargas@google.com | 2009-08-12 | 7 | -48/+374 |
* | Disk Cache: Lower the definition of a loaded system from | rvargas@google.com | 2009-08-11 | 3 | -15/+19 |
* | Enforce maximum number of entries in FtpAuthCache. | phajdan.jr@chromium.org | 2009-08-11 | 3 | -27/+83 |
* | Disk Cache: cleanup of OpenBlockFile. | rvargas@google.com | 2009-08-11 | 3 | -7/+31 |
* | Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive... | ericroman@google.com | 2009-08-11 | 1 | -0/+3 |
* | Linux system libs: build fix. | agl@chromium.org | 2009-08-11 | 1 | -0/+6 |
* | Make response code in FtpNetworkTransaction more precise. | phajdan.jr@chromium.org | 2009-08-11 | 2 | -41/+47 |
* | Use strict revocation flags only for EV verification. | wtc@chromium.org | 2009-08-08 | 1 | -3/+14 |
* | Try again: Check blockfile size before attempting to read the header. | mattm@chromium.org | 2009-08-08 | 3 | -18/+53 |
* | Revert "Check blockfile size before attempting to read the header." | mattm@chromium.org | 2009-08-07 | 2 | -26/+0 |
* | Check blockfile size before attempting to read the header. | mattm@chromium.org | 2009-08-07 | 2 | -0/+26 |