util.pposix: Don't trust errno for success. Thanks Quince
|
Kim Alvefur |
2011-11-18 |
util.pposix: Remove extraneous semicolon
|
Matthew Wild |
2010-12-26 |
util.pposix: uname(): Fix to push nil,err in case of error
|
Matthew Wild |
2010-08-31 |
util.pposix: Add pposix.uname(), bump version
|
Matthew Wild |
2010-08-31 |
util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)
|
Matthew Wild |
2010-08-28 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
util.pposix: Fix return type of lc_abort to shush compiler warning
|
Matthew Wild |
2010-01-10 |
util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir
|
Matthew Wild |
2010-01-12 |
util.pposix: Add mkdir(path)
|
Matthew Wild |
2010-01-10 |
util.pposix: Replace the unwieldy module table generation with luaL_register() call - side effect - it now sets the pposix global to the module table
|
Matthew Wild |
2010-01-10 |
util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix)
|
Matthew Wild |
2010-01-10 |
util.pposix: Fix return type of lc_abort to shush compiler warning
|
Matthew Wild |
2010-01-10 |
util.posix: Trailing whitespace
|
Matthew Wild |
2010-01-10 |
util.pposix: Add abort() function
|
Matthew Wild |
2009-10-30 |
util.pposix: Compatibility with Solaris systems (thanks Filip)
|
Matthew Wild |
2009-09-29 |
pposix, mod_posix: Bump pposix version number
|
Matthew Wild |
2009-07-23 |
pposix: Add setgid() function
|
Matthew Wild |
2009-07-23 |
pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intosi for reporting and an initial patch
|
Matthew Wild |
2009-07-21 |
Close std{in,out,err} when daemonizing
0.4.2
|
Matthew Wild |
2009-05-22 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
pposix: Standardize error messages
|
Matthew Wild |
2009-03-03 |
pposix: Small fix for copyright notice
|
Matthew Wild |
2009-03-03 |
Make the code actually build.
|
Tobias Markmann |
2009-02-22 |
Added missing code.
|
Tobias Markmann |
2009-02-22 |
Adding setrlimits() binding.
|
Tobias Markmann |
2009-02-22 |
util.pposix: Add getuid/setuid (we don't use them yet)
|
Matthew Wild |
2009-02-15 |
util.pposix: Fix incompatible pointer type compiler warnings
|
Matthew Wild |
2009-02-13 |
Licensing/version updates for some files (forgot to commit, doh...)
|
Matthew Wild |
2009-02-02 |
pposix: Remove debug line
|
Matthew Wild |
2009-01-16 |
pposix: Add syslog_setmask (use config: minimum_log_level = 'warn' etc.)
|
Matthew Wild |
2009-01-16 |
pposix: Add _NAME and _VERSION
|
Matthew Wild |
2009-01-16 |
mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correct PID, and support writing a pidfile (pidfile = '/path/to/prosody.pid' in config). Added getpid() to pposix and improved function names.
|
Matthew Wild |
2009-01-15 |
mod_posix: Support for logging to syslog (log = 'syslog' in config)
|
Matthew Wild |
2009-01-15 |
Remove some debugging from pposix.c
|
Matthew Wild |
2008-12-06 |
Add posix support library, and adjust makefiles for it
|
Matthew Wild |
2008-12-06 |