summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use O_CLOEXEC if availableHEADmasterLennart Poettering2009-10-301-4/+18
* add link to bugzillaLennart Poettering2009-10-241-3/+1
* minor optimizationLennart Poettering2009-10-171-1/+1
* prepare release 0.8v0.8Lennart Poettering2009-10-152-3/+7
* Fixes for old MacOS XLennart Poettering2009-10-151-4/+3
* fix loop exit in close_allv()Lennart Poettering2009-10-151-9/+14
* make things clean for -Wstrict-aliasingLennart Poettering2009-10-152-24/+42
* hide more filesLennart Poettering2009-10-151-0/+1
* minor build system updatesLennart Poettering2009-10-151-2/+7
* Check if the linker has an option to refuse undefined references.Diego E. 'Flameeyes' Pettenò2008-11-193-1/+28
* Use dnl instead of # for comments.Diego 'Flameeyes' Pettenò2008-10-281-24/+24
* Use the new CC_CHECK_CFLAGS_APPEND macro instead of a custom for.Diego 'Flameeyes' Pettenò2008-10-281-5/+1
* Update attributes.m4 from lscube projects.Diego 'Flameeyes' Pettenò2008-10-281-0/+28
* Create an improved function search macro, and use it to look for res_query.Diego 'Flameeyes' Pettenò2008-10-282-14/+88
* update documentationv0.7Lennart Poettering2008-10-281-1/+5
* bump versionsLennart Poettering2008-10-281-2/+2
* make bootstrap work againLennart Poettering2008-10-281-1/+1
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-10-287-46/+304
|\
| * Split out the lynx documentation generation autoconf code to an m4 macro.Diego 'Flameeyes' Pettenò2008-08-262-18/+25
| * Fix CC_CHECK_CFLAGS when used in a for loop.Diego 'Flameeyes' Pettenò2008-08-261-4/+4
| * Replace the CFLAGS-checking code with a common macro from xine-lib.Diego 'Flameeyes' Pettenò2008-08-262-23/+263
| * Use AC_PROG_CC_C99 to discover C99-compliant compiler.Diego 'Flameeyes' Pettenò2008-08-261-1/+2
| * Ignore the m4 macro files added over by libtoolize --copy.Diego 'Flameeyes' Pettenò2008-08-261-0/+5
| * Move ACX_PTHREAD macro from acinclude.m4 to m4/ directory.Diego 'Flameeyes' Pettenò2008-08-263-0/+3
| * Check for assert.h header and allow to disable assertions.Diego 'Flameeyes' Pettenò2008-08-261-0/+1
| * Don't symlink README in srcdir or it will fail on out-of-build trees.Diego 'Flameeyes' Pettenò2008-08-261-1/+1
| * Install README files in doc/html directories.Diego 'Flameeyes' Pettenò2008-08-261-2/+3
| * Execute autoupdate.Diego 'Flameeyes' Pettenò2008-08-261-2/+2
| * Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò2008-08-261-1/+1
* | Rework thread shutdown logicLennart Poettering2008-10-281-42/+35
* | Patch for asyncns.c on Mac OS XMikael Hallendal2008-10-262-3/+5
* | add missing check for arpa/nameser_compat.h on MacOSXLennart Poettering2008-10-261-0/+2
* | Patch for asyncns.c on Mac OS XMikael Hallendal2008-10-261-2/+7
* | path MSG_NOSIGNAL to send()Lennart Poettering2008-10-261-8/+12
* | fix download linkLennart Poettering2008-10-251-1/+1
* | prepare 0.6v0.6Lennart Poettering2008-10-242-2/+8
* | drop pthread cancelling code since it is problematic and completely redundantLennart Poettering2008-10-241-13/+0
* | restore h_errno in addition to errnoLennart Poettering2008-09-291-7/+26
|/
* prepare v0.5v0.5Lennart Poettering2008-08-182-3/+7
* fix iteration through addrinfo when seriliazing (pointed out by Damien Théba...Lennart Poettering2008-08-172-2/+2
* add link to Damien Thébault's libasyncns-pythonLennart Poettering2008-07-301-0/+2
* hide more files from gitLennart Poettering2008-07-282-0/+2
* document that changing _freeanswer() to wildly would be considered ABI/API br...Lennart Poettering2008-07-281-0/+5
* update readmev0.4Lennart Poettering2008-07-271-7/+10
* hide asyncns-test from gitLennart Poettering2008-07-271-0/+1
* bump revisionLennart Poettering2008-07-271-1/+1
* save and restore errno where applicableLennart Poettering2008-07-271-9/+18
* fix potential memory alignment bugLennart Poettering2008-07-271-11/+13
* rearrange a few thingsLennart Poettering2008-07-271-18/+24
* pass fds to worker thread in a malloc'ed array to avoid raceLennart Poettering2008-07-271-4/+31