Blame


1 5f0d02c3 2022-11-11 op things to do (eventually.) patches are welcome, thanks!
2 5f0d02c3 2022-11-11 op
3 5f0d02c3 2022-11-11 op - support for using client-side certificates.
4 5f0d02c3 2022-11-11 op - `location' support for blocking certain sub-trees (or maybe even
5 5f0d02c3 2022-11-11 op location-dependant proxying!)
6 5f0d02c3 2022-11-11 op - try to extract the page title (need a separate per-request buffer.)
7 5f0d02c3 2022-11-11 op - `listen' directive: allow to listen on (multiple) sockets, be UNIX
8 5f0d02c3 2022-11-11 op or TCP ones.
9 5f0d02c3 2022-11-11 op - extend to support gopher and/or spartan?
10 3da34f81 2022-11-11 op - simplify process IPC: proc.c is cool but provides more than we need;
11 3da34f81 2022-11-11 op there's no web of process that communicates between each others, just
12 3da34f81 2022-11-11 op a parent and (some) proxy processes.
13 017444bd 2022-11-13 op - make the build from the tarball works without building `template'.
14 121058d7 2022-11-25 op - generate ids for headers for ease of linkability;
15 121058d7 2022-11-25 op https://docs.gitlab.com/ee/user/markdown.html#header-ids-and-links
16 10ddece6 2023-03-03 op - link to generate a RSS/Atom feed for the current page