8e46e738cae449bf44232c66e973c8e9e15fbcb5 |
|
05-Aug-2015 |
Robert Ginda <rginda@chromium.org> |
rename avahi-common/malloc.[ch] to avahi-malloc. This is to avoid clashing with the system malloc.h, which occurs in an android build beacause of the order of the generated includes. This change was generated with the script: cat > rename_malloc.sh <<EOF replace() { local search="$1" local replace="$2" FILES=$(grep -l "$search" $(find . -name '*.[ch]')) for file in $FILES; do echo $file sed "s|$search|$replace|" < $file > sed.tmp mv sed.tmp $file done } replace "include \"malloc.h\"" "include \"avahi-malloc.h\"" replace "include \"avahi-common/malloc.h\"" \ "include \"avahi-common/avahi-malloc.h\"" replace "include <avahi-common/malloc.h>" \ "include \"avahi-common/avahi-malloc.h\"" EOF Bug: 22827641 Change-Id: I1eeb4a57993650d8aae62f0686942cfac367b9a8
/external/avahi/avahi-daemon/ini-file-parser.c
|
908e491f7d55209acfbb2595ab1ef5b24502d641 |
|
25-Jun-2010 |
Lennart Poettering <lennart@poettering.net> |
get rid of a lot of old svn cruft
/external/avahi/avahi-daemon/ini-file-parser.c
|
a97605e07ad7f44f2f65e15be64880e61a39ab43 |
|
25-Jun-2010 |
Lennart Poettering <lennart@poettering.net> |
from now on we enforce a strict whitespace regime
/external/avahi/avahi-daemon/ini-file-parser.c
|
15f5bd4aa32e7c462ebccc8c1ef8da70bdcc68f4 |
|
06-Sep-2007 |
Lennart Poettering <lennart@poettering.net> |
add missing config.h inclusion git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1533 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-daemon/ini-file-parser.c
|
e2f7e83d25a5f0966938163c18b1fd8c399393b1 |
|
04-Nov-2005 |
Lennart Poettering <lennart@poettering.net> |
* allow the user to specify a static browse domain list in the configuration file * remove "drop-root" configuration variable * move the configuration variable "add-service-cookie" from [server] to [publish] * reorder AVAHI_DOMAIN_BROWSER_xx defs git-svn-id: file:///home/lennart/svn/public/avahi/trunk@926 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-daemon/ini-file-parser.c
|
deb6bcac8d1e1ecec4aafaee2d27dbe467e4f461 |
|
15-Aug-2005 |
Lennart Poettering <lennart@poettering.net> |
* implement ini file parser * strip glib usage from avahi-daemon * make dbus-watch-glue a static library so that both avahi-client and avahi-daemon can make use of it git-svn-id: file:///home/lennart/svn/public/avahi/trunk@327 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-daemon/ini-file-parser.c
|