cosmopolitan/tool
Justine Tunney ee7e296339 Add state assertions to redbean Lua APIs
Many of the API functions provided by redbean are only appropriate to
call in certain contexts, such as request handling or .init.lua, etc.
For example, Fetch can't be called from the global scope of .init.lua
because SSL hasn't been configured yet. Earlier if this happened then
redbean would crash, which was confusing. What we'll do now is show a
friendly error message. See #97

This change also undocuments redbean ssl compression support since it
seems to be causing a flake in the testing infrastructure.
2021-08-09 15:35:38 -07:00
..
build Add state assertions to redbean Lua APIs 2021-08-09 15:35:38 -07:00
decode Make redbean SSL more tunable 2021-08-09 07:38:57 -07:00
emacs Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Add state assertions to redbean Lua APIs 2021-08-09 15:35:38 -07:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Add function for creating hex string literals 2021-08-07 07:05:19 -07:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00