IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
prosody/util-src
Kim Alvefur 92ed3576fc util.pposix: Fix error reporting from really old Linux fallocate() that did not use errno for some reason (thanks pro) 12 years ago
..
Makefile util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) 13 years ago
Makefile.win Makefile.win: Added support for util.windows, improved cleanup of temporary files, switched to dynamic linking with MSVCRT, etc. 16 years ago
encodings.c util.encodings: Fix small typo introduced in 7f789266b741 15 years ago
hashes.c util.hashes: Silence compiler warning about pointer signedness 13 years ago
make.bat Added make.bat for windows 17 years ago
net.c util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list) 13 years ago
pposix.c util.pposix: Fix error reporting from really old Linux fallocate() that did not use errno for some reason (thanks pro) 12 years ago
signal.c util.signal: Moved a variable declaration to the top of a function, for ANSI C compliance. 16 years ago
windows.c util.windows: Incorrect output buffer size passed to ReadConsoleOutputAttribute (fixes issue#362, thanks yanjun). 12 years ago