about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
2023-11-29doc: fix a few typos and wording issues
2023-11-29doc: -cindex: correct and unify -g GIT_DIR usage string and man page
2023-11-29cindex: require `-g GIT_DIR' or `-r PROJECT_ROOT'
2023-11-21cindex: rename --associate to --join, test w/ real repos
2023-11-13cindex: support --associate-aggressive shortcut
2023-11-13cindex: rename associate-max => window
2023-11-13treewide: update read_all to avoid eof|close checks
2023-11-11mda: fix and test some usage problems
2023-11-11mda|learn|watch: support dropUniqueUnsubscribe config
2023-11-11learn: fix redundant ham import on dual matches
2023-11-03move read_all, try_cat, and poll_in to PublicInbox::IO
2023-11-03treewide: use ->close to call ProcessIO->CLOSE
2023-10-18convert: use read_all to simplify error checks
2023-10-18init: use autodie to reduce distractions
2023-10-18init: drop extraneous `+'
2023-10-18use read_all in more places to improve safety
2023-10-15learn: respect indexlevel for v1 inboxes
2023-10-11import: switch to Unix stream socket for fast-import
2023-10-11treewide: consolidate "From " line removal
2023-10-06ipc: lower-level send_cmd/recv_cmd handle EINTR directly
2023-10-01treewide: enable warnings in all exec-ed processes
2023-09-28convert: use ProcessPipe with popen_rd
2023-09-11treewide: favor Xapian (SWIG binding) over Search::Xapian
2023-09-08watch: reset HUP + USR1 signal handlers in children
2023-09-08watch: set %SIG for non-signalfd/kqueue
2023-09-05watch: ensure children can use signal handlers
2023-08-30treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET
2023-08-28public-inbox-init: honor umask when creating config file
2023-08-28Fix some typos/grammar/errors in docs and comments
2023-08-24cindex: add --show-roots switch
2023-08-24cindex: read-only association dump
2023-05-04xcpdb: support cindex upgrades and resharding
2023-05-03compact: support codesearch indices
2023-04-22cindex: rewrite prune (again) for speed
2023-04-07umask: rely on the OnDestroy-based call where applicable
2023-04-06watch: use detect_indexlevel for unconfigured inboxes
2023-03-29cindex: simplify some internal data structures
2023-03-26watch: do not recreate signalfd on SIGHUP
2023-03-25cindex: ignore SIGPIPE
2023-03-25cindex: squelch incompatible options
2023-03-25cindex: implement --max-size=SIZE
2023-03-25cindex: implement --exclude= like -clone
2023-03-25codesearch: initial cut w/ -cindex tool
2023-03-25admin: ensure resolved GIT_DIR is absolute
2023-03-18clone: support --purge to delete remotely-deleted repos
2023-03-07doc: update public-inbox-clone examples and help
2023-02-21lei_mirror: support --remote-manifest=URL
2023-01-18ipc+lei: switch to awaitpid
2023-01-06clone: implement --exit-code
2022-12-30clone: support --post-update-hook= from grokmirror