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 |
util-src: Specify size of various tables to be allocated
|
Kim Alvefur |
2017-03-09 |
util.pposix: Use correct type for limits [-Wconstant-conversion]
|
Kim Alvefur |
2017-03-07 |
util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms
|
Kim Alvefur |
2017-03-07 |
util.pposix, configure: Move _GNU_SOURCE macro into source files
|
Kim Alvefur |
2017-03-01 |
util.pposix: Expose ENOENT constant (usually 2, but you never know)
|
Kim Alvefur |
2017-03-01 |
util.pposix: Fix typo in comment
|
Kim Alvefur |
2017-02-26 |
util-src/*.c: Attach pointer * to name instead of type
|
Kim Alvefur |
2017-02-12 |
util-src/*.c: Squeeze repeated blank lines
|
Kim Alvefur |
2017-01-23 |
util-src: Make C modules assert that the Lua runtime matches what it was compiled for
|
Kim Alvefur |
2017-01-08 |
util.pposix: rfork() seems to be FreeBSD only (fixes #412)
|
Kim Alvefur |
2016-12-19 |
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 |