summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove <iostream> where possible.erg@google.com2010-07-202-1/+3
* Break out histogram counter variables as CookieMonster instance variables.rdsmith@google.com2010-07-202-18/+83
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-0/+3
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-0/+3
* Add SSL details to the page info dialog.agl@chromium.org2010-07-181-0/+10
* net: add ciphersuite and compression to the SSL connection status.agl@chromium.org2010-07-184-0/+595
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-172-4/+16
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-179-833/+19