aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/pposix.c
Commit message (Collapse)AuthorAgeFilesLines
* pposix: Remove debug lineMatthew Wild2009-01-161-1/+0
|
* pposix: Add syslog_setmask (use config: minimum_log_level = 'warn' etc.)Matthew Wild2009-01-161-0/+17
|
* pposix: Add _NAME and _VERSIONMatthew Wild2009-01-161-0/+8
|
* mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log ↵Matthew Wild2009-01-151-8/+21
| | | | correct PID, and support writing a pidfile (pidfile = '/path/to/prosody.pid' in config). Added getpid() to pposix and improved function names.
* mod_posix: Support for logging to syslog (log = 'syslog' in config)Matthew Wild2009-01-151-0/+129
|
* Remove some debugging from pposix.cMatthew Wild2008-12-061-2/+0
|
* Add posix support library, and adjust makefiles for itMatthew Wild2008-12-061-0/+94