| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | util.pposix: Warn about posix_fallocate | Kim Alvefur | 2012-07-29 | 1 | -0/+1 |
* | util.pposix: Add fallocate method, backed by either posix_fallocate() or Linu... | Kim Alvefur | 2012-07-28 | 1 | -0/+43 |
* | util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorr... | Matthew Wild | 2012-07-08 | 1 | -0/+6 |
* | util.pposix: Add meminfo() binding to memory allocation stats provided by mal... | Matthew Wild | 2012-07-08 | 1 | -0/+28 |
* | util.pposix: Add setenv() | Kim Alvefur | 2012-07-03 | 1 | -0/+33 |
* | util.hashes: Add sha224, sha384, sha512 | Kim Alvefur | 2012-05-10 | 1 | -0/+6 |
* | util.hashes: Use defined hash function output lengths. | Kim Alvefur | 2012-05-09 | 1 | -3/+3 |
* | util.pposix: Don't trust errno for success. Thanks Quince | Kim Alvefur | 2011-11-18 | 1 | -14/+18 |
* | Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile | Matthew Wild | 2011-10-13 | 1 | -9/+11 |
* | util.encodings: Fix small typo introduced in 7f789266b741 | Matthew Wild | 2011-06-04 | 1 | -1/+1 |
* | util.encodings: Check return values before proceeding | Paul Aurich | 2011-05-22 | 1 | -3/+17 |
* | util.encodings: Swap code order ("ifndef" bugs me) | Paul Aurich | 2011-05-22 | 1 | -75/+77 |
* | util.encodings: Fix idna.to_unicode | Paul Aurich | 2011-05-22 | 1 | -1/+1 |
* | windows.c: Return nil,err from functions instead of throwing errors. | Waqas Hussain | 2011-01-29 | 1 | -12/+14 |
* | util.pposix: Remove extraneous semicolon | Matthew Wild | 2010-12-26 | 1 | -1/+1 |
* | util.encodings: Switch comment styles to build ok as ANSI C | Matthew Wild | 2010-12-26 | 1 | -5/+5 |
* | util-src/Makefile: Change parameter order so that LDFLAGS always comes later ... | Matthew Wild | 2010-12-26 | 1 | -3/+3 |
* | util-src/Makefile: Clean up and remove unnecessary all linking | Matthew Wild | 2010-12-26 | 1 | -5/+6 |