prosody/util-src
Kim Alvefur e893bbf681 util.crypto: Use stack space buffers
Removes assumption that LUAL_BUFFERSIZE is known at pre-processing time,
which it is not in Lua 5.3 and 5.4, where it is a computed macro based
on sizeof.

Allocation of stack space is safer and faster, no need to worry about
luaL_prepbuffer failing to allocate memory and skipping free()
2022-07-11 17:01:55 +02:00
..
compat.c util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 2018-10-26 19:29:08 +01:00
crand.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
crypto.c util.crypto: Use stack space buffers 2022-07-11 17:01:55 +02:00
encodings.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
GNUmakefile util.crypto: New wrapper for some operations in OpenSSL's libcrypto 2022-06-24 16:56:16 +01:00
hashes.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
make.bat Added make.bat for windows 2008-11-27 22:28:33 +05:00
makefile make: Fix build of util.struct on *BSD 2022-03-04 17:46:33 +01:00
Makefile.win Makefile.win: Added support for util.windows, improved cleanup of temporary files, switched to dynamic linking with MSVCRT, etc. 2009-10-31 05:05:46 +05:00
managed_pointer.h util-src: Add new utility header managed_pointer.h 2022-07-01 15:11:08 +01:00
net.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
poll.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
pposix.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
ringbuffer.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
signal.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
strbitop.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
struct.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00
table.c util.table: Fix inaccurate comment 2022-07-11 20:02:10 +02:00
time.c util.*.c: Add static qualifiers everywhere 2019-12-01 20:25:20 +01:00
windows.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00