summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* X509Certificate::Verify should honor thewtc@chromium.org2009-10-302-13/+28
* Re-apply DevTools: Support delete cookie by name.pfeldman@chromium.org2009-10-302-6/+62
* Reverting 30578.pfeldman@chromium.org2009-10-302-61/+6
* DevTools: Allow deleting cookies.pfeldman@chromium.org2009-10-302-6/+61
* Make LoadLog refcounted-thread safe.eroman@chromium.org2009-10-292-10/+8
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-292-0/+35
* Missed review comment. Minor change.vandebo@chromium.org2009-10-281-2/+2
* Change update threshold in CookieMonster for testing from 1s to 20ms to speed...vandebo@chromium.org2009-10-282-9/+9
* First parts of new FTP LIST response parsing code.phajdan.jr@chromium.org2009-10-281-0/+6
* Check cert_handle_ is not NULL to Verify()ukai@chromium.org2009-10-281-10/+18
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-282-5/+12
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-273-17/+19
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-261-0/+6
* Fix a bad comparator. This caused lookups in std::map to be wrong.eroman@chromium.org2009-10-262-3/+76
* Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...eroman@chromium.org2009-10-263-11/+12
* Add a CERT_RDN_ENCODED_BLOB case to CertSubjectCommonNameHasNullwtc@chromium.org2009-10-261-0/+6
* Add download metrics into FLIP. They aren't used yet,mbelshe@google.com2009-10-242-0/+161
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-232-11/+11
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-239-0/+513
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-236-12/+20
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-223-66/+98
* Disable IPv6 results for the PAC bindings:eroman@chromium.org2009-10-222-6/+31
* Moved patch from 297003 over to committer repository.rolandsteiner@chromium.org2009-10-222-1/+30
* 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