summaryrefslogtreecommitdiffstats
path: root/libdaemon/dpid.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: change license to MITHEADmasterBrandon Philips2012-09-031-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the spirit of 70df7aaa lets change the license again, this time to MIT! Context: On 23:15 Tue 10 Apr 2012, Lennart Poettering wrote: > On Mon, 09.04.12 14:51, Brandon Philips (brandon@ifup.org) wrote: > > I am working on a daemon and it would be great to use libdaemon. > > However, the project is Apache licensed and I have no idea how they > > interact. Is it at all possible to dual license LGPL/BSD or LGPL/Apache? > > > > https://github.com/racker/virgo > > heya. I am not such a big fan of the BSD licenses myself, but I guess in > this case it is OK. Yea :-/ > The only major other contributor seems to be Diego Pettenò who should be > OK with such a change. I'll ask him. Great, thank you. > Would you be OK with MIT as well? Yes, the MIT license works too.
* libdaemon 0.13 compiler warning issueStefan Seyfried2009-10-171-1/+2
| | | | | see https://bugzilla.novell.com/show_bug.cgi?id=449728 The patch I packaged up for this is attached.
* add missing inclusion of sys/time.hLennart Poettering2008-10-261-0/+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
|
* update licenses/file headersLennart Poettering2008-07-281-20/+19
|
* Use asprintf() to set the path of the pidfile rather than using a 4KB static ↵Lennart Poettering2008-03-261-17/+23
| | | | | | 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-261-1/+1
| | | | | | hardcoding /var. Patch from Flameeyes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@135 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* if opening the pid file on O_RDWR doesn't work, fallback to O_RDONLYLennart Poettering2007-09-101-3/+13
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@131 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Hurd build fixLennart Poettering2007-06-221-0/+4
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@125 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* fix pid file parsingLennart Poettering2007-06-111-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@123 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* Make sure that we always return a sensible errnoLennart Poettering2007-06-111-4/+27
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@117 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* replace another fprintf(stderr, ... with daemon_log(LOG_ERR, ...Lennart Poettering2007-02-131-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@113 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * Change license to LGPLLennart Poettering2005-11-181-9/+10
| | | | | | | | * Update README * make use of autoconf macro AM_GNU_SOURCE git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@101 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* write PID files with non-zero umaskLennart Poettering2005-10-301-1/+6
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@97 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* fixes needed for windows and solarisSebastien Estienne2005-10-281-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@94 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * add a workaround for aclocal bogus on freebsd (common dir)Sebastien Estienne2005-10-231-0/+4
| | | | | | | * #define ETIME ETIMEDOUT for freebsd git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@93 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * add gcc printf warning supportLennart Poettering2005-06-191-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@85 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* * implement proper PID file lockingLennart Poettering2005-06-041-28/+85
| | | | git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@79 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
* rename src/ to libdaemon/Lennart Poettering2004-12-181-0/+161
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@71 153bfa13-eec0-0310-be40-b0cb6a0e1b4b