summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Lands http://codereview.chromium.org/379007 for Dave:sky@chromium.org2009-11-111-0/+2
* Get rid of unused function, UTF8ToFilePathString.tony@chromium.org2009-11-101-12/+0
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-102-12/+8
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-101-4/+4
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-076-238/+550
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-067-55/+111
* Add some instrumentation to SystemHostResolverProc() to capture the hostname ...eroman@chromium.org2009-11-061-1/+20
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-0529-59/+137
* Enable localization of default downloaded filename.tony@chromium.org2009-11-043-59/+82
* Allow trailing dots on hostnames.pkasting@chromium.org2009-11-033-14/+12
* Add a command line flag to force all network traffic through a particular ser...mbelshe@google.com2009-11-033-5/+101
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-022-1/+40
* Enable the Wells Fargo WellsSecure Public Root CA for EV.wtc@chromium.org2009-10-301-0/+6
* 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