| Commit message (Expand) | Author | Age | Files | Lines |
* | [net/dns] If the only name server is 0.0.0.0:53 assume DnsConfig is invalid. | szym@chromium.org | 2012-06-14 | 2 | -2/+33 |
* | [net/dns] Refactor DnsHostsReader to reduce unnecessary inheritance. | szym@chromium.org | 2012-06-14 | 5 | -90/+76 |
* | NetLogEventParameter to Callback refactoring 4. | mmenke@chromium.org | 2012-06-14 | 1 | -53/+28 |
* | [net/dns] Suppress multiple DnsConfig withdrawals after timeout. | szym@chromium.org | 2012-06-12 | 3 | -5/+24 |
* | [net/dns] Don't use memset to initialize a struct with string16 members. | szym@chromium.org | 2012-06-08 | 1 | -2/+1 |
* | [net/dns] Remove FilePathWatcherWrapper after refactoring of FilePathWatcher. | szym@chromium.org | 2012-06-05 | 6 | -325/+27 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from net. | thestig@chromium.org | 2012-05-17 | 2 | -3/+0 |
* | [net/dns] Isolate DnsConfigWatcher from DnsConfigService. | szym@chromium.org | 2012-05-16 | 12 | -335/+513 |
* | [net/dns] Fix IPv6 handling from res_init on Linux. | szym@chromium.org | 2012-05-12 | 2 | -99/+100 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 4 | -20/+9 |
* | Add config reader for Primary DNS Suffix and corresponding unittest. | zhaoqin@chromium.org | 2012-05-02 | 3 | -14/+76 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -0/+6 |
* | [net/dns] Use res_getservers to retrieve nameserver addresses in DnsConfigSer... | szym@chromium.org | 2012-04-20 | 1 | -2/+19 |
* | [net/dns] Watch configd notifications to detect DnsConfig changes on Mac. | szym@chromium.org | 2012-04-17 | 5 | -12/+151 |
* | Update use of TimeDelta in net/*. | tedvessenes@gmail.com | 2012-04-09 | 1 | -1/+1 |
* | [net/dns] Handle synchronous completions of DnsUDPAttempt. | szym@chromium.org | 2012-04-07 | 3 | -153/+272 |
* | [net/dns] Quick fix for a crash on synchronous DnsUDPAttempt completion. | szym@chromium.org | 2012-04-04 | 2 | -3/+6 |
* | [net/dns] Add CHECKs to diagnose crash in DnsResponse::qname. | szym@chromium.org | 2012-03-30 | 1 | -12/+17 |
* | Add DNS configuration information to about:net-internals#dns, | mmenke@chromium.org | 2012-03-29 | 2 | -1/+34 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 5 | -18/+16 |
* | [net/dns] Don't bind to random ports on Windows to keep the firewall happy. | szym@chromium.org | 2012-03-24 | 1 | -1/+9 |
* | [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name. | szym@chromium.org | 2012-03-23 | 10 | -126/+316 |
* | [net/dns] Added AsyncDNS histogram for success rate, transaction duration and... | szym@chromium.org | 2012-03-22 | 1 | -1/+3 |
* | [net/dns] Terminate suffix search at NOERROR response even if it includes no ... | szym@chromium.org | 2012-03-21 | 4 | -12/+46 |
* | [net/dns] Fix leak in FilePathWatcherWrapper::Cancel | szym@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Remove "base/values.h" import from "base/location.h", fix up downstream files. | isherman@chromium.org | 2012-03-16 | 1 | -0/+1 |
* | [net/dns] Refactoring of DnsConfigService. | szym@chromium.org | 2012-03-16 | 20 | -606/+875 |
* | [net/dns] Serve requests from HOSTS file if possible. | szym@chromium.org | 2012-03-14 | 5 | -1/+286 |
* | Revert 126559 - Broke XP Tests (2) | rsleevi@chromium.org | 2012-03-14 | 5 | -286/+1 |
* | [net/dns] Serve requests from HOSTS file if possible. | szym@chromium.org | 2012-03-14 | 5 | -1/+286 |
* | [net/dns] Initialize res_state in DnsConfigServicePosix. | szym@chromium.org | 2012-03-11 | 1 | -6/+8 |
* | [net/dns] Clean-up NetLog for HostResolverImpl::DnsTask | szym@chromium.org | 2012-02-27 | 2 | -7/+12 |
* | 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 | 15 | -1313/+417 |
* | [net/dns] Fixes to DnsConfigServiceWin | szym@chromium.org | 2012-02-11 | 5 | -11/+58 |
* | [net/dns] Suffix search list for DnsConfigService and related features. | szym@chromium.org | 2012-02-07 | 10 | -242/+809 |
* | Fix calls in base and net unit tests to use TimeDelta. | tedvessenes@gmail.com | 2012-02-04 | 1 | -3/+3 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-28 | 1 | -2/+2 |
* | Fix warnings (which are now errors) in the Android build. | jrg@chromium.org | 2012-01-26 | 1 | -1/+2 |
* | DnsClient refactoring + features (timeout, suffix search, server rotation). | szym@chromium.org | 2012-01-26 | 20 | -1133/+1278 |
* | Fixes to socket_test_util.cc. | szym@chromium.org | 2012-01-22 | 1 | -12/+9 |
* | Adds TTL argument to HostCache::Set. | szym@chromium.org | 2012-01-21 | 1 | -8/+15 |
* | Revert 118489 since it seems to regress linux-sizes. | sadrul@chromium.org | 2012-01-20 | 1 | -15/+8 |
* | Adds custom ttl argument to HostCache::Set. | szym@chromium.org | 2012-01-20 | 1 | -8/+15 |
* | Move operator<< for StringPiece into string_piece.{h,cc} | akalin@chromium.org | 2012-01-20 | 1 | -1/+2 |
* | Move net/base/sys_byteorder.h to base/sys_byteorder.h | isherman@chromium.org | 2011-12-28 | 3 | -3/+3 |
* | Add an out-of-line constructor and destructor to this struct. | erikwright@chromium.org | 2011-12-22 | 2 | -0/+9 |
* | Don't attempt to forward declare StringPiece. | erikwright@chromium.org | 2011-12-13 | 1 | -4/+1 |
* | Silence a (spurious) use after free message | groby@chromium.org | 2011-12-13 | 1 | -1/+1 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 2 | -5/+4 |