cosmopolitan/third_party
Justine Tunney 3bfb7580c5 Add Lua compiler
Redbean Lua Server Pages may now be stored in the zip as byte code. This
can improve performance, since redbean currently doesn't cache byte code
but it might be more useful for anyone wanting to create a closed source
redbean. The .lua extension should be used for byte code files. Lua will
tell them apart based on a magic number at the start of the file.

This change also improves some Lua error reporting conditions. See #97
2021-08-09 13:09:14 -07:00
..
chibicc Improve some unicode functions 2021-05-05 07:25:39 -07:00
compiler_rt Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
dlmalloc Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
gcc Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
gdtoa Make SSL handshakes much faster 2021-07-11 23:17:47 -07:00
getopt Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
infozip Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
lua Add Lua compiler 2021-08-09 13:09:14 -07:00
lz4cli Reduce build latency and fix old cpu bugs 2021-08-05 14:43:53 -07:00
mbedtls Make redbean SSL more tunable 2021-08-09 07:38:57 -07:00
musl Add SSL to redbean 2021-06-24 13:20:50 -07:00
python Fix obvious Python performance suboptimality 2021-08-09 10:41:06 -07:00
quickjs Make redbean SSL more tunable 2021-08-09 07:38:57 -07:00
regex Improve LLVM compatibility a little bit 2021-05-16 20:34:46 -07:00
sqlite3 Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
stb Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xed Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
zlib Integrate Chromium Zlib changes 2021-08-09 06:59:10 -07:00
third_party.mk Added build config to get python.com 2021-08-09 05:39:42 -07:00