about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-06-05tighten up digit matches to ASCII for git output
2019-06-04www: require ASCII word characters for CSS filenames
2019-06-04www: require ASCII range for mbox downloads
2019-06-04githttpbackend: require ASCII in path
2019-06-04require ASCII digits for local FS items
2019-06-04www: require ASCII digit for git epoch
2019-06-04solver|viewdiff: restrict digit matches to ASCII
2019-06-04inbox: require ASCII digits for feedmax var
2019-06-04filter/rubylang: require ASCII digit for mailcount
2019-06-04msgtime: require ASCII digits for parsing dates
2019-06-04searchview: do not allow non-ASCII offsets and limits
2019-06-04githttpbackend: require Range:, Status: to be ASCII digits
2019-06-04view: require YYYYmmDD(HHMMSS) timestamps to be ASCII
2019-06-04newswww: only accept ASCII digits as article numbers
2019-06-04config: do not accept non-ASCII digits in cgitrc params
2019-06-04www: require ASCII filenames in git blob downloads
2019-06-04www: only emit ASCII chars in attachment filenames
2019-06-04wwwattach: only pass the charset through if ASCII
2019-06-04wwwlisting: require ASCII digit for port number
2019-06-04http: require SERVER_PORT to be ASCII digit
2019-06-04feed: only accept ASCII digits for ref~$N
2019-06-04mid: id_compress requires ASCII-clean words
2019-06-04nntp: ensure we only handle ASCII whitespace
2019-06-04nntp: be explicit about ASCII digit matches
2019-06-04linkify: support Internationalized Domain Names in URLs
2019-06-03ds: remove PLCMap and per-socket PostLoopCallback
2019-06-02ds: drop write_set_watch field
2019-06-02ds: drop unused EVENT: label in epoll code path
2019-06-02ds: drop checks for invalid descriptors
2019-06-02ds: drop set_writer_func support
2019-06-02ds: add a note about planned future changes
2019-06-02ds: drop more unused subs
2019-06-01ds: fix and test for FD leaks with kqueue on ->Reset
2019-06-01ds: set close-on-exec flag on epoll descriptors
2019-06-01git: drop the deleted err_c file
2019-06-01git: unconditional expiry
2019-05-31viewdiff: avoid repeat variable expansion
2019-05-30v2writable: short-circuit is_ancestor check on equality
2019-05-30v2writable: avoid mm_tmp creation without regen
2019-05-30v2writable: hoist out index_epoch sub
2019-05-30v2writable: split off unindex_range mapping
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-29v2writable: show progress updates for index_sync
2019-05-29index: support --verbose option
2019-05-29v2writable: move index_sync options to sync state
2019-05-29v2writable: use prototypes for internal subs
2019-05-29v2writable: localize unindex-range.$EPOCH to $sync state
2019-05-29v2writable: move {ranges} into $sync state
2019-05-29v2writable: move {regen} into $sync state
2019-05-29v2writable: move {reindex} field to $sync state