| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util-src/Makefile: Remove redundant variables (set in config.unix already) | Kim Alvefur | 2015-09-27 | 1 | -8/+0 |
* | util-src/Makefile: Don't make exceptions for how to build .so for util.hashes... | Kim Alvefur | 2015-09-27 | 1 | -4/+2 |
* | util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let bu... | Kim Alvefur | 2015-09-27 | 1 | -6/+2 |
* | util-src/Makefile: Move Lua include path into CFLAGS variable | Kim Alvefur | 2015-09-27 | 1 | -2/+2 |
* | configure, util-src/Makefile: Move OS X deployment flag to an C compiler argu... | Kim Alvefur | 2015-09-26 | 1 | -3/+0 |
* | util-src/Makefile: Use variables for install binary and target directory | Kim Alvefur | 2015-09-26 | 1 | -1/+4 |
* | util-src/Makefile: Move list of .so files in a variable | Kim Alvefur | 2015-09-26 | 1 | -6/+6 |
* | util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to supp... | Kim Alvefur | 2015-04-26 | 6 | -21/+21 |
* | util.encodings: Move declarations to top of function [pedantic] | Kim Alvefur | 2015-05-02 | 1 | -2/+3 |
* | util.pposix: Return error from ftruncate if that fails too (but what would we... | Kim Alvefur | 2015-05-02 | 1 | -1/+4 |
* | util-src/*.c: Per convention call luaL_error() as argument to return | Florian Zeitz | 2015-04-03 | 3 | -5/+6 |
* | util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break... | Kim Alvefur | 2015-04-03 | 7 | -716/+846 |
* | util.table, Makefile: New C module that allows pre-allocation of tables to im... | Matthew Wild | 2015-03-31 | 2 | -2/+16 |
* | Merge 0.9->0.10 again | Kim Alvefur | 2015-03-27 | 1 | -3/+94 |
|\ |
|
| * | util.encodings: Expose UTF-8 validation and length checking functions | Kim Alvefur | 2015-03-23 | 1 | -0/+28 |
| * | util.encodings: Perform validation of UTF-8 strings before passing to libidn ... | Kim Alvefur | 2015-03-23 | 1 | -3/+67 |
* | | util-src/*.c: Add macro for compiling with Lua 5.2 | Kim Alvefur | 2014-09-17 | 6 | -0/+24 |
* | | util-src/*.c: Use the more concise lua_setfield | Kim Alvefur | 2014-09-17 | 4 | -13/+7 |
* | | util-src/*.c: Don't create globals when loaded | Kim Alvefur | 2014-09-16 | 6 | -11/+11 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-04-27 | 1 | -3/+9 |
|\| |
|
| * | util.pposix: Fix error reporting from really old Linux fallocate() that did n... | Kim Alvefur | 2014-04-25 | 1 | -1/+5 |
| * | util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (... | Kim Alvefur | 2014-04-25 | 1 | -2/+4 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2013-11-28 | 1 | -0/+2 |
|\| |
|
| * | util.pposix: Verify that file handle is open | Kim Alvefur | 2013-11-28 | 1 | -0/+2 |
* | | Merge 0.9->0.10 | Matthew Wild | 2013-10-10 | 1 | -1/+1 |
|\| |
|
| * | util.windows: Incorrect output buffer size passed to ReadConsoleOutputAttribu... | Waqas Hussain | 2013-10-10 | 1 | -1/+1 |
* | | Merge 0.9->trunk | Matthew Wild | 2013-09-03 | 2 | -3/+12 |
|\| |
|
| * | util.pposix: Fix building on non-Linux with glibc | Kim Alvefur | 2013-09-02 | 1 | -2/+2 |
| * | util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list) | Kim Alvefur | 2013-08-30 | 1 | -1/+10 |
* | | util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be q... | Kim Alvefur | 2013-08-10 | 1 | -1/+1 |
* | | Merge 0.9->trunk | Kim Alvefur | 2013-08-09 | 1 | -1/+1 |
|\| |
|
| * | util.hashes: Silence compiler warning about pointer signedness0.9.0 | Kim Alvefur | 2013-08-09 | 1 | -1/+1 |
* | | Merge 0.9->trunk | Kim Alvefur | 2013-08-06 | 1 | -1/+1 |
|\| |
|
| * | util.hashes: Correct argument order | Kim Alvefur | 2013-08-06 | 1 | -1/+1 |
* | | Merge 0.9->trunk | Matthew Wild | 2013-07-15 | 1 | -4/+4 |
|\| |
|
| * | util.net: Fix compilation on Windows (outputs an empty list of addresses for ... | Matthew Wild | 2013-07-15 | 1 | -4/+4 |
* | | Merge 0.9->trunk | Matthew Wild | 2013-07-15 | 1 | -0/+1 |
|\| |
|
| * | util.net: Include missing header needed for successful compiltion on FreeBSD | Matthew Wild | 2013-07-15 | 1 | -0/+1 |
| * | util.pposix: setrlimit(): Add missing return on error when an incorrect numbe... | Matthew Wild | 2013-06-28 | 1 | -0/+1 |
* | | util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returnin... | Matthew Wild | 2013-06-29 | 1 | -32/+43 |
|/ |
|
* | util.net: Add util.net, containing local_addresses() (removed from LuaSocket ... | Matthew Wild | 2013-06-18 | 2 | -2/+109 |
* | util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __... | Waqas Hussain | 2013-05-13 | 1 | -0/+5 |
* | util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C | Florian Zeitz | 2013-04-28 | 1 | -0/+49 |
* | util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 | 2 | -14/+98 |
* | mod_posix, util.pposix: Bump version for API change | Matthew Wild | 2013-04-08 | 1 | -1/+1 |
* | util.pposix: syslog(): Support an optional source parameter (producing messag... | Matthew Wild | 2013-04-08 | 1 | -4/+5 |
* | util.pposix: Allow fetching RLIMIT_NICE when available | Matthew Wild | 2013-03-22 | 1 | -0/+3 |
* | util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connections | Kim Alvefur | 2012-11-10 | 1 | -0/+4 |
* | util.pposix: Put the warning back, mention how we might still use posix_fallo... | Kim Alvefur | 2012-07-31 | 1 | -0/+4 |
* | util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file ... | Kim Alvefur | 2012-07-31 | 1 | -10/+21 |