summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* gobject: implement gobject introspectionAlan Knowles2010-06-272-0/+95
|
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
|
* Ignore macro files added by libtool 2.2.Diego 'Flameeyes' Pettenò2008-12-071-0/+5
|
* Hide everything except for the avahi_qt_poll_get symbol if possible in the ↵Sjoerd Simons2008-06-241-0/+36
| | | | qt bindings
* add minimal README file with the new git URLs and stuffLennart Poettering2008-06-181-1/+1
|
* add .gitignore filesLennart Poettering2008-06-181-0/+9
|
* add i18n supportLennart Poettering2007-12-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1593 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Disable SSP on archs that don't support it. (Patch idead from Sjoerd Simons; ↵Lennart Poettering2007-05-081-2/+2
| | | | | | Closes #137) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1462 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Yes, I suck. This commit contains two totally unrelated changes and I reallyLennart Poettering2007-04-181-10/+32
| | | | | | | | | | | | | | 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
* add gcc stack protector m4 to svn. unfortunately we cannot enable it (yet), ↵Lennart Poettering2007-04-121-0/+77
| | | | | | 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
* fix build on MacOSX (patch from Sjoerd Simmons, closes #51)Lennart Poettering2006-08-251-7/+12
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1277 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Merge patch from Frederic Peters, fixing doxygen.m4 for newer autoconf ↵Lennart Poettering2006-05-241-2/+2
| | | | | | | | | versions (closes #42) Thanks, Frederic! git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1221 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix pthread autoconf checks for Solaris (original patch from Sjoerd Simmons)Lennart Poettering2006-05-191-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1220 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * The patch was undone in svn revision 1160, adding it again and closing ↵Sebastien Estienne2006-03-091-0/+105
| | | | | | ticket #4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1176 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * updating acx_pthread.m4 to newer version from ↵Sebastien Estienne2006-02-231-109/+7
| | | | | | http://autoconf-archive.cryp.to/ git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1160 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* merge mips portability patch from Sjoerd Simmons (closes: #4)Lennart Poettering2006-01-221-0/+105
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1101 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix compilation with -pthreadLennart Poettering2005-11-251-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1034 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix linking to pthreads libraryLennart Poettering2005-10-051-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@701 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add pthreads autoconf scriptsLennart Poettering2005-10-021-0/+235
| | | | | | | * 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
* * Bump version number in configure.ac to 0.2Trent Lloyd2005-08-231-1/+1
| | | | | | | | | | | | | * 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
* regenerate doxygen when a header or an example file is modifiedSebastien Estienne2005-08-211-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@376 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * added a .desktop for avahi-discoverSebastien Estienne2005-08-072-4/+66
| | | | | | | | * 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
* * applyed recommendations of the HACKING file in "common"Sebastien Estienne2005-08-041-0/+19
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@231 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add some autoconf check for pygtk and gtk.gladeSebastien Estienne2005-08-043-0/+502
* 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