about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2023-12-09xap_helper: support term length limit
2023-12-09xap_helper_cxx: drop chdir usage in build
2023-12-09*search: favor wantarray form of xap_terms
2023-12-09*search: simplify handling of Xapian term iterators
2023-12-08workaround --headers bug with spamc(1)
2023-12-06cindex: avoid recursion on prune
2023-12-05cindex: index full (40/64 char) hex blob OIDs
2023-12-05searchidx: drop redundant decl in index_git_blob_id
2023-12-01xap_helper: enable stderr assignment on DragonFly
2023-12-01tests: note kevent+tmpfs failures on DragonFly <= 6.4
2023-12-01xap_helper.h: fix non-assignable stderr case
2023-11-30codesearch: use retry_reopen for WWW
2023-11-30inbox: shrink data structures for publicinbox.*.hide
2023-11-30www_listing: support publicInbox.nameIsUrl
2023-11-30git_async_cat: use git from "all" extindex if possible
2023-11-30inbox: expire resources more aggressively
2023-11-30cindex: speed up initial scan setup phase
2023-11-30spawn: drop IO layer support from redirects
2023-11-30cindex: skip getpid guard for most OnDestroy use
2023-11-30git: share unlinked pack checking code with gcf2
2023-11-30cindex: store extensions.objectFormat with repo data
2023-11-30cindex: keep batch pipe for pruning SHA-256 repos
2023-11-30cindex: only create {-cidx_err} field on failures
2023-11-30config: reject newlines consistently in dir names
2023-11-30codesearch: allow inbox count to exceed matches
2023-11-30cindex: fix store_repo+repo_stored on no-op
2023-11-29www: mail_diff: add missing </pre> tag
2023-11-29www: mail_diff: add final newline before diffing
2023-11-29www: mail_diff: fix optional address obfuscation
2023-11-29lei q: fix --no-import-before completion + docs
2023-11-29www: load cindex join data for ->ALL, too
2023-11-29www: start working on a repo listing
2023-11-29cindex: extra quit checks
2023-11-29admin: resolve_git_dir respects symlinks
2023-11-29git: speed up Git->new by 5% or so
2023-11-29cindex: require `-g GIT_DIR' or `-r PROJECT_ROOT'
2023-11-29git: speed up ->git_path for non-worktrees
2023-11-29www: load and use cindex join data
2023-11-29hval: use File::Spec to make relative paths for href
2023-11-29xap_helper: implement mset endpoint for WWW, IMAP, etc...
2023-11-29xap_helper.h: move cindex endpoints to separate file
2023-11-29solver: schedule cleanup after synchronous git->check
2023-11-29codesearch: eliminate redundant substitutions
2023-11-29test_common: create_*: detect changes all parameters
2023-11-28disallow NUL characters in Message-ID and List-Id
2023-11-27www: qs_html: fix escaping of `q' param
2023-11-27xap_helper.h: avoid some off_t vs size_t problems
2023-11-27xap_helper: avoid strerror(3) inside signal handler
2023-11-26drop redundant calls to DS->Reset
2023-11-26git: improve coupling with {sock} and {inflight} fields