| Commit message (Expand) | Author | Age | Files | Lines |
* | DNS: Don't spin on unexpected EOF reading TCP response | ttuttle@chromium.org | 2014-08-05 | 1 | -0/+72 |
* | ui/base/resource: Remove dependency on net's big_endian implementation. | tfarina@chromium.org | 2014-02-26 | 1 | -1/+0 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -7/+7 |
* | Made MessagePump a non-thread safe class. | alexeypa@chromium.org | 2013-07-22 | 1 | -1/+1 |
* | Revert 212948 "Made MessagePump a non-thread safe class." | alexeypa@google.com | 2013-07-22 | 1 | -1/+1 |
* | Made MessagePump a non-thread safe class. | alexeypa@chromium.org | 2013-07-22 | 1 | -1/+1 |
* | Make DnsTransaction.Start() never complete synchronously. | mmenke@chromium.org | 2013-07-19 | 1 | -7/+2 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -1/+1 |
* | DnsTransaction::RecordLostPacketsIfAny shouldn't crash if some attempts faile... | mef@chromium.org | 2013-05-29 | 1 | -4/+20 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -7/+7 |
* | Protect against empty "labeled" DNS names in DnsTransaction. | wez@chromium.org | 2013-05-17 | 1 | -0/+8 |
* | [net/dns] Fix how DnsTransaction computes next server index after fallback. | szym@chromium.org | 2013-05-10 | 1 | -1/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, net/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | [net/dns] Handle TC bit on DNS response in DnsTransaction. | szym@chromium.org | 2012-12-20 | 1 | -30/+114 |
* | Keep pool of pre-connected DNS sockets. | ttuttle@chromium.org | 2012-12-14 | 1 | -1/+1 |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 1 | -4/+4 |
* | [net/dns] Handle failure in DatagramClientSocket::Connect in DnsUDPAttempt | szym@chromium.org | 2012-09-27 | 1 | -5/+34 |
* | [net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ... | szym@chromium.org | 2012-08-30 | 1 | -286/+303 |
* | Switch to TimeDelta interfaces for process waiting functions in net and ipc. | tedvessenes@gmail.com | 2012-07-11 | 1 | -4/+2 |
* | [net/dns] Histograms for the reasons DnsTransaction failed. | szym@chromium.org | 2012-06-19 | 1 | -1/+1 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -1/+0 |
* | [net/dns] Handle synchronous completions of DnsUDPAttempt. | szym@chromium.org | 2012-04-07 | 1 | -82/+158 |
* | [net/dns] Quick fix for a crash on synchronous DnsUDPAttempt completion. | szym@chromium.org | 2012-04-04 | 1 | -1/+0 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 1 | -2/+2 |
* | [net/dns] Terminate suffix search at NOERROR response even if it includes no ... | szym@chromium.org | 2012-03-21 | 1 | -2/+36 |
* | [net/dns] Serve requests from HOSTS file if possible. | szym@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Revert 126559 - Broke XP Tests (2) | rsleevi@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | [net/dns] Serve requests from HOSTS file if possible. | szym@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -5/+5 |
* | [net] Asynchronous DNS ready for experiments. | szym@chromium.org | 2012-02-21 | 1 | -9/+10 |
* | [net/dns] Fixes to DnsConfigServiceWin | szym@chromium.org | 2012-02-11 | 1 | -1/+2 |
* | [net/dns] Suffix search list for DnsConfigService and related features. | szym@chromium.org | 2012-02-07 | 1 | -58/+107 |
* | DnsClient refactoring + features (timeout, suffix search, server rotation). | szym@chromium.org | 2012-01-26 | 1 | -173/+547 |
* | Fixes to socket_test_util.cc. | szym@chromium.org | 2012-01-22 | 1 | -12/+9 |
* | Isolates generic DnsClient from AsyncHostResolver. | szym@chromium.org | 2011-12-08 | 1 | -183/+103 |
* | Revert 113282 - Isolates generic DnsClient from AsyncHostResolver. | cbentzel@chromium.org | 2011-12-07 | 1 | -89/+183 |
* | Isolates generic DnsClient from AsyncHostResolver. | szym@chromium.org | 2011-12-06 | 1 | -183/+89 |
* | File reorganization: move AsyncHostResolver files to net/dns. | agayev@chromium.org | 2011-07-22 | 1 | -0/+342 |