cosmopolitan/tool/net
Justine Tunney 281a0f2730 Implement raw system call for redbean lua code
You can now call functions like fork() from Lua and it'll work across
all supported platforms, including Windows. This gives you a level of
control of the system that Lua traditionally hasn't been able to have
due to its focus on old portable stdio rather modern POSIX APIs. Demo
code has been added to redbean-demo.com to show how it works.

This change also modifies Lua so that integer literals with a leading
zero will be interpreted as octal. That should help avoid shooting in
the foot with POSIX APIs that frequently use octal mode bits.

This change fixes a bug in opendir(".") on New Technology.

Lastly, redbean will now serve crash reports to private network IPs.
This is consistent with other frameworks. However that isn't served
to public IPs unless the -E flag is passed to redbean at startup.
2022-04-13 08:53:24 -07:00
..
demo Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
.init.lua Add SSL to redbean 2021-06-24 13:20:50 -07:00
counters.inc Make improvements to redbean 2021-07-08 15:56:23 -07:00
dig.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
echoserver.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
favicon.ico Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
help.txt Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
largon2.c Update Argon2 for style 2022-03-21 07:27:03 -07:00
lmaxmind.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
lre.c Trim down redbean a little bit 2022-03-21 19:32:30 -07:00
lsqlite3.c Update lsqlite3 to add update hook support for redbean (#383) 2022-04-09 12:36:44 -07:00
lunix.c Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
net.mk Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
redbean.c Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
redbean.png Make improvements 2020-09-14 00:02:34 -07:00
wb.c Make numerous improvements 2021-09-28 01:52:34 -07:00