about summary refs log tree commit homepage
DateCommit message (Expand)
2023-01-27git: use --batch-command in git 2.36+ to save processes
2023-01-26git: reduce delete ops in _destroy
2023-01-26git: drop needless ENOENT import
2023-01-26process_pipe: warn hackers off using it for bidirectional pipes
2023-01-26git: use core.abbrev=no on git 2.31+
2023-01-24viewvcs: improve tree glossary view
2023-01-24www_coderepo: remove some needless return statements
2023-01-24solver_git: remove extraneous leading `-'
2023-01-24viewvcs: show message for 404||500 errors
2023-01-24viewvcs: expand on path names being "non-authoritative"
2023-01-24http: reuse STDIN if it's already /dev/null
2023-01-24www_coderepo: eliminate debug log footer
2023-01-24www_coderepo: show /$INBOX/?t=$DATE link for commits
2023-01-24viewvcs: prepopulate search bar with dfpost + dfn
2023-01-24viewvcs: add path name hint based on `b=' query param
2023-01-24qspawn: drop lineno from command failure warning
2023-01-21ds: awaitpid: do not clobber entries for reaped processes
2023-01-19qspawn: drop unnecessary awaitpid import
2023-01-19ds: improve error handling of synchronous awaitpid
2023-01-19qspawn: psgi_qx: do not call async_pass on errors
2023-01-19qspawn: {quiet} only affects normal command exit
2023-01-18ds: drop dwaitpid, switch to waitpid(-1)
2023-01-18ipc+lei: switch to awaitpid
2023-01-18ipc: drop unused $args from ->ipc_worker_stop
2023-01-18watch: IMAP and NNTP polling can use the same interval
2023-01-18eofpipe: drop {arg} support for now
2023-01-18watch: simplify internal data structures
2023-01-18watch: switch to awaitpid
2023-01-18git|gcf2: switch to awaitpid
2023-01-18qspawn: use ->DESTROY to force ->finalize
2023-01-18ds: introduce awaitpid, switch ProcessPipe users
2023-01-18qspawn: drop {psgi_env} deref
2023-01-18t/solver_git.t: fix test message
2023-01-18ipc: remove {-reap_async} field
2023-01-18searchview: fix uninitialized variable
2023-01-13coderepo: consolidate git --batch-check users
2023-01-13viewvcs: use git(1) for coderepo access
2023-01-13qspawn: import Scalar::Util::blessed properly
2023-01-13www_coderepo: tree: do not break #n$LINENO
2023-01-13www_coderepo: /tree/ 404s search git history
2023-01-13www_coderepo: /tree/ redirects to /$OID/s/
2023-01-13www_stream: coderepo-specific top bar
2023-01-13search_view: show "No results" text on 404
2023-01-11www: /$INBOX/$MSGID/d/ to diff reused Message-IDs
2023-01-11hoist MailDiff and ContentDigestDbg out of lei
2023-01-11config: use inbox names to map inboxes <-> coderepos
2023-01-11viewvcs: update comment about show_other_result
2023-01-11www_coderepo: show tree root as "(root)"
2023-01-11www_coderepo: handle "?h=$tip" in summary view
2023-01-08www_coderepo: do not copy {-code_repos} from config