cosmopolitan/net/http
Justine Tunney db33973e0a Get fork() working on Windows
This is done without using Microsoft's internal APIs. MAP_PRIVATE
mappings are copied to the subprocess via a pipe, since Microsoft
doesn't want us to have proper COW pages. MAP_SHARED mappings are
remapped without needing to do any copying. Global variables need
copying along with the stack and the whole heap of anonymous mem.
This actually improves the reliability of the redbean http server
although one shouldn't expect 10k+ connections on a home computer
that isn't running software built to serve like Linux or FreeBSD.
2020-11-13 03:14:39 -08:00
..
csscolor.h Initial import 2020-06-15 07:18:57 -07:00
formathttpdatetime.c Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
gethttpheader.c Make improvements 2020-09-14 00:02:34 -07:00
gethttpheader.gperf Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
gethttpheader.inc Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
gethttpmethod.c Make improvements 2020-09-14 00:02:34 -07:00
gethttpmethod.gperf Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
gethttpmethod.inc Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
geturischeme.gperf Initial import 2020-06-15 07:18:57 -07:00
geturischeme.inc Initial import 2020-06-15 07:18:57 -07:00
http.h Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
http.mk Get fork() working on Windows 2020-11-13 03:14:39 -08:00
khttpmethod.c Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
negotiatehttprequest.c Make improvements 2020-09-14 00:02:34 -07:00
parsehttpdatetime.c Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
parsehttprange.c Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
parsehttprequest.c Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
parsehttpversion.c Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
rfc2068 Initial import 2020-06-15 07:18:57 -07:00
rfc2396 Initial import 2020-06-15 07:18:57 -07:00
todo.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
uri.h Initial import 2020-06-15 07:18:57 -07:00
uricspn-avx.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
uricspn.rl Initial import 2020-06-15 07:18:57 -07:00
uricspn.svgz Initial import 2020-06-15 07:18:57 -07:00
uriparse.rl Initial import 2020-06-15 07:18:57 -07:00
uriparse.svgz Initial import 2020-06-15 07:18:57 -07:00
uripath.c Initial import 2020-06-15 07:18:57 -07:00
urischeme.c Initial import 2020-06-15 07:18:57 -07:00
urislice2cstr.c Initial import 2020-06-15 07:18:57 -07:00