History log of /external/avahi/avahi-core/iface-pfroute.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-core/iface-pfroute.c
908e491f7d55209acfbb2595ab1ef5b24502d641 25-Jun-2010 Lennart Poettering <lennart@poettering.net> get rid of a lot of old svn cruft
/external/avahi/avahi-core/iface-pfroute.c
a97605e07ad7f44f2f65e15be64880e61a39ab43 25-Jun-2010 Lennart Poettering <lennart@poettering.net> from now on we enforce a strict whitespace regime
/external/avahi/avahi-core/iface-pfroute.c
cb1da7c5462716c12638c29d9a76e065684e0e6a 12-Dec-2008 Lennart Poettering <lennart@poettering.net> Fix pfroute IPv6 code

Quoting Joe Marcus Clarke:

"There are two problems in the iface-pfroute.c IPv6 detection
code. The first is that the KAME stack embeds a scope ID into
IPv6 addresses. This can cause certain hosts not to be able to
recognize the address. The second is that global_scope is always
set to 1 even for link-local addresses.

The attached patch fixes both problems. The KAME fix was
submitted by Hajimu UMEMOTO."

Patch from Joe Marcus Clarke/Hajimu UMEMOTO.
/external/avahi/avahi-core/iface-pfroute.c
bd68f1a8609d726a46e4487d016427efbc815da1 04-Feb-2007 Lennart Poettering <lennart@poettering.net> move assert check before access


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1383 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
6014a9885431654d03484ae5ed0aded7268adfeb 21-Sep-2006 Lennart Poettering <lennart@poettering.net> Fix build on NetBSD. Patch contributed by Daniel S. Haischt (closes #59)


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1328 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
2f111835513ceecab837cb769f0d7b6b6c80f68b 21-Jun-2006 Lennart Poettering <lennart@poettering.net> merge solaris port of iface-pfroute.c (contributed by Padraig O'Briain)


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1223 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
d0a63590d4730eb0af3ec6027818cb62d50ea657 02-May-2006 Sebastien Estienne <sebastien.estienne@gmail.com> Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on Solaris


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1206 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
8203c19a664bfcfb4e9abd62fecc278ad212b9aa 23-Feb-2006 Sebastien Estienne <sebastien.estienne@gmail.com> * fix a typo


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1159 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
bba061b0c38d6308a10c8ef543fa72c1e1c5fad7 20-Feb-2006 Sebastien Estienne <sebastien.estienne@gmail.com> * add an option to make avahi-daemon using POINTOPOINT interfaces (disable by default)


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1146 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
e86a0be5fac4db7b94433b65b87030b04d68f61d 17-Nov-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * fixed usage of avahi_format_mac_address
* removed some unused parameters
* comment some debug code


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@993 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
64f4a0d0fde7358b0ab153dd798f0bad8c9227f8 13-Nov-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * be more verbose when retrying sysctl when the routing table grew


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@958 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
cb74a64d630a10818d2ff88ffdeda8a77a3622b8 13-Nov-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * fixed a problem on FreeBSD where sysctl needs locked memory


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@956 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
eee711106f721fc73a1ef50348984b7a1d9cb595 29-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * many trivial fix to make avahi compile on OpenBSD


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@903 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
8d83c6ca359d27f7c90ba874add798d064e58bc2 25-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * small hack for netbsd


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@864 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
3073103812f0ea376582eb0ff1479945a847b361 25-Oct-2005 Lennart Poettering <lennart@poettering.net> * rename all limit defs so that they end with _MAX
* fix some minor typos


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@863 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
59395d1f90286156626bdb8df70752b7d169a9ce 21-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * added a missing include in dbus-protocol.c
* added REUSEPORT in socket.c
* cosmetic cleaning in iface-pfroute.c


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@836 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
3daec6014638cccfe205529f829bb6ef6e9383db 20-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * preliminary ipv6 support for BSD


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@831 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
d266407d3e6d8f2a8e14e8bd2f89fa8a4333613c 19-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * fix a bug
* replace m->osdep.pfroute->poll_api by m->server->poll_api


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@818 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
8b22b43669d936ab75914732209f93a0b7ee81f4 18-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * modified autogen.sh to better support bsd
* added some info for autogen.sh on bsd in the script
* cleaned some avahi_log


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@810 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
ce83bca3f41d08539aca48afa138644bfadda521 18-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * some cleaning
* seems partially working on darwin (not fully tested yet)


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@809 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
6809fbfd5c22b4b4b27694296f891de656be49f0 18-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * added some fixes mentioned by mezcalero


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@807 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
c85c486e2e9d88df3f52ec5a0c27060d8f82db11 18-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * some cleaning


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@806 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c
b9a6f0906bd188d5bb6ff55ae1457b987a6cf275 18-Oct-2005 Sebastien Estienne <sebastien.estienne@gmail.com> * more portability work
* support for PF_ROUTE


git-svn-id: file:///home/lennart/svn/public/avahi/trunk@805 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
/external/avahi/avahi-core/iface-pfroute.c