cosmopolitan/libc/time
Justine Tunney a7bd4ed9ea Make redbean tinier
Under MODE=tiny or MODE=tinylinux we now go back to using my homebrew
version of DEFLATE decompression which is 10x smaller but 10x slower
than Chromium Zlib. In tiny mode we also disable compressed responses
howewver redbean will still serve precompressed responses. This change
also removes a few other dependencies like strftime() and getaddrinfo()
which means you can't say `-l localhost` in tiny mode, you have to say
something like `-l 127.0.0.1`.

    m=tinylinux
    make -j8 MODE=$m o/$m/tool/net/redbean-original.com
    ls -hal o/$m/tool/net/redbean-original.com

This change reduces the above size from 191.4 to 150.9 kb.
2021-07-04 12:26:54 -07:00
..
struct Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
alarm.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
asctime.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
asctime_r.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
ctime.c Change license 2020-12-27 17:18:44 -08:00
ctime_r.c Change license 2020-12-27 17:18:44 -08:00
difftime.c Change license 2020-12-27 17:18:44 -08:00
dsleep.c Change license 2020-12-27 17:18:44 -08:00
futimens.c Change license 2020-12-27 17:18:44 -08:00
futimes.c Change license 2020-12-27 17:18:44 -08:00
futimesat.c Change license 2020-12-27 17:18:44 -08:00
iso8601.c Make redbean tinier 2021-07-04 12:26:54 -07:00
kmonthname.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
kmonthnameshort.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
kweekdayname.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
kweekdaynameshort.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
localtime.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
strftime.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
strptime.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
time.h Make redbean tinier 2021-07-04 12:26:54 -07:00
time.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
times.c Change license 2020-12-27 17:18:44 -08:00
tzfile.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
xiso8601.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00