aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2015-08-11Apply patch 0001 from http://www.avahi.org/ticket/354Robert Ginda
This applies Apply patch 0001 from http://www.avahi.org/ticket/354 "Add support for building on Android", by "asoliverez_ccu". This patch is applied without modification. I used this just as a first step to generate initial Android.mk files. In the followup "Android.mk tweaks" CL, I hand hacked them into submission. The steps are committed as separate CLs in case someone needs to rerun or retrace them in the future. Bug: 22827641 Change-Id: Iaefdbd5aa2ea497e06ba25700a326073fbffc018
2010-06-27gobject: implement gobject introspectionAlan Knowles
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2008-12-07Ignore macro files added by libtool 2.2.Diego 'Flameeyes' Pettenò
2008-06-24Hide everything except for the avahi_qt_poll_get symbol if possible in the ↵Sjoerd Simons
qt bindings
2008-06-18add minimal README file with the new git URLs and stuffLennart Poettering
2008-06-18add .gitignore filesLennart Poettering
2007-12-17add i18n supportLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1593 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2007-05-08Disable SSP on archs that don't support it. (Patch idead from Sjoerd Simons; ↵Lennart Poettering
Closes #137) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1462 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2007-04-18Yes, I suck. This commit contains two totally unrelated changes and I reallyLennart Poettering
should commit them seperately, but I am ignoring my own rules, and do it in a single commit. I suck. I really do. I am sorry. Please don't try this at home. And please don't tell your children! * Show properly that avahi-autoipd is not built if libdaemon is missing (Closes #133) * Enable stack-smashing protection if available and wokring. Patch from tedp. (Closes #105) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1440 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2007-04-12add gcc stack protector m4 to svn. unfortunately we cannot enable it (yet), ↵Lennart Poettering
because it breaks our build in avahi-glib, due to some unknonwn reason. tedp, help me! (re #105) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1411 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-08-25fix build on MacOSX (patch from Sjoerd Simmons, closes #51)Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1277 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-05-24Merge patch from Frederic Peters, fixing doxygen.m4 for newer autoconf ↵Lennart Poettering
versions (closes #42) Thanks, Frederic! git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1221 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-05-19* Fix pthread autoconf checks for Solaris (original patch from Sjoerd Simmons)Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1220 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-03-09 * The patch was undone in svn revision 1160, adding it again and closing ↵Sebastien Estienne
ticket #4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1176 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-02-23 * updating acx_pthread.m4 to newer version from ↵Sebastien Estienne
http://autoconf-archive.cryp.to/ git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1160 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-01-22merge mips portability patch from Sjoerd Simmons (closes: #4)Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1101 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-25Fix compilation with -pthreadLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1034 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-05fix linking to pthreads libraryLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@701 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-02* add pthreads autoconf scriptsLennart Poettering
* add bonjour compatiblity layer (only browsing, resolving for now. the complicated stuff is done, missing parts will follow soon) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@672 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-23 * Bump version number in configure.ac to 0.2Trent Lloyd
* Move a few dir definitions in Makefile.am's do that autotools doesn't create empty directories * Uncomment AM_CONDITIONAL for TARGET_GENTOO which broke the build * Add missing introspect files to EXTRA_DIST in avahi-daemon/Makefile.am, makes distcheck pass again. * Remove the ugly archlinux specific -std=c99 hack * Replace it with a much more elegant test to see if rtnetlink.h will compile w ith -std=c99 and disable it if it will not git-svn-id: file:///home/lennart/svn/public/avahi/trunk@417 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-21regenerate doxygen when a header or an example file is modifiedSebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@376 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-07* added a .desktop for avahi-discoverSebastien Estienne
* added macro for checking python modules in common/python.m4 * check for python modules gtk and dbus git-svn-id: file:///home/lennart/svn/public/avahi/trunk@254 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-04* applyed recommendations of the HACKING file in "common"Sebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@231 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-04* add some autoconf check for pygtk and gtk.gladeSebastien Estienne
* moved autoconf/automake doxygen macro in common/ * remove autogenerated py-compile git-svn-id: file:///home/lennart/svn/public/avahi/trunk@224 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe