util.pposix: Remove fallocate
|
Kim Alvefur |
2017-02-28 |
util.pposix: Add function for atomically appending data to a file
|
Kim Alvefur |
2017-03-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-23 |
mod_posix: Use path variant of config API for pidfile option
|
Kim Alvefur |
2017-03-21 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-21 |
mod_posix: Use type-specific config API
|
Kim Alvefur |
2016-11-20 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
mod_posix: Detect failure to load util.signal by first pcall return value not by type of the second
|
Kim Alvefur |
2015-09-26 |
mod_posix: Normalize indentation
|
Kim Alvefur |
2015-09-26 |
Merge 0.9->0.10
|
Matthew Wild |
2014-08-28 |
mod_posix: Make sure that 'pidfile' is a string
|
Kim Alvefur |
2014-08-26 |
mod_posix: Remove compat code for 0.5
|
Kim Alvefur |
2014-04-09 |
mod_posix: Daemonize by default only when installed
|
Kim Alvefur |
2014-01-26 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_posix: Improve error message for a pposix version mismatch
|
Matthew Wild |
2013-04-08 |
mod_posix, util.pposix: Bump version for API change
|
Matthew Wild |
2013-04-08 |
mod_posix: Pass logger name to syslog, so that sources now get logged
|
Matthew Wild |
2013-04-08 |
mod_posix: Log a message explaining that we are detaching from the console
|
Kim Alvefur |
2012-11-11 |
mod_posix: Remove console and stdout logging sinks before daemonizing
|
Kim Alvefur |
2012-11-10 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
|
Matthew Wild |
2012-07-23 |
Merge 0.9->trunk
|
Matthew Wild |
2012-04-29 |
mod_posix: Support syslog_facility config option
|
Matthew Wild |
2012-04-26 |
mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global()
|
Kim Alvefur |
2012-03-15 |
mod_posix: Remove redundant import of logger.setwriter()
|
Matthew Wild |
2010-11-04 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
mod_posix: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
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 |
mod_posix: Some (perhaps temporary) changes to re-lock the pidfile after truncating, to avoid breaking prosodyctl
|
Matthew Wild |
2010-07-09 |
mod_posix: Truncate the pidfile before writing to ensure that we never overwrite with a PID shorter than the previous, and end with an invalid PID in the file.
|
Brian Cully |
2010-07-09 |