util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412)
|
Kim Alvefur |
2016-05-25 |
util.pposix: Expose the uname GNU extension field 'domainname'
|
Kim Alvefur |
2015-11-25 |
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1
|
Kim Alvefur |
2015-04-26 |
util.pposix: Return error from ftruncate if that fails too (but what would we do here?)
|
Kim Alvefur |
2015-05-02 |
util-src/*.c: Per convention call luaL_error() as argument to return
|
Florian Zeitz |
2015-04-03 |
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
|
Kim Alvefur |
2015-04-03 |
util-src/*.c: Add macro for compiling with Lua 5.2
|
Kim Alvefur |
2014-09-17 |
util-src/*.c: Don't create globals when loaded
|
Kim Alvefur |
2014-09-16 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-04-26 |
util.pposix: Fix error reporting from really old Linux fallocate() that did not use errno for some reason (thanks pro)
|
Kim Alvefur |
2014-04-25 |
util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (thanks pro)
|
Kim Alvefur |
2014-04-24 |
Merge 0.9->0.10
|
Kim Alvefur |
2013-11-28 |
util.pposix: Verify that file handle is open
|
Kim Alvefur |
2013-11-28 |
Merge 0.9->trunk
|
Matthew Wild |
2013-09-02 |
util.pposix: Fix building on non-Linux with glibc
|
Kim Alvefur |
2013-09-02 |
util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be quiet please)
|
Kim Alvefur |
2013-08-10 |
Merge
|
Matthew Wild |
2013-06-29 |
util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returning and accepting the string 'unlimited' in get/setrlimit()
|
Matthew Wild |
2013-06-29 |
util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed
|
Matthew Wild |
2013-06-28 |
mod_posix, util.pposix: Bump version for API change
|
Matthew Wild |
2013-04-08 |
util.pposix: syslog(): Support an optional source parameter (producing messages of the form '<source>: <message>'
|
Matthew Wild |
2013-04-08 |
util.pposix: Allow fetching RLIMIT_NICE when available
|
Matthew Wild |
2013-03-22 |
util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connections
|
Kim Alvefur |
2012-11-10 |
util.pposix: Put the warning back, mention how we might still use posix_fallocate()
|
Kim Alvefur |
2012-07-31 |
util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file system
|
Kim Alvefur |
2012-07-31 |
util.pposix: Warn about posix_fallocate
|
Kim Alvefur |
2012-07-29 |
util.pposix: Add fallocate method, backed by either posix_fallocate() or Linux fallocate()
|
Kim Alvefur |
2012-07-28 |
util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorrow what they mean
|
Matthew Wild |
2012-07-08 |
util.pposix: Add meminfo() binding to memory allocation stats provided by mallinfo() [compilation tested on Ubuntu...]
|
Matthew Wild |
2012-07-08 |
util.pposix: Add setenv()
|
Kim Alvefur |
2012-07-03 |
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 |