util.pposix: Replace the unwieldy module table generation with luaL_register() call...
[prosody.git] / util-src / pposix.c
2010-01-10 Matthew Wildutil.pposix: Replace the unwieldy module table generati...
2010-01-10 Matthew Wildutil.pposix: Add pposix.umask(), bump version to 0...
2010-01-10 Matthew Wildutil.pposix: Fix return type of lc_abort to shush compi...
2010-01-10 Matthew Wildutil.posix: Trailing whitespace
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-30 Matthew Wildutil.pposix: Add abort() function
2009-09-29 Matthew WildMerge with 0.5
2009-09-29 Matthew Wildutil.pposix: Compatibility with Solaris systems (thanks...
2009-07-23 Matthew WildMerge with 0.5
2009-07-23 Matthew Wildpposix, mod_posix: Bump pposix version number
2009-07-23 Matthew Wildpposix: Add setgid() function
2009-07-21 Matthew WildMerge with 0.5
2009-07-21 Matthew Wildpposix: Change LOG_EMERG -> LOG_CRIT, which makes more...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildClose std{in,out,err} when daemonizing
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Matthew Wildpposix: Standardize error messages
2009-03-03 Matthew Wildpposix: Small fix for copyright notice
2009-03-03 Matthew WildAutomated merge with http://luaetta.ath.cx:1234/
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-22 Tobias MarkmannMake the code actually build.
2009-02-22 Tobias MarkmannAdded missing code.
2009-02-22 Tobias MarkmannAdding setrlimits() binding.
2009-02-16 Matthew WildMerge from waqas
2009-02-16 Matthew WildMerge waqas with waqas
2009-02-15 Matthew Wildutil.pposix: Add getuid/setuid (we don't use them yet)
2009-02-13 Matthew Wildutil.pposix: Fix incompatible pointer type compiler...
2009-02-02 Matthew WildLicensing/version updates for some files (forgot to...
2009-01-16 Matthew Wildpposix: Remove debug line
2009-01-16 Matthew Wildpposix: Add syslog_setmask (use config: minimum_log_lev...
2009-01-16 Matthew Wildpposix: Add _NAME and _VERSION
2009-01-15 Matthew Wildmod_posix/pposix: Fix reporting of incorrect PID on...
2009-01-15 Matthew Wildmod_posix: Support for logging to syslog (log = 'syslog...
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildRemove some debugging from pposix.c
2008-12-06 Matthew WildAdd posix support library, and adjust makefiles for it