Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libdaemon
/
8bb8c84d624edd100dbd37d5e22721aca8c08dfa
8bb8c84
Replace the CFLAGS-checking code with a common macro from xine-lib.
by Diego 'Flameeyes' Pettenò
· 17 years ago
cf31ec3
Don't check for the C++ compiler, as there are no C++ source files.
by Diego 'Flameeyes' Pettenò
· 17 years ago
247d9c0
Use AC_PROG_CC_C99 to discover C99-compliant compiler.
by Diego 'Flameeyes' Pettenò
· 17 years ago
cb71a67
Create the m4 directory to host M4 macro files.
by Diego 'Flameeyes' Pettenò
· 17 years ago
8e8c137
Check for assert.h header and allow to disable assertions.
by Diego 'Flameeyes' Pettenò
· 17 years ago
029f400
Don't symlink README in srcdir or it will fail on out-of-build trees.
by Diego 'Flameeyes' Pettenò
· 17 years ago
d111a1e
Install README files in doc/html directories.
by Diego 'Flameeyes' Pettenò
· 17 years ago
6581892
Execute autoupdate.
by Diego 'Flameeyes' Pettenò
· 17 years ago
94a26bd
Bump autoconf requirement to 2.62 (latest released version).
by Diego 'Flameeyes' Pettenò
· 17 years ago
c8ecf4a
check in the right fd_set after coming back from select()
by Lennart Poettering
· 17 years ago
a301690
make building of examples optional
by Lennart Poettering
· 17 years ago
54a5c05
Revert "bump soname/version" which was innappropriately named and a bad idea anyway
by Lennart Poettering
· 17 years ago
cfb661b
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/libdaemon
by Lennart Poettering
· 17 years ago
cdbd6f8
hide more files from git
by Lennart Poettering
· 17 years ago
9fed764
fix link
by Lennart Poettering
· 17 years ago
48383ed
update docs
by Lennart Poettering
· 17 years ago
4aafaf3
bump soname/version
by Lennart Poettering
· 17 years ago
b05a9ea
bump soname/version
by Lennart Poettering
· 17 years ago
0c31364
fix indenting
by Lennart Poettering
· 17 years ago
33baeaa
close fds/reset sigs for exec'ed processes
by Lennart Poettering
· 17 years ago
448efcf
add a bit more error checking
by Lennart Poettering
· 17 years ago
734330e
save/restore errno where applicable
by Lennart Poettering
· 17 years ago
a7be9a9
decrement number of possible args
by Lennart Poettering
· 17 years ago
0aef4b4
shorten code a bit
by Lennart Poettering
· 17 years ago
e3b8eb7
make retval checking more portable
by Lennart Poettering
· 17 years ago
2bbdb2a
be a bit more explicative
by Lennart Poettering
· 17 years ago
475d15a
save/restore errno where applicable
by Lennart Poettering
· 17 years ago
91f7f12
fix a few thinkos in handling of exception lists
by Lennart Poettering
· 17 years ago
1ef4fbd
create retval pipes once only
by Lennart Poettering
· 17 years ago
16a0925
save and restore errno where necessary
by Lennart Poettering
· 17 years ago
f547775
add more error checking
by Lennart Poettering
· 17 years ago
78d2b09
reorder a few things, so that logging works properly very early already
by Lennart Poettering
· 17 years ago
50aba7c
add a bit more error checking
by Lennart Poettering
· 17 years ago
8e84945
fix indentation
by Lennart Poettering
· 17 years ago
a2dc819
save and restore errno in destructor
by Lennart Poettering
· 17 years ago
255e56d
make sure we don't keep a round a va_list that is started but not stopped
by Lennart Poettering
· 17 years ago
6c6fee0
destruct signal fds on failure
by Lennart Poettering
· 17 years ago
a11ddef
don't call fcntl unless we have to
by Lennart Poettering
· 17 years ago
75db16f
hide more files from git
by Lennart Poettering
· 17 years ago
7892e9b
update licenses/file headers
by Lennart Poettering
· 17 years ago
fbfaf95
don't look for spec file from configure.ac
by Lennart Poettering
· 17 years ago
469be0c
rename autogen to bootstrap
by Lennart Poettering
· 17 years ago
fd99c1a
remove bootstrap.sh
by Lennart Poettering
· 17 years ago
e68cb61
remove spec file from git tree
by Lennart Poettering
· 17 years ago
ebe00d6
modernize build system
by Lennart Poettering
· 17 years ago
b0be600
add gitignore files
by Lennart Poettering
· 17 years ago
693536c
create common subdir if not existant anyway
by Lennart Poettering
· 17 years ago
2b738ae
beef the example up, adding support for the new API functions
by Lennart Poettering
· 17 years ago
d05525e
add API to block/reset signals
by Lennart Poettering
· 17 years ago
c83449e
fix doc wording
by Lennart Poettering
· 17 years ago
0ba9852
fix a gcc warning
by Lennart Poettering
· 17 years ago
3ff2f54
Use asprintf() to set the path of the pidfile rather than using a 4KB static buffer. Modified patch from Flameeyes
by Lennart Poettering
· 17 years ago
a1f1e27
Respect what the user requested as localstate directory, rather than hardcoding /var. Patch from Flameeyes
by Lennart Poettering
· 17 years ago
24fb7e8
Discover presence of lynx, rather than error out if not present and --disable-lynx not given. Patch from Flameeyes
by Lennart Poettering
· 17 years ago
20b6e12
document daemon_logv() a bit better. Patch from tedp
by Lennart Poettering
· 18 years ago
2c8a747
save and restore errno in sighandler
by Lennart Poettering
· 18 years ago
a205fe1
if opening the pid file on O_RDWR doesn't work, fallback to O_RDONLY
by Lennart Poettering
· 18 years ago
de35591
update docs for 0.12 release
by Lennart Poettering
· 18 years ago
d1ce801
bump version and soname
by Lennart Poettering
· 18 years ago
827e68f
Fix brown paper bag bug with handling the first argument passed to daemon_close_all(). Patch supplied by Sjoerd Simons
by Lennart Poettering
· 18 years ago
7956f19
Hurd build fix
by Lennart Poettering
· 18 years ago
d3bf8c7
update README for imminent release
by Lennart Poettering
· 18 years ago
7b73ee0
fix pid file parsing
by Lennart Poettering
· 18 years ago
1f3ec6f
bump soname and package version
by Lennart Poettering
· 18 years ago
a6f4f68
Lots of updates to the example
by Lennart Poettering
· 18 years ago
b7264c4
minor fixup
by Lennart Poettering
· 18 years ago
5be2d89
make use of gcc sentinel attribute
by Lennart Poettering
· 18 years ago
291e39e
Reenable linux-specifc daemon_close_all() code
by Lennart Poettering
· 18 years ago
57855da
Make sure that we always return a sensible errno
by Lennart Poettering
· 18 years ago
b45cd33
add daemon_logv()
by Lennart Poettering
· 18 years ago
e64d682
whitespace cleanup
by Lennart Poettering
· 18 years ago
cfcb139
allow automatic detection of lynx support. Closes PulseAudio bug #64.
by Lennart Poettering
· 18 years ago
fc89922
replace another fprintf(stderr, ... with daemon_log(LOG_ERR, ...
by Lennart Poettering
· 18 years ago
c735258
fix typo (reported by Marc Kleine-Budde)
by Lennart Poettering
· 19 years ago
cfda890
doc update
by Lennart Poettering
· 20 years ago
f48c25a
always specify the facility to use when logging
by Lennart Poettering
· 20 years ago
0291233
bump version and soname
by Lennart Poettering
· 20 years ago
5497761
make daemon_log() compatible with chroot()
by Lennart Poettering
· 20 years ago
5001e80
drop NDELAY bit
by Lennart Poettering
· 20 years ago
6e0f1ee
document license change
by Lennart Poettering
· 20 years ago
9b82722
update spec file for license change
by Lennart Poettering
· 20 years ago
2a11391
license update
by Lennart Poettering
· 20 years ago
70df7aa
* Change license to LGPL
by Lennart Poettering
· 20 years ago
63c1617
use _exit() instead of exit() to terminate if forking fails
by Lennart Poettering
· 20 years ago
e09aa15
remove superfluous \n
by Lennart Poettering
· 20 years ago
e87e42c
bump soname
by Lennart Poettering
· 20 years ago
6023366
write PID files with non-zero umask
by Lennart Poettering
· 20 years ago
3b92cbb
Remove some more compiler warnings
by Lennart Poettering
· 20 years ago
5156f7e
Remove some compiler warnings
by Lennart Poettering
· 20 years ago
114621c
fixes needed for windows and solaris
by Sebastien Estienne
· 20 years ago
12ca6bf
* add a workaround for aclocal bogus on freebsd (common dir)
by Sebastien Estienne
· 20 years ago
a6a50fc
* make run_versionned more /bin/sh friendly
by Sebastien Estienne
· 20 years ago
fa3d2c4
* add logic to support many os when bootstrapping
by Sebastien Estienne
· 20 years ago
5e88553
* add a "const" to daemon_log_ident
by Lennart Poettering
· 20 years ago
2948e92
fix bootstrap.sh
by Lennart Poettering
· 20 years ago
453fa80
* bump version number * require automake 1.9 * small cleanups
by Lennart Poettering
· 20 years ago
6ef503e
* merge patch from trent lloyd
by Lennart Poettering
· 20 years ago
45f2758
Merge MacOSX compat patch from Sebastien Estienne
by Lennart Poettering
· 20 years ago
60a9784
* add gcc printf warning support
by Lennart Poettering
· 20 years ago
6153c62
typo fix
by Lennart Poettering
· 20 years ago
Next »