summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Update eTLD data for changes to .cr. Parallels https://bugzilla.mozilla.org/...pkasting@chromium.org2009-08-262-3/+16
* POSIX: Don't convert backslashes in filenames into forward slashes.estade@chromium.org2009-08-261-0/+5
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-0/+11
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-0/+7
* Moving NetTestSuite to a header file for reuse.tommi@chromium.org2009-08-262-36/+53
* Correctly join paths in FTP directory listing.phajdan.jr@chromium.org2009-08-251-2/+2
* Try one more time to lock down content sniffing foraa@chromium.org2009-08-251-1/+2
* Clear the gzip filter to file names with gz/tgz extensions only when the mime...thestig@chromium.org2009-08-242-12/+168
* Add code for enabling or disabling CRLs and OCSP correctly.wtc@chromium.org2009-08-241-2/+18
* Consider "certificate revoked" as the most serious certificatewtc@chromium.org2009-08-221-2/+2
* Improve certificate error mapping.wtc@chromium.org2009-08-211-2/+9
* Cleanups for SSLConfigService and SSLConfigServiceManager.mattm@chromium.org2009-08-214-6/+37
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-4/+7
* Fix some style nits in unittests.eroman@chromium.org2009-08-202-119/+117
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-204-5/+93
* Add icu:: qualifiers to a couple of more files. They're missed in the previou...jshin@chromium.org2009-08-191-2/+2
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-195-71/+146
* Try to fix crash in OCSP handlers.ukai@chromium.org2009-08-191-16/+3
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-15/+17
* Don't use the AI_ADDRCONFIG flag on Mac OS X. It's not necessary.wtc@chromium.org2009-08-171-0/+17
* Undisable HostResolverImplTest.EmptyHost, by making empty host fail to resolve.ericroman@google.com2009-08-172-6/+7
* Disable OCSP until we have fixed the crash in OCSP code. As a result ourwtc@chromium.org2009-08-171-3/+16
* Instrument ProxyService and InitProxyResolver with LoadLog.eroman@chromium.org2009-08-171-0/+28
* Enable Add COMODO ECC Certification Authority for EV.wtc@chromium.org2009-08-171-0/+6
* Add new certificate error codewtc@chromium.org2009-08-144-3/+16
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-147-38/+38
* Implement LoadLog, and hook up HostResolverImpl to LoadLog.ericroman@google.com2009-08-1411-50/+744
* Address Alexei Volkov's comments on http://codereview.chromium.org/119026.wtc@chromium.org2009-08-131-7/+20
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-131-9/+25
* Remove the unittest "DnsMasterTest.OsCachesLookupsTest".eroman@chromium.org2009-08-121-4/+1
* 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-128-28/+70
* Linux system libs: build fix.agl@chromium.org2009-08-111-0/+6
* Use strict revocation flags only for EV verification.wtc@chromium.org2009-08-081-3/+14
* Linux: add comment about MOZ_Z_ style names.agl@chromium.org2009-08-071-0/+4
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-071-0/+3
* 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
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-065-7/+13
* 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
* Revert of r22559.aa@chromium.org2009-08-065-13/+7
* Remove an obsolete TODO comment. HostResolver has changedwtc@chromium.org2009-08-061-4/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-065-7/+13
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-043-0/+58
* Update a bug number referenced by some TODOs, to point at the new bug for tra...eroman@chromium.org2009-08-033-5/+5
* add application/ogg mime typefbarchard@chromium.org2009-08-031-0/+1
* Modify a temporary hack to be more inclusive.ericroman@google.com2009-08-011-0/+9