summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Check for assert.h header and allow to disable assertions.Diego 'Flameeyes' Pettenò2008-08-071-0/+1
| | | | | | | In recent versions of autoconf, the AC_HEADER_ASSERT check not only makes sure that the assert.h header is found but it also allows the user to decide whether to enable or disable assertions at ./configure (rather than having to pass -DNDEBUG manually).
* Don't symlink README in srcdir or it will fail on out-of-build trees.Diego 'Flameeyes' Pettenò2008-08-071-4/+3
|
* Install README files in doc/html directories.Diego 'Flameeyes' Pettenò2008-08-071-3/+3
| | | | | | | | | | Install and distribute README.html and style.css in the html directory. Install and distribute README in the doc directory. The htmldir and docdir entries are added by recent versionf of autoconf and are configurable, so that distributions don't need to handle installation of these manually.
* Execute autoupdate.Diego 'Flameeyes' Pettenò2008-08-071-2/+2
| | | | | Replaces AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS and AC_HELP_STRING with AS_HELP_STRING (and quotes its parameters).
* Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò2008-08-071-1/+1
|
* check in the right fd_set after coming back from select()Lennart Poettering2008-08-061-1/+1
|
* make building of examples optionalLennart Poettering2008-07-302-1/+10
|
* Revert "bump soname/version" which was innappropriately named and a bad idea ↵v0.13Lennart Poettering2008-07-291-1/+0
| | | | | | anyway This reverts commit b05a9ea7518befdae73772becaf9bc4b11711f80.
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/libdaemonLennart Poettering2008-07-291-0/+1
|\
| * bump soname/versionLennart Poettering2008-07-291-0/+1
| |
* | hide more files from gitLennart Poettering2008-07-292-0/+2
| |
* | fix linkLennart Poettering2008-07-291-1/+1
| |
* | update docsLennart Poettering2008-07-291-6/+8
| |
* | bump soname/versionLennart Poettering2008-07-291-2/+2
|/
* fix indentingLennart Poettering2008-07-281-1/+1
|
* close fds/reset sigs for exec'ed processesLennart Poettering2008-07-281-0/+2
|
* add a bit more error checkingLennart Poettering2008-07-281-4/+14
|
* save/restore errno where applicableLennart Poettering2008-07-281-2/+17
|
* decrement number of possible argsLennart Poettering2008-07-281-2/+1
|
* shorten code a bitLennart Poettering2008-07-281-4/+1
|
* make retval checking more portableLennart Poettering2008-07-281-1/+1
|
* be a bit more explicativeLennart Poettering2008-07-281-1/+1
|
* save/restore errno where applicableLennart Poettering2008-07-281-1/+3
|
* fix a few thinkos in handling of exception listsLennart Poettering2008-07-281-12/+28
|
* create retval pipes once onlyLennart Poettering2008-07-281-2/+8
|
* save and restore errno where necessaryLennart Poettering2008-07-281-0/+7
|
* add more error checkingLennart Poettering2008-07-281-1/+9
|
* reorder a few things, so that logging works properly very early alreadyLennart Poettering2008-07-281-14/+15
|
* add a bit more error checkingLennart Poettering2008-07-281-3/+10
|
* fix indentationLennart Poettering2008-07-281-1/+1
|
* save and restore errno in destructorLennart Poettering2008-07-281-0/+4
|
* make sure we don't keep a round a va_list that is started but not stoppedLennart Poettering2008-07-281-5/+3
|
* destruct signal fds on failureLennart Poettering2008-07-281-1/+3
|
* don't call fcntl unless we have toLennart Poettering2008-07-281-6/+7
|
* hide more files from gitLennart Poettering2008-07-281-0/+2
|
* update licenses/file headersLennart Poettering2008-07-2822-383/+359
|
* don't look for spec file from configure.acLennart Poettering2008-07-281-1/+1
|
* rename autogen to bootstrapLennart Poettering2008-07-281-0/+0
|
* remove bootstrap.shLennart Poettering2008-07-281-33/+0
|
* remove spec file from git treeLennart Poettering2008-07-281-74/+0
|
* modernize build systemLennart Poettering2008-07-284-42/+44
|
* add gitignore filesLennart Poettering2008-06-183-0/+31
|
* create common subdir if not existant anywayLennart Poettering2008-06-181-0/+2
|
* beef the example up, adding support for the new API functionsLennart Poettering2008-04-251-10/+22
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@140 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* add API to block/reset signalsLennart Poettering2008-04-252-61/+275
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@139 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* fix doc wordingLennart Poettering2008-04-251-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@138 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* fix a gcc warningLennart Poettering2008-03-261-11/+12
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@137 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Use asprintf() to set the path of the pidfile rather than using a 4KB static ↵Lennart Poettering2008-03-262-18/+24
| | | | | | buffer. Modified patch from Flameeyes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@136 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Respect what the user requested as localstate directory, rather than ↵Lennart Poettering2008-03-262-1/+3
| | | | | | hardcoding /var. Patch from Flameeyes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@135 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Discover presence of lynx, rather than error out if not present and ↵Lennart Poettering2008-03-261-5/+5
| | | | | | --disable-lynx not given. Patch from Flameeyes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@134 153bfa13-eec0-0310-be40-b0cb6a0e1b4b