util-src/pposix.c
Thu, 06 Jan 2022 18:56:06 +0100 Kim Alvefur util.pposix: Use mallinfo2() on glibc 2.33, fix #1649
Sun, 04 Jul 2021 15:11:07 +0200 Kim Alvefur util.pposix: Bind isatty(3)
Sun, 07 Jun 2020 02:25:56 +0200 Kim Alvefur util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions
Mon, 04 May 2020 21:51:30 +0200 Kim Alvefur util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3]
Sun, 01 Dec 2019 20:25:20 +0100 Emmanuel Gil Peyrot util.*.c: Add static qualifiers everywhere
Sat, 16 Nov 2019 16:52:31 +0100 Kim Alvefur Merge 0.11->trunk
Sat, 16 Nov 2019 16:45:33 +0100 Kim Alvefur util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB) 0.11
Tue, 04 Dec 2018 12:11:58 +0000 Matthew Wild util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()
Sat, 08 Sep 2018 11:52:44 +0200 Kim Alvefur util.pposix: Allow _DARWIN_C_SOURCE to be overriden
Sat, 08 Sep 2018 11:51:52 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 08 Sep 2018 11:46:02 +0200 Kim Alvefur util.pposix: Fix or silence a warning on OS X (#1202)
Sat, 08 Sep 2018 11:42:22 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 18 Aug 2018 12:07:40 +0200 Kim Alvefur util.pposix: Fix building on OS X (#1202)
Fri, 07 Sep 2018 15:50:12 +0200 Kim Alvefur util.pposix: Restrict use of malloc_info to glibc
Fri, 07 Sep 2018 15:25:33 +0200 Kim Alvefur util.pposix: Do not attempt to assign to stdio variables [pedantic]
Wed, 08 Aug 2018 09:28:42 +0200 Emmanuel Gil Peyrot pposix: Generate an error when a passed string isn’t "unlimited".
Wed, 08 Aug 2018 09:28:04 +0200 Emmanuel Gil Peyrot pposix, signal: Ignore unused arguments.
Wed, 08 Aug 2018 09:27:34 +0200 Emmanuel Gil Peyrot net, pposix, signal: Check for redefined defines, fix warnings.
Thu, 12 Jul 2018 20:42:22 +0200 Kim Alvefur util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak)
Tue, 28 Feb 2017 13:26:05 +0100 Kim Alvefur util.pposix: Remove fallocate
Wed, 01 Mar 2017 01:33:00 +0100 Kim Alvefur util.pposix: Add function for atomically appending data to a file
Thu, 09 Mar 2017 01:20:59 +0100 Kim Alvefur util-src: Specify size of various tables to be allocated
Tue, 07 Mar 2017 22:36:43 +0100 Kim Alvefur util.pposix: Use correct type for limits [-Wconstant-conversion]
Tue, 07 Mar 2017 22:33:57 +0100 Kim Alvefur util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms
Wed, 01 Mar 2017 22:27:11 +0100 Kim Alvefur util.pposix, configure: Move _GNU_SOURCE macro into source files
Wed, 01 Mar 2017 17:03:48 +0100 Kim Alvefur util.pposix: Expose ENOENT constant (usually 2, but you never know)
Sun, 26 Feb 2017 20:31:08 +0100 Kim Alvefur util.pposix: Fix typo in comment
Sun, 12 Feb 2017 16:42:29 +0100 Kim Alvefur util-src/*.c: Attach pointer * to name instead of type
Mon, 23 Jan 2017 18:33:35 +0100 Kim Alvefur util-src/*.c: Squeeze repeated blank lines
Sun, 08 Jan 2017 14:21:08 +0100 Kim Alvefur util-src: Make C modules assert that the Lua runtime matches what it was compiled for
Mon, 19 Dec 2016 08:51:50 +0100 Kim Alvefur util.pposix: rfork() seems to be FreeBSD only (fixes #412)
Wed, 25 May 2016 21:34:34 +0200 Kim Alvefur util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412)
Wed, 25 Nov 2015 20:43:29 +0100 Kim Alvefur util.pposix: Expose the uname GNU extension field 'domainname'
Sun, 26 Apr 2015 12:38:37 +0200 Kim Alvefur util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1
Sat, 02 May 2015 14:41:56 +0200 Kim Alvefur util.pposix: Return error from ftruncate if that fails too (but what would we do here?)
Fri, 03 Apr 2015 20:30:14 +0200 Florian Zeitz util-src/*.c: Per convention call luaL_error() as argument to return
Fri, 03 Apr 2015 19:52:48 +0200 Kim Alvefur util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
Wed, 17 Sep 2014 14:30:29 +0200 Kim Alvefur util-src/*.c: Add macro for compiling with Lua 5.2
Tue, 16 Sep 2014 21:56:18 +0200 Kim Alvefur util-src/*.c: Don't create globals when loaded
Sun, 27 Apr 2014 01:02:20 +0200 Kim Alvefur Merge 0.9->0.10
Fri, 25 Apr 2014 02:41:55 +0200 Kim Alvefur util.pposix: Fix error reporting from really old Linux fallocate() that did not use errno for some reason (thanks pro)
Fri, 25 Apr 2014 00:36:01 +0200 Kim Alvefur util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (thanks pro)
Thu, 28 Nov 2013 16:17:21 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 28 Nov 2013 16:12:40 +0100 Kim Alvefur util.pposix: Verify that file handle is open
Tue, 03 Sep 2013 00:20:28 +0100 Matthew Wild Merge 0.9->trunk
Mon, 02 Sep 2013 18:19:38 +0200 Kim Alvefur util.pposix: Fix building on non-Linux with glibc
Sat, 10 Aug 2013 19:02:52 +0200 Kim Alvefur util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be quiet please)
Sat, 29 Jun 2013 14:45:47 +0100 Matthew Wild Merge
Sat, 29 Jun 2013 14:45:38 +0100 Matthew Wild util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returning and accepting the string 'unlimited' in get/setrlimit()
Fri, 28 Jun 2013 20:16:43 +0100 Matthew Wild util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed
Mon, 08 Apr 2013 16:57:59 +0100 Matthew Wild mod_posix, util.pposix: Bump version for API change
Mon, 08 Apr 2013 16:56:40 +0100 Matthew Wild util.pposix: syslog(): Support an optional source parameter (producing messages of the form '<source>: <message>'
Fri, 22 Mar 2013 11:23:40 +0000 Matthew Wild util.pposix: Allow fetching RLIMIT_NICE when available
Sat, 10 Nov 2012 23:41:53 +0100 Kim Alvefur util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connections
Tue, 31 Jul 2012 23:43:34 +0200 Kim Alvefur util.pposix: Put the warning back, mention how we might still use posix_fallocate()
Tue, 31 Jul 2012 23:38:02 +0200 Kim Alvefur util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file system
Sun, 29 Jul 2012 22:21:58 +0200 Kim Alvefur util.pposix: Warn about posix_fallocate
Sat, 28 Jul 2012 22:21:10 +0200 Kim Alvefur util.pposix: Add fallocate method, backed by either posix_fallocate() or Linux fallocate()
Sun, 08 Jul 2012 18:54:30 +0100 Matthew Wild util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorrow what they mean
Sun, 08 Jul 2012 18:47:05 +0100 Matthew Wild util.pposix: Add meminfo() binding to memory allocation stats provided by mallinfo() [compilation tested on Ubuntu...]
less more (0) -60 tip