summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add new certificate error codewtc@chromium.org2009-08-144-3/+16
* Speed up net_unittests a bit by re-using launched test server.phajdan.jr@chromium.org2009-08-145-24/+89
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-149-201/+382
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-1443-371/+367
* Update a comment to reflect the new truth.ericroman@google.com2009-08-141-7/+5
* Improve a worthless unittest.ericroman@google.com2009-08-141-42/+13
* Implement LoadLog, and hook up HostResolverImpl to LoadLog.ericroman@google.com2009-08-1412-50/+751
* Unescape username/passwords obtained from URLs before using them for HTTP auth.ericroman@google.com2009-08-143-7/+95
* Address Alexei Volkov's comments on http://codereview.chromium.org/119026.wtc@chromium.org2009-08-131-7/+20
* Add a missing Stop() call to DoDataResolveHostComplete().wtc@chromium.org2009-08-131-4/+6
* Correctly update gconf proxy settings on Linux.mdm@chromium.org2009-08-131-1/+3
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-136-52/+102
* Remove the unittest "DnsMasterTest.OsCachesLookupsTest".eroman@chromium.org2009-08-121-4/+1
* Make FtpNetworkTransaction report its load state.phajdan.jr@chromium.org2009-08-124-0/+28
* Build fix: Scons acts differently than make with direct_dependent_settings.agl@chromium.org2009-08-121-0/+1
* Rebaseline block-test* tests for Mac.darin@chromium.org2009-08-121-0/+2
* typedef PolicyOID to support Linux-only SECOidTag in EVRootCAMetadata methods.ukai@chromium.org2009-08-124-82/+71
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-1248-305/+430
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-127-48/+374
* Disk Cache: Lower the definition of a loaded system fromrvargas@google.com2009-08-113-15/+19
* Enforce maximum number of entries in FtpAuthCache.phajdan.jr@chromium.org2009-08-113-27/+83
* Disk Cache: cleanup of OpenBlockFile.rvargas@google.com2009-08-113-7/+31
* Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...ericroman@google.com2009-08-111-0/+3
* Linux system libs: build fix.agl@chromium.org2009-08-111-0/+6
* Make response code in FtpNetworkTransaction more precise.phajdan.jr@chromium.org2009-08-112-41/+47
* Use strict revocation flags only for EV verification.wtc@chromium.org2009-08-081-3/+14
* Try again: Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-083-18/+53
* Revert "Check blockfile size before attempting to read the header."mattm@chromium.org2009-08-072-26/+0
* Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-072-0/+26
* Linux: add comment about MOZ_Z_ style names.agl@chromium.org2009-08-071-0/+4
* Make fetch_client work on POSIX.phajdan.jr@chromium.org2009-08-071-2/+2
* Cleanup in new ftp transaction:phajdan.jr@chromium.org2009-08-072-50/+82
* Re-enable remaining FTP unit tests.phajdan.jr@chromium.org2009-08-072-5/+3
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-073-4/+25
* Remove the gtest dependency from net.librvargas@google.com2009-08-071-4/+0
* Fix build break with uninitialized variable 'ev_policy_tag'.ukai@chromium.org2009-08-071-10/+9
* Implement X509Certificate::IsEV for NSS.ukai@chromium.org2009-08-071-82/+202
* Treat certificate signatures using weak signature algorithmswtc@chromium.org2009-08-071-0/+4
* Http Cache: Deactivate entries without having the key of thervargas@google.com2009-08-073-6/+77
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-067-11/+15
* Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m...robertshield@chromium.org2009-08-063-3/+57
* Properly handle invalid server control responses.phajdan.jr@chromium.org2009-08-062-1/+28
* Linux: add GYP flag to build with system libbz2.agl@chromium.org2009-08-062-2/+12
* Linux: add GYP flag to build with system zlib.agl@chromium.org2009-08-064-4/+30
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-064-21/+95
* Initialize 'processed' to 0 before passing its address to SSLRead orwtc@chromium.org2009-08-062-8/+12
* Reverting r22603, which reverts r22591. It seems that the revert doesn't help...hamaji@chromium.org2009-08-063-1517/+10
* Reverting r22591. It seems to be making purify fail.hamaji@chromium.org2009-08-063-10/+1517
* Revert of r22559.aa@chromium.org2009-08-067-16/+9
* Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...eroman@chromium.org2009-08-063-150/+171