| Commit message (Expand) | Author | Age | Files | Lines |
* | [Linux] Listen to and correctly handle IPv6 address change announcements. | vandebo@chromium.org | 2010-08-06 | 1 | -1/+35 |
* | net: add DnsRRResovler to fetch arbitary DNS resource types. | agl@chromium.org | 2010-08-04 | 4 | -0/+575 |
* | Mac: Some clang appeasing. | thakis@chromium.org | 2010-08-04 | 2 | -2/+3 |
* | De-wstringify some browser startup code and net utility. | evan@chromium.org | 2010-08-04 | 3 | -7/+6 |
* | Mac: Look for issuer in a certificate chain instead of subject | davidben@chromium.org | 2010-08-03 | 2 | -1/+48 |
* | Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-08-03 | 1 | -5/+0 |
* | Revert 54405 - Fix late binding induced mismatch of Socket and AuthController | nick@chromium.org | 2010-08-02 | 1 | -0/+5 |
* | Display an infobar after enrolling a client certificate | davidben@chromium.org | 2010-08-02 | 2 | -0/+15 |
* | Uninitialized struct in SSLCipherSuiteToStrings. | finnur@chromium.org | 2010-08-02 | 1 | -1/+1 |
* | Fix bad license header in app/ and net/ directories. | tfarina@chromium.org | 2010-07-31 | 1 | -3/+3 |
* | base: Add HexDigitToInt function to string_util.h | tfarina@chromium.org | 2010-07-31 | 2 | -21/+4 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 3 | -1/+4 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 4 | -9/+20 |
* | Convert src/net to use std::string/char* for DictionaryValue keys. | viettrungluu@chromium.org | 2010-07-31 | 4 | -24/+24 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 2 | -2/+3 |
* | Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-07-30 | 1 | -5/+0 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 7 | -18/+21 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -4/+3 |
* | Deflake ListenSocketTest.ServerSend and remove unused telnet code. | agl@chromium.org | 2010-07-30 | 5 | -560/+47 |
* | Add unittest for ".." in a DNS name and add comment. | agl@chromium.org | 2010-07-30 | 2 | -1/+4 |
* | Deflake KeygenHandlerTest.FLAKY_SmokeTest | agl@chromium.org | 2010-07-30 | 1 | -5/+5 |
* | Use notification-based API for getting system proxy settings on Mac rather th... | eroman@chromium.org | 2010-07-30 | 4 | -108/+163 |
* | Recover cookies thrown away because of duplicate creation times. | rdsmith@google.com | 2010-07-29 | 1 | -0/+3 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 4 | -33/+32 |
* | Support both preconnection, and pre-resolution for subresources | jar@chromium.org | 2010-07-28 | 1 | -0/+9 |
* | TBR: rdsmith | rdsmith@google.com | 2010-07-28 | 1 | -0/+0 |
* | Split off the DNS reload timer | agl@chromium.org | 2010-07-28 | 3 | -81/+115 |
* | Fixes targeting the unique creation times invariant in the CookieMonster: | rdsmith@google.com | 2010-07-28 | 5 | -171/+405 |
* | Add URL filter to trigger punycode for Japanese homographic sequences. | jschuh@google.com | 2010-07-27 | 2 | -2/+47 |
* | Treat multiple extensions like .tar.gz as a single extension. | estade@chromium.org | 2010-07-27 | 1 | -5/+5 |
* | Avoid printing log errors during shutdown of HostResolverImpl when there are ... | eroman@chromium.org | 2010-07-27 | 1 | -1/+2 |
* | net: include the root label in DNSDomainFromDot | agl@chromium.org | 2010-07-27 | 5 | -22/+34 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 82 | -0/+82 |
* | Fix line ending on load_flags_list.h | nsylvain@google.com | 2010-07-26 | 1 | -1/+1 |
* | STS: enable preloaded for www.noisebridge.net | agl@chromium.org | 2010-07-26 | 2 | -0/+5 |
* | STS: enable preloaded for sunshinepress.org | agl@chromium.org | 2010-07-26 | 2 | -0/+7 |
* | Fix style nits. | wtc@chromium.org | 2010-07-26 | 1 | -5/+6 |
* | Put minimal appcache info in the netlog. | michaeln@chromium.org | 2010-07-23 | 1 | -0/+14 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -18/+0 |
* | Add sunshinepress.org to the list of renegotiation extension required hosts. | agl@chromium.org | 2010-07-23 | 1 | -1/+4 |
* | [Linux] Enable connecting to localhost when offline. | vandebo@chromium.org | 2010-07-23 | 7 | -5/+78 |
* | Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ... | rsleevi@chromium.org | 2010-07-23 | 2 | -31/+37 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -3/+0 |
* | base: Add IsHexDigit function to string_util.h | tfarina@chromium.org | 2010-07-23 | 2 | -16/+3 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 6 | -33/+52 |
* | Internal CookieMonster Refactoring. | rdsmith@google.com | 2010-07-22 | 2 | -78/+33 |
* | Mark X509CertificateParseTest as FLAKY on OS X (for 10.5 builders) | rsleevi@chromium.org | 2010-07-22 | 1 | -4/+15 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-22 | 9 | -21/+833 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 2 | -39/+109 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 3 | -86/+80 |