cosmopolitan/test/net/http
Justine Tunney a4b455185b
Bring back gc() function
Renaming gc() to _gc() was a mistake since the better thing to do is put
it behind the _COSMO_SOURCE macro. We need this change because I haven't
wanted to use my amazing garbage collector ever since we renamed it. You
now need to define _COSMO_SOURCE yourself when using amalgamation header
and cosmocc users need to pass the -mcosmo flag to get the gc() function

Some other issues relating to cancelation have been fixed along the way.
We're also now putting cosmocc in a folder named `.cosmocc` so it can be
more safely excluded by grep --exclude-dir=.cosmocc --exclude-dir=o etc.
2024-01-08 10:26:28 -08:00
..
BUILD.mk more modeline errata (#1019) 2023-12-16 23:07:10 -05:00
decodebase64_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
decodelatin1_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
encodebase64_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
encodehttpheadervalue_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
escapehtml_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
escapejsstringliteral_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
escapeurlparam_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
findcontenttype_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
formathttpdatetime_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
hascontrolcodes_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
indentlines_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
isacceptablehost_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
isacceptablepath_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
ismimetype_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
isnocompressext_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
isreasonablepath_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
parsecidr_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
parsecontentlength_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
parseforwarded_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
parsehttpdatetime_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
parsehttpmessage_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
parsehttprange_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
parseip_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
parseurl_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
tokenbucket_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
unchunk_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
underlong_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
visualizecontrolcodes_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00