about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2019-05-29v2writable: sync: move delete markers into $sync state
2019-05-29v2writable: introduce $sync state and put mm_tmp in it
2019-05-27v2: fix reindex skipping NNTP article numbers
2019-05-27searchidx: fix obvious typo
2019-05-26viewvcs: keep temporary Solver dir for large streams
2019-05-25v2writable: fix assertions around reindexing
2019-05-25contrib/css: mark as CC0 (public domain)
2019-05-25v2writable: drop unused $last_commits var
2019-05-25msgmap: remove double negative
2019-05-24search: don't log all warnings on retry_reopen
2019-05-23doc: various updates to reflect current state
2019-05-23xapcmd: do not reset %SIG until last Xtmpdir is done
2019-05-23xcpdb|compact: support --jobs/-j flag like gmake(1)
2019-05-23xapcmd: cleanup on interrupted xcpdb "--compact"
2019-05-23xcpdb|compact: support some xapian-compact switches
2019-05-23compact: reuse infrastructure from xcpdb