]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2023-01-30  Eric Wonglei_input: give a hint for upper-case in labels
2023-01-30  Eric Wongcontent_digest_dbg: convert to arrayref and limit to lei
2023-01-30  Eric Wonguse Net::SSLeay (OpenSSL) for SHA-(1|256) if installed
2023-01-30  Eric Wongspawn_pp: use `which()' properly for pure-Perl spawn
2023-01-28  Eric Wongwww_coderepo: summary: fix mis-linkification of `...'
2023-01-28  Eric Wongwww_coderepo: support $REPO/refs/{heads,tags}/ endpoints
2023-01-28  Eric Wongrepo_atom: translate: account for multiple args
2023-01-28  Eric Wongwww_coderepo: reduce utf8::decode calls
2023-01-28  Eric Wongwww_coderepo: fix snapshot link generation
2023-01-28  Eric Wongwww_coderepo: support /$REPO/tags.atom endpoint
2023-01-28  Eric Wongwww_coderepo: tree: quiet and 404 on non-existent refs
2023-01-27  Eric Wonggit: drop needless checks for old git
2023-01-27  Eric Wonggit: use --batch-command in git 2.36+ to save processes
2023-01-26  Eric Wonggit: reduce delete ops in _destroy
2023-01-26  Eric Wonggit: drop needless ENOENT import
2023-01-26  Eric Wongprocess_pipe: warn hackers off using it for bidirection...
2023-01-26  Eric Wonggit: use core.abbrev=no on git 2.31+
2023-01-24  Eric Wongviewvcs: improve tree glossary view
2023-01-24  Eric Wongwww_coderepo: remove some needless return statements
2023-01-24  Eric Wongsolver_git: remove extraneous leading `-'
2023-01-24  Eric Wongviewvcs: show message for 404||500 errors
2023-01-24  Eric Wongviewvcs: expand on path names being "non-authoritative"
2023-01-24  Eric Wonghttp: reuse STDIN if it's already /dev/null
2023-01-24  Eric Wongwww_coderepo: eliminate debug log footer
2023-01-24  Eric Wongwww_coderepo: show /$INBOX/?t=$DATE link for commits
2023-01-24  Eric Wongviewvcs: prepopulate search bar with dfpost + dfn
2023-01-24  Eric Wongviewvcs: add path name hint based on `b=' query param
2023-01-24  Eric Wongqspawn: drop lineno from command failure warning
2023-01-21  Eric Wongds: awaitpid: do not clobber entries for reaped processes
2023-01-19  Eric Wongqspawn: drop unnecessary awaitpid import
2023-01-19  Eric Wongds: improve error handling of synchronous awaitpid
2023-01-19  Eric Wongqspawn: psgi_qx: do not call async_pass on errors
2023-01-19  Eric Wongqspawn: {quiet} only affects normal command exit
2023-01-18  Eric Wongds: drop dwaitpid, switch to waitpid(-1)
2023-01-18  Eric Wongipc+lei: switch to awaitpid
2023-01-18  Eric Wongipc: drop unused $args from ->ipc_worker_stop
2023-01-18  Eric Wongwatch: IMAP and NNTP polling can use the same interval
2023-01-18  Eric Wongeofpipe: drop {arg} support for now
2023-01-18  Eric Wongwatch: simplify internal data structures
2023-01-18  Eric Wongwatch: switch to awaitpid
2023-01-18  Eric Wonggit|gcf2: switch to awaitpid
2023-01-18  Eric Wongqspawn: use ->DESTROY to force ->finalize
2023-01-18  Eric Wongds: introduce awaitpid, switch ProcessPipe users
2023-01-18  Eric Wongqspawn: drop {psgi_env} deref
2023-01-18  Eric Wongt/solver_git.t: fix test message
2023-01-18  Eric Wongipc: remove {-reap_async} field
2023-01-18  Eric Wongsearchview: fix uninitialized variable
2023-01-13  Eric Wongcoderepo: consolidate git --batch-check users
2023-01-13  Eric Wongviewvcs: use git(1) for coderepo access
2023-01-13  Eric Wongqspawn: import Scalar::Util::blessed properly
2023-01-13  Eric Wongwww_coderepo: tree: do not break #n$LINENO
2023-01-13  Eric Wongwww_coderepo: /tree/ 404s search git history
2023-01-13  Eric Wongwww_coderepo: /tree/ redirects to /$OID/s/
2023-01-13  Eric Wongwww_stream: coderepo-specific top bar
2023-01-13  Eric Wongsearch_view: show "No results" text on 404
2023-01-11  Eric Wongwww: /$INBOX/$MSGID/d/ to diff reused Message-IDs
2023-01-11  Eric Wonghoist MailDiff and ContentDigestDbg out of lei
2023-01-11  Eric Wongconfig: use inbox names to map inboxes <-> coderepos
2023-01-11  Eric Wongviewvcs: update comment about show_other_result
2023-01-11  Eric Wongwww_coderepo: show tree root as "(root)"
2023-01-11  Eric Wongwww_coderepo: handle "?h=$tip" in summary view
2023-01-08  Eric Wongwww_coderepo: do not copy {-code_repos} from config
2023-01-08  Eric Wongconfig: do not implicitly set coderepo.*.cgiturl
2023-01-06  Eric Wongqspawn: use Perl 5.12 and rely on `perl -w' for warnings
2023-01-06  Eric Wonglei_mirror: do not needlessly rewrite project-list
2023-01-06  Eric Wongqspawn: fix EINTR with generic PSGI servers
2023-01-06  Eric Wongqspawn: consistently return 500 on premature EOF
2023-01-06  Eric Wonghttpd/async: retry reads properly when parsing headers
2023-01-06  Eric Wongqspawn: use fallback response code from CGI program
2023-01-06  Eric Wongclone: implement --exit-code
2023-01-06  Eric Wongclone: document --project-list and --post-update-hook
2023-01-05  Eric Wongwww: make coderepo URL generation more consistent
2023-01-05  Eric Wonggit: pub_urls shows base_url default
2023-01-05  Eric Wonggit: fix non-empty SCRIPT_NAME handling for PSGI mounts
2023-01-05  Eric Wonggit: write_all: remove leftover debug messages
2023-01-04  Eric Wongwww_coderepo: implement /$CODE_REPO/atom/ endpoint
2023-01-04  Eric Wonggit: fix asynchronous batching for deep pipelines
2023-01-03  Eric Wongdaemon: don't bother checking for existing FD flags
2023-01-03  Eric Wonggithttpbackend: avoid copying PSGI env
2023-01-02  Eric Wongqspawn: fix process finalization for generic PSGI server
2023-01-02  Eric Wongt/httpd-unix.t: stop tail(1) before stopping server
2023-01-01  Eric Wongt/solver_git.t: avoid redundant work for snapshot test
2023-01-01  Eric Wongt/run.perl: drop branch for a small set of test cases
2023-01-01  Eric Wongwww: load cgitrc for coderepos for solver
2022-12-30  Eric Wongclone: fix --post-update-hook behavior
2022-12-30  Eric Wongclone: --dry-run unconditionally runs show-ref
2022-12-30  Eric Wongclone: support --post-update-hook= from grokmirror
2022-12-27  Eric Wongqspawn: more generic command chaining
2022-12-25  Eric Wongsyscall: fix i386/i686 detection
2022-12-25  Eric Wongtest_common: avoid needless fcntl in start_script
2022-12-25  Eric Wongspawn_pp: cleanup, error checks and descriptive errors
2022-12-24  Eric Wongcleanup pure Perl use
2022-12-23  Eric Wongsyscall: drop syscall.ph support
2022-12-23  Eric Wongsyscall: get rid of epoll_defined() sub
2022-12-23  Eric Wonghttpd/async + qspawn: rename {fh} fields
2022-12-23  Eric Wongqspawn: shorten life of {hdr_buf} in generic code path
2022-12-23  Eric Wonghttpd/async: remove useless undef
2022-12-23  Eric Wonghttpd: avoid crash on cgit -> coderepo 404 fallback
2022-12-23  Eric Wonglei_mirror: allow `git show-ref' failures
2022-12-22  Eric Wongtests: add tests for cloning coderepos w/ manifest
next