summaryrefslogtreecommitdiff
path: root/server/MDnsSdListener.cpp
AgeCommit message (Expand)Author
2022-03-31Update MDnsSdListener to use MDns aidlpaulhu
2022-02-03Support discover/resolve on specific interfacesRemi NGUYEN VAN
2019-04-10MDnsSdListener - pass SOCK_CLOEXEC to socketpair()Maciej Żenczykowski
2019-04-08DO NOT MERGE -- Merge PPRL.190405.003 into masterXin Li
2019-04-02Move thread_util to libnetdutilsMike Yu
2019-04-02Move ResponseCode to libnetdutilsMike Yu
2019-03-05Replacing pthread_mutex with std::mutex on MDNSKen Chen
2019-02-14Clear Element.mRef immediately after deallocating itKen Chen
2019-02-14Fix fortify_fatal issue during DNSServiceProcessResult()Sehee Park
2019-02-07Sanitize MDnsSdListener::Element::mRef.Bernie Innocenti
2019-01-16Fix fortify_fatal issue during DNSServiceProcessResult()Sehee Park
2018-11-22Remove atoi() and atol() in Netd.waynema
2018-07-25Modernize codebase by replacing NULL with nullptrYi Kong
2018-04-23Rename <cutils/log.h> to <log/log.h>Logan Chien
2017-11-13Prevent busy loopGlade Diviney
2017-08-28Ensure the sockets we inherit from init are FD_CLOEXEC.Lorenzo Colitti
2017-04-05Log pthread_create() errors in MDNS listenerErik Kline
2016-03-30Add mDNS TXT records to the resolve-call result.Philip P. Moltmann
2014-08-04Merge "Fix initialization of Monitor fields." into lmp-devNarayan Kamath
2014-08-04Fix initialization of Monitor fields.Narayan Kamath
2014-08-03Add logging of calloc failures.Robert Greenwalt
2014-08-02Revert "Add logging of calloc failures."Ben Murdoch
2014-08-01Add logging of calloc failures.Robert Greenwalt
2014-05-29Turn on C++11 and make all warnings into errors.Sreeram Ramachandran
2014-05-21Move netd_client into netd.Sreeram Ramachandran