summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-2113-122/+266
* Update eTLD list to stay in sync with Mozilla. Also correct the URL atop the...pkasting@chromium.org2009-10-202-2/+14
* Display the full address list rather than just the first item, in about:net-i...eroman@chromium.org2009-10-191-2/+1
* Enable Mac EV cert validation w/o requiring the user to explicitly enable rev...hawk@chromium.org2009-10-161-6/+4
* Classify more types of input as queries.pkasting@chromium.org2009-10-163-0/+90
* Enable certificate revocation and EV certificate validation for Machawk@chromium.org2009-10-161-2/+9
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-142-13/+91
* Fix a bug that caused the Mac SSL config service only check the system OCSP s...hawk@chromium.org2009-10-131-1/+1
* View Certificate dialog sometimes shows incorrect status because it didn't ha...hawk@chromium.org2009-10-131-0/+5
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-131-2/+1
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-2/+2
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-103-10/+15
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-092-2/+2
* Detect NULL characters in certificate Subject commonwtc@chromium.org2009-10-081-17/+87
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-083-14/+43
* Turn off the X509Certificate::Verify call for non-Windows platformswtc@chromium.org2009-10-071-3/+5
* Add a certificate blacklist for Windows and put thewtc@chromium.org2009-10-072-0/+191
* Coverity: Assert that socket() returns a successful value.jhawkins@chromium.org2009-10-051-3/+4
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-032-26/+2
* Second try. r27819 was missing a null pointer check forwtc@chromium.org2009-10-021-38/+22
* Revert r27819 because it causes net_unittests to crash in thewtc@chromium.org2009-10-021-20/+38
* Map SEC_ERROR_OCSP_BAD_HTTP_RESPONSE (-8073) towtc@chromium.org2009-10-021-38/+20
* Rename EscapeUrl and expand the code comment.brg@chromium.com2009-10-013-5/+5
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-012-0/+24
* Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...brg@chromium.com2009-10-013-1/+31
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-292-20/+20
* Preliminary fixes to enable link dependent objects.maruel@chromium.org2009-09-241-1/+1
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-3/+8
* Effective TLD: sync with upstreamagl@chromium.org2009-09-232-77/+90
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-221-0/+1
* Don't use NSS databases for non-essential purposes, such as rememberingwtc@chromium.org2009-09-211-1/+2
* Make sure that the LoadLog does not get freed on the worker thread during req...eroman@chromium.org2009-09-181-5/+8
* Revert "Strict transport security: add checkbox to clear state."agl@chromium.org2009-09-183-24/+0
* Fixed a few data races on reference counters.timurrrr@chromium.org2009-09-171-1/+1
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-164-0/+82
* Change the URLs used to access "view-cache:" and "view-net-internals:".eroman@chromium.org2009-09-142-2/+2
* Non-blocking connect() attempts may fail synchronously in some cases. Whenmark@chromium.org2009-09-111-17/+0
* Fix two issues with a downloaded file's extension:paul@chromium.org2009-09-111-5/+0
* Add a NOTREACHED() to catch users of pre-release NSS.chase@chromium.org2009-09-111-0/+5
* Strict transport security: add checkbox to clear state.agl@chromium.org2009-09-113-0/+24
* Increase the maximum number of entries in LoadLog to 40.eroman@chromium.org2009-09-101-1/+1
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-0/+10
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-105-15/+19
* Add an SSLConfigService implementation for Mac OS Xhawk@chromium.org2009-09-094-0/+321
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-093-0/+69
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-2/+2
* Include fixes for gcc >= 4.3evan@chromium.org2009-09-091-0/+2
* ForceTLS: hash hostnames, handle subdomains, canonicalise.agl@chromium.org2009-09-096-24/+340
* Update the Strict-Transport-Security grammar to match the spec.abarth@chromium.org2009-09-082-14/+28
* Properly concatenate URL components in directory listing.phajdan.jr@chromium.org2009-09-081-2/+6