10190d06d273577d85c42a947e4e0ab804411733 |
|
04-Aug-2014 |
Narayan Kamath <narayan@google.com> |
Merge "Fix initialization of Monitor fields." into lmp-dev
|
30ffdfa62cb6bd8807b3d8eb529e2e8abaa80386 |
|
04-Aug-2014 |
Narayan Kamath <narayan@google.com> |
Fix initialization of Monitor fields. mLiveCount was never initialized. Also moves initialization of mPollCount to the constructor, where it belongs. Also, fields are now initialized in the order in which they are declared. bug: 16734745 Change-Id: I9cc668a6fc5649d3ea550bc3a47c0eef210cad07
/system/netd/server/MDnsSdListener.cpp
|
47f8597b42b849d22c6cc128f27bba4a7692d371 |
|
02-Aug-2014 |
Robert Greenwalt <rgreenwalt@google.com> |
Add logging of calloc failures. Re-adding after build-break and revert bug:16734745 Change-Id: I26f9ff8c43836fd35778db61915ce37fd2025ba7
/system/netd/server/MDnsSdListener.cpp
|
445203a15514d10d6914993c41155b9a504474c4 |
|
02-Aug-2014 |
Ben Murdoch <benm@google.com> |
Revert "Add logging of calloc failures." This reverts commit 96dd5bfec1693fee29ed0c728cf6ab4f0f0ec6e9 as it breaks the 64b build. Bug: 16734745 Change-Id: Icf83b35ca0f99c2b5d6d919cfc8c2b02ee980e0b
/system/netd/server/MDnsSdListener.cpp
|
96dd5bfec1693fee29ed0c728cf6ab4f0f0ec6e9 |
|
02-Aug-2014 |
Robert Greenwalt <rgreenwalt@google.com> |
Add logging of calloc failures. bug:16734745 Change-Id: I30437983e93fc2420e291e3d2e6ffbe4d8a47af4
/system/netd/server/MDnsSdListener.cpp
|
56afacf838d24cf8e54d2cf0d8ab9182ab704125 |
|
29-May-2014 |
Sreeram Ramachandran <sreeram@google.com> |
Turn on C++11 and make all warnings into errors. As a consequence: + Comment out the names of all unused parameters. + Remove all unused variables and functions. In server/Android.mk, there are a couple of non-trivial changes: + Use libcxx instead of stlport. This is needed to fix a bunch of errors due to specifying -std=c++11. + LOCAL_SHARED_LIBRARIES is sorted. Technically, the order in which libraries are listed has an effect on linking, but nobody should be doing such brittle things anyway. Change-Id: I0aff5b745e04609da23144d0e8be4c5694321b8b
/system/netd/server/MDnsSdListener.cpp
|
f4cfad361175a7f9ccf4d41e76a9b289c3c3da22 |
|
21-May-2014 |
Sreeram Ramachandran <sreeram@google.com> |
Move netd_client into netd. Change-Id: Ie4b6b303225c93f2448a503d6ea9cebb552cbad5
/system/netd/server/MDnsSdListener.cpp
|