aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
Commit message (Expand)AuthorAgeFilesLines
...
* | util-src/*.c: Don't create globals when loadedKim Alvefur2014-09-166-11/+11
* | Merge 0.9->0.10Kim Alvefur2014-04-271-3/+9
|\|
| * util.pposix: Fix error reporting from really old Linux fallocate() that did n...Kim Alvefur2014-04-251-1/+5
| * util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (...Kim Alvefur2014-04-251-2/+4
* | Merge 0.9->0.10Kim Alvefur2013-11-281-0/+2
|\|
| * util.pposix: Verify that file handle is openKim Alvefur2013-11-281-0/+2
* | Merge 0.9->0.10Matthew Wild2013-10-101-1/+1
|\|
| * util.windows: Incorrect output buffer size passed to ReadConsoleOutputAttribu...Waqas Hussain2013-10-101-1/+1
* | Merge 0.9->trunkMatthew Wild2013-09-032-3/+12
|\|
| * util.pposix: Fix building on non-Linux with glibcKim Alvefur2013-09-021-2/+2
| * util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list)Kim Alvefur2013-08-301-1/+10
* | util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be q...Kim Alvefur2013-08-101-1/+1
* | Merge 0.9->trunkKim Alvefur2013-08-091-1/+1
|\|
| * util.hashes: Silence compiler warning about pointer signedness0.9.0Kim Alvefur2013-08-091-1/+1
* | Merge 0.9->trunkKim Alvefur2013-08-061-1/+1
|\|
| * util.hashes: Correct argument orderKim Alvefur2013-08-061-1/+1
* | Merge 0.9->trunkMatthew Wild2013-07-151-4/+4
|\|
| * util.net: Fix compilation on Windows (outputs an empty list of addresses for ...Matthew Wild2013-07-151-4/+4
* | Merge 0.9->trunkMatthew Wild2013-07-151-0/+1
|\|
| * util.net: Include missing header needed for successful compiltion on FreeBSDMatthew Wild2013-07-151-0/+1
| * util.pposix: setrlimit(): Add missing return on error when an incorrect numbe...Matthew Wild2013-06-281-0/+1
* | util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returnin...Matthew Wild2013-06-291-32/+43
|/
* util.net: Add util.net, containing local_addresses() (removed from LuaSocket ...Matthew Wild2013-06-182-2/+109
* util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __...Waqas Hussain2013-05-131-0/+5
* util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in CFlorian Zeitz2013-04-281-0/+49
* util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashesFlorian Zeitz2013-04-272-14/+98
* mod_posix, util.pposix: Bump version for API changeMatthew Wild2013-04-081-1/+1
* util.pposix: syslog(): Support an optional source parameter (producing messag...Matthew Wild2013-04-081-4/+5
* util.pposix: Allow fetching RLIMIT_NICE when availableMatthew Wild2013-03-221-0/+3
* util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connectionsKim Alvefur2012-11-101-0/+4
* util.pposix: Put the warning back, mention how we might still use posix_fallo...Kim Alvefur2012-07-311-0/+4
* util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file ...Kim Alvefur2012-07-311-10/+21
* util.pposix: Warn about posix_fallocateKim Alvefur2012-07-291-0/+1
* util.pposix: Add fallocate method, backed by either posix_fallocate() or Linu...Kim Alvefur2012-07-281-0/+43
* util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorr...Matthew Wild2012-07-081-0/+6
* util.pposix: Add meminfo() binding to memory allocation stats provided by mal...Matthew Wild2012-07-081-0/+28
* util.pposix: Add setenv()Kim Alvefur2012-07-031-0/+33
* util.hashes: Add sha224, sha384, sha512Kim Alvefur2012-05-101-0/+6
* util.hashes: Use defined hash function output lengths.Kim Alvefur2012-05-091-3/+3
* util.pposix: Don't trust errno for success. Thanks QuinceKim Alvefur2011-11-181-14/+18
* Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/MakefileMatthew Wild2011-10-131-9/+11
* util.encodings: Fix small typo introduced in 7f789266b741Matthew Wild2011-06-041-1/+1
* util.encodings: Check return values before proceedingPaul Aurich2011-05-221-3/+17
* util.encodings: Swap code order ("ifndef" bugs me)Paul Aurich2011-05-221-75/+77
* util.encodings: Fix idna.to_unicodePaul Aurich2011-05-221-1/+1
* windows.c: Return nil,err from functions instead of throwing errors.Waqas Hussain2011-01-291-12/+14
* util.pposix: Remove extraneous semicolonMatthew Wild2010-12-261-1/+1
* util.encodings: Switch comment styles to build ok as ANSI CMatthew Wild2010-12-261-5/+5
* util-src/Makefile: Change parameter order so that LDFLAGS always comes later ...Matthew Wild2010-12-261-3/+3
* util-src/Makefile: Clean up and remove unnecessary all linkingMatthew Wild2010-12-261-5/+6