summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-17add quotes around CPPFLAGSHEADmasterDerek Foreman1-1/+1
2011-05-13Support building on AndroidDerek Foreman3-0/+43
2009-10-30use O_CLOEXEC if availableLennart Poettering1-4/+18
2009-10-23add link to bugzillaLennart Poettering1-3/+1
2009-10-17minor optimizationLennart Poettering1-1/+1
2009-10-15prepare release 0.8Lennart Poettering2-3/+7
2009-10-15Fixes for old MacOS XLennart Poettering1-4/+3
2009-10-15fix loop exit in close_allv()Lennart Poettering1-9/+14
2009-10-15make things clean for -Wstrict-aliasingLennart Poettering2-24/+42
2009-10-15hide more filesLennart Poettering1-0/+1
2009-10-15minor build system updatesLennart Poettering1-2/+7
2008-11-19Check if the linker has an option to refuse undefined references.Diego E. 'Flameeyes' Pettenò3-1/+28
2008-10-28Use dnl instead of # for comments.Diego 'Flameeyes' Pettenò1-24/+24
2008-10-28Use the new CC_CHECK_CFLAGS_APPEND macro instead of a custom for.Diego 'Flameeyes' Pettenò1-5/+1
2008-10-28Update attributes.m4 from lscube projects.Diego 'Flameeyes' Pettenò1-0/+28
2008-10-28Create an improved function search macro, and use it to look for res_query.Diego 'Flameeyes' Pettenò2-14/+88
2008-10-27update documentationLennart Poettering1-1/+5
2008-10-27bump versionsLennart Poettering1-2/+2
2008-10-27make bootstrap work againLennart Poettering1-1/+1
2008-10-27Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering7-46/+304
2008-10-27Rework thread shutdown logicLennart Poettering1-42/+35
2008-10-26Patch for asyncns.c on Mac OS XMikael Hallendal2-3/+5
2008-10-26add missing check for arpa/nameser_compat.h on MacOSXLennart Poettering1-0/+2
2008-10-26Patch for asyncns.c on Mac OS XMikael Hallendal1-2/+7
2008-10-26path MSG_NOSIGNAL to send()Lennart Poettering1-8/+12
2008-10-25fix download linkLennart Poettering1-1/+1
2008-10-23prepare 0.6Lennart Poettering2-2/+8
2008-10-23drop pthread cancelling code since it is problematic and completely redundantLennart Poettering1-13/+0
2008-09-29restore h_errno in addition to errnoLennart Poettering1-7/+26
2008-08-26Split out the lynx documentation generation autoconf code to an m4 macro.Diego 'Flameeyes' Pettenò2-18/+25
2008-08-26Fix CC_CHECK_CFLAGS when used in a for loop.Diego 'Flameeyes' Pettenò1-4/+4
2008-08-26Replace the CFLAGS-checking code with a common macro from xine-lib.Diego 'Flameeyes' Pettenò2-23/+263
2008-08-26Use AC_PROG_CC_C99 to discover C99-compliant compiler.Diego 'Flameeyes' Pettenò1-1/+2
2008-08-26Ignore the m4 macro files added over by libtoolize --copy.Diego 'Flameeyes' Pettenò1-0/+5
2008-08-26Move ACX_PTHREAD macro from acinclude.m4 to m4/ directory.Diego 'Flameeyes' Pettenò3-0/+3
2008-08-26Check for assert.h header and allow to disable assertions.Diego 'Flameeyes' Pettenò1-0/+1
2008-08-26Don't symlink README in srcdir or it will fail on out-of-build trees.Diego 'Flameeyes' Pettenò1-1/+1
2008-08-26Install README files in doc/html directories.Diego 'Flameeyes' Pettenò1-2/+3
2008-08-26Execute autoupdate.Diego 'Flameeyes' Pettenò1-2/+2
2008-08-26Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò1-1/+1
2008-08-17prepare v0.5Lennart Poettering2-3/+7
2008-08-17fix iteration through addrinfo when seriliazing (pointed out by Damien Théba...Lennart Poettering2-2/+2
2008-07-30add link to Damien Thébault's libasyncns-pythonLennart Poettering1-0/+2
2008-07-28hide more files from gitLennart Poettering2-0/+2
2008-07-28document that changing _freeanswer() to wildly would be considered ABI/API br...Lennart Poettering1-0/+5
2008-07-27update readmeLennart Poettering1-7/+10
2008-07-27hide asyncns-test from gitLennart Poettering1-0/+1
2008-07-27bump revisionLennart Poettering1-1/+1
2008-07-27save and restore errno where applicableLennart Poettering1-9/+18
2008-07-27fix potential memory alignment bugLennart Poettering1-11/+13