| Commit message (Expand) | Author | Age | Files | Lines |
* | Enqueue mDns requests if send on socket in progress. | vitalybuka | 2014-09-22 | 1 | -24/+50 |
* | use base::Time constants in net module instead of using static constants | prashhir | 2014-09-17 | 1 | -3/+3 |
* | [mDNS] Move logging from LOG(WARNING) to DVLOG(1) to not spam the console | noamsml@chromium.org | 2014-03-05 | 1 | -4/+4 |
* | Add the ability for MDnsListener to actively refresh records | noamsml@chromium.org | 2014-01-30 | 1 | -32/+103 |
* | Use all interfaces for mdns. Instead of one IPv4 and one IPv6 sockets mdns us... | vitalybuka@chromium.org | 2013-12-10 | 1 | -32/+9 |
* | Refactored to make MDnsSocketFactory return array of sockets. | vitalybuka@chromium.org | 2013-12-02 | 1 | -78/+67 |
* | Added VLOG to debug user's issues. | vitalybuka@chromium.org | 2013-10-02 | 1 | -3/+12 |
* | Revert 225492 "Revert 225155 "Keep running mdns client even if e..." | vitalybuka@chromium.org | 2013-09-26 | 1 | -35/+41 |
* | Revert 225155 "Keep running mdns client even if either IPv4 or I..." | vitalybuka@chromium.org | 2013-09-26 | 1 | -41/+35 |
* | Keep running mdns client even if either IPv4 or IPv6 bind failed. | vitalybuka@chromium.org | 2013-09-25 | 1 | -35/+41 |
* | Detect privet traffic before starting utility process. | vitalybuka@chromium.org | 2013-09-19 | 1 | -15/+2 |
* | Listen for mDns traffic in setuid sandboxed Utility process. | vitalybuka@chromium.org | 2013-09-01 | 1 | -8/+8 |
* | Switch ObserverList::size() to ObserverList::might_have_observers() Pt.1 | caitkp@chromium.org | 2013-08-26 | 1 | -2/+2 |
* | Fix bug affecting cache lookups with multiple records | noamsml@chromium.org | 2013-08-07 | 1 | -2/+1 |
* | Add an explicit way of forcing the MDnsClient to listen on the network | noamsml@chromium.org | 2013-07-02 | 1 | -25/+10 |
* | Add NSEC record support for MDnsClient | noamsml@chromium.org | 2013-07-01 | 1 | -21/+88 |
* | Cleanup: Refactor mDns transaction start into two smaller methods | noamsml@chromium.org | 2013-06-25 | 1 | -32/+42 |
* | Update the include paths of message_loop_proxy.h | tfarina@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | MDnsClient: Process all records before alerting listeners | noamsml@chromium.org | 2013-06-19 | 1 | -10/+21 |
* | Multicast DNS implementation (initial) | noamsml@chromium.org | 2013-06-13 | 1 | -0/+599 |