History log of /external/avahi/avahi-gobject/ga-entry-group.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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-gobject/ga-entry-group.c
2462c966a241720518f612a62a56f55bb8e4b1d6 13-Jul-2010 Lennart Poettering <lennart@poettering.net> gcc: minor enum issues gcc 4.5 discovered
/external/avahi/avahi-gobject/ga-entry-group.c
ac84e2a88f37aa778a9ac7be6bbb7b44b431cd57 28-Jun-2010 Sjoerd Simons <sjoerd.simons@collabora.co.uk> gobject: avoid assertion when using ga_entry_group_attach() improperly

http://avahi.org/ticket/304
/external/avahi/avahi-gobject/ga-entry-group.c
012a5048366fb661ce37287dcf6de60497f102dc 14-Nov-2009 Lennart Poettering <lennart@poettering.net> fix various compiler warnings
/external/avahi/avahi-gobject/ga-entry-group.c
505fd1b5c1dadff46f4b50df76f9ee978351b3dc 13-Jun-2008 Sjoerd Simons <sjoerd@debian.org> Remove entries from the GaEntryGroupService entry hashed using GaEntryGroupServiceEntry instead of strings. Fixes crash when calling ga_entry_group_service_remove_key

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1784 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-gobject/ga-entry-group.c
42a376fd09fe2f9d73fd97c69cbc4150ea79d3bb 03-Jan-2008 Sjoerd Simons <sjoerd@debian.org> Correct years in the copyright headers

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1672 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-gobject/ga-entry-group.c
58ee9d8c85293eefa1e901c660fb30bf2b9122c8 28-Oct-2007 Sjoerd Simons <sjoerd@debian.org> Rename GA's error to GA_ERROR for more consistency with other glib bindings

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1566 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-gobject/ga-entry-group.c
de6fc99ef5a1767fae07fbea9bc384f512639e57 28-Oct-2007 Lennart Poettering <lennart@poettering.net> split off libavahi-gobject into its own directory

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1564 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-gobject/ga-entry-group.c