util.pposix: Warn about posix_fallocate
|
Kim Alvefur |
Sun, 29 Jul 2012 22:21:58 +0200 |
util.pposix: Add fallocate method, backed by either posix_fallocate() or Linux fallocate()
|
Kim Alvefur |
Sat, 28 Jul 2012 22:21:10 +0200 |
util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorrow what they mean
|
Matthew Wild |
Sun, 08 Jul 2012 18:54:30 +0100 |
util.pposix: Add meminfo() binding to memory allocation stats provided by mallinfo() [compilation tested on Ubuntu...]
|
Matthew Wild |
Sun, 08 Jul 2012 18:47:05 +0100 |
util.pposix: Add setenv()
|
Kim Alvefur |
Tue, 03 Jul 2012 15:43:46 +0200 |
util.pposix: Don't trust errno for success. Thanks Quince
|
Kim Alvefur |
Fri, 18 Nov 2011 06:13:24 +0100 |
util.pposix: Remove extraneous semicolon
|
Matthew Wild |
Sun, 26 Dec 2010 05:47:38 +0000 |
util.pposix: uname(): Fix to push nil,err in case of error
|
Matthew Wild |
Tue, 31 Aug 2010 15:23:41 +0100 |
util.pposix: Add pposix.uname(), bump version
|
Matthew Wild |
Tue, 31 Aug 2010 15:14:39 +0100 |
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 |
Sat, 28 Aug 2010 14:31:48 +0100 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
util.pposix: Fix return type of lc_abort to shush compiler warning
|
Matthew Wild |
Sun, 10 Jan 2010 20:21:48 +0000 |
util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir
|
Matthew Wild |
Tue, 12 Jan 2010 15:35:36 +0000 |
util.pposix: Add mkdir(path)
|
Matthew Wild |
Sun, 10 Jan 2010 23:12:22 +0000 |
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 |
Sun, 10 Jan 2010 22:43:28 +0000 |
util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix)
|
Matthew Wild |
Sun, 10 Jan 2010 21:48:25 +0000 |
util.pposix: Fix return type of lc_abort to shush compiler warning
|
Matthew Wild |
Sun, 10 Jan 2010 20:21:48 +0000 |
util.posix: Trailing whitespace
|
Matthew Wild |
Sun, 10 Jan 2010 17:35:37 +0000 |
util.pposix: Add abort() function
|
Matthew Wild |
Fri, 30 Oct 2009 01:18:38 +0000 |
util.pposix: Compatibility with Solaris systems (thanks Filip)
|
Matthew Wild |
Tue, 29 Sep 2009 14:22:02 +0100 |
pposix, mod_posix: Bump pposix version number
|
Matthew Wild |
Thu, 23 Jul 2009 03:47:06 +0100 |
pposix: Add setgid() function
|
Matthew Wild |
Thu, 23 Jul 2009 03:40:01 +0100 |
pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intosi for reporting and an initial patch
|
Matthew Wild |
Tue, 21 Jul 2009 13:21:52 +0100 |
Close std{in,out,err} when daemonizing
0.4.2
|
Matthew Wild |
Fri, 22 May 2009 14:48:34 +0100 |
0.3->0.4
|
Matthew Wild |
Fri, 20 Mar 2009 20:16:25 +0000 |
pposix: Standardize error messages
|
Matthew Wild |
Tue, 03 Mar 2009 17:25:20 +0000 |
pposix: Small fix for copyright notice
|
Matthew Wild |
Tue, 03 Mar 2009 17:24:56 +0000 |
Make the code actually build.
|
Tobias Markmann |
Sun, 22 Feb 2009 20:57:57 +0100 |
Added missing code.
|
Tobias Markmann |
Sun, 22 Feb 2009 20:55:06 +0100 |
Adding setrlimits() binding.
|
Tobias Markmann |
Sun, 22 Feb 2009 20:35:41 +0100 |
util.pposix: Add getuid/setuid (we don't use them yet)
|
Matthew Wild |
Sun, 15 Feb 2009 15:56:04 +0000 |
util.pposix: Fix incompatible pointer type compiler warnings
|
Matthew Wild |
Fri, 13 Feb 2009 15:01:46 +0000 |
Licensing/version updates for some files (forgot to commit, doh...)
|
Matthew Wild |
Mon, 02 Feb 2009 18:03:18 +0000 |
pposix: Remove debug line
|
Matthew Wild |
Fri, 16 Jan 2009 05:22:28 +0000 |
pposix: Add syslog_setmask (use config: minimum_log_level = 'warn' etc.)
|
Matthew Wild |
Fri, 16 Jan 2009 05:20:04 +0000 |
pposix: Add _NAME and _VERSION
|
Matthew Wild |
Fri, 16 Jan 2009 04:57:36 +0000 |
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 |
Thu, 15 Jan 2009 20:59:36 +0000 |
mod_posix: Support for logging to syslog (log = 'syslog' in config)
|
Matthew Wild |
Thu, 15 Jan 2009 20:06:41 +0000 |
Remove some debugging from pposix.c
|
Matthew Wild |
Sat, 06 Dec 2008 23:22:35 +0000 |
Add posix support library, and adjust makefiles for it
|
Matthew Wild |
Sat, 06 Dec 2008 23:20:59 +0000 |