summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* [Linux] Listen to and correctly handle IPv6 address change announcements.vandebo@chromium.org2010-08-061-1/+35
* net: add DnsRRResovler to fetch arbitary DNS resource types.agl@chromium.org2010-08-044-0/+575
* Mac: Some clang appeasing.thakis@chromium.org2010-08-042-2/+3
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-043-7/+6
* Mac: Look for issuer in a certificate chain instead of subjectdavidben@chromium.org2010-08-032-1/+48
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-5/+0
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-0/+5
* Display an infobar after enrolling a client certificatedavidben@chromium.org2010-08-022-0/+15
* Uninitialized struct in SSLCipherSuiteToStrings.finnur@chromium.org2010-08-021-1/+1
* Fix bad license header in app/ and net/ directories.tfarina@chromium.org2010-07-311-3/+3
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-312-21/+4
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-313-1/+4
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-314-9/+20
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-314-24/+24
* Implement prefetching in chromegavinp@google.com2010-07-312-2/+3
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-5/+0
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-307-18/+21
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-4/+3
* Deflake ListenSocketTest.ServerSend and remove unused telnet code.agl@chromium.org2010-07-305-560/+47
* Add unittest for ".." in a DNS name and add comment.agl@chromium.org2010-07-302-1/+4
* Deflake KeygenHandlerTest.FLAKY_SmokeTestagl@chromium.org2010-07-301-5/+5
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-304-108/+163
* Recover cookies thrown away because of duplicate creation times.rdsmith@google.com2010-07-291-0/+3
* Net: Convert username and password to string16.thestig@chromium.org2010-07-294-33/+32
* Support both preconnection, and pre-resolution for subresourcesjar@chromium.org2010-07-281-0/+9
* TBR: rdsmithrdsmith@google.com2010-07-281-0/+0
* Split off the DNS reload timeragl@chromium.org2010-07-283-81/+115
* Fixes targeting the unique creation times invariant in the CookieMonster:rdsmith@google.com2010-07-285-171/+405
* Add URL filter to trigger punycode for Japanese homographic sequences.jschuh@google.com2010-07-272-2/+47
* Treat multiple extensions like .tar.gz as a single extension.estade@chromium.org2010-07-271-5/+5
* Avoid printing log errors during shutdown of HostResolverImpl when there are ...eroman@chromium.org2010-07-271-1/+2
* net: include the root label in DNSDomainFromDotagl@chromium.org2010-07-275-22/+34
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2682-0/+82
* Fix line ending on load_flags_list.hnsylvain@google.com2010-07-261-1/+1
* STS: enable preloaded for www.noisebridge.netagl@chromium.org2010-07-262-0/+5
* STS: enable preloaded for sunshinepress.orgagl@chromium.org2010-07-262-0/+7
* Fix style nits.wtc@chromium.org2010-07-261-5/+6
* Put minimal appcache info in the netlog.michaeln@chromium.org2010-07-231-0/+14
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-18/+0
* Add sunshinepress.org to the list of renegotiation extension required hosts.agl@chromium.org2010-07-231-1/+4
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-237-5/+78
* Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ...rsleevi@chromium.org2010-07-232-31/+37
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-3/+0
* base: Add IsHexDigit function to string_util.htfarina@chromium.org2010-07-232-16/+3
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-226-33/+52
* Internal CookieMonster Refactoring.rdsmith@google.com2010-07-222-78/+33
* Mark X509CertificateParseTest as FLAKY on OS X (for 10.5 builders)rsleevi@chromium.org2010-07-221-4/+15
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-229-21/+833
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-212-39/+109
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-213-86/+80