]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2023-11-14  Eric Wongconfig: avoid eidx_key and newsgroup conflicts
2023-11-14  Eric Wongcindex: fix missing semicolon on broken $GIT_DIR/objects
2023-11-13  Eric Wongcindex: support --associate-aggressive shortcut
2023-11-13  Eric Wongcindex: rename associate-max => window
2023-11-13  Eric Wongcindex: do not guess integer maximum for Xapian
2023-11-13  Eric Wongxap_helper: better variable naming for key buffer
2023-11-13  Eric Wongxap_helper: stricter and harsher error handling
2023-11-13  Eric Wongcidx_xap_helper_aux: complain about truncated inputs
2023-11-13  Eric Wongxap_helper: Perl dump_ibx respects `-m MAX'
2023-11-13  Eric Wongcindex: delay associate until prune+indexing finish
2023-11-13  Eric Wongcindex: imply --all with --associate w/o -I/--only
2023-11-13  Eric Wongspawn: don't append to scalarrefs on stdout/stderr
2023-11-13  Eric Wongtreewide: update read_all to avoid eof|close checks
2023-11-13  Eric Wongxap_client: spawn C++ xap_helper directly
2023-11-13  Eric Wongxap_helper_cxx: use -pipe by default in CXXFLAGS
2023-11-13  Eric Wongxap_helper_cxx: make the build process ccache-friendly
2023-11-13  Eric Wongxap_helper_cxx: use write_file helper
2023-11-13  Eric Wongcindex: use `local' for pipes between processes
2023-11-13  Eric Wongtmpfile: check `stat' errors, use autodie for unlink
2023-11-13  Eric Wongcindex: check `say' errors w/ close or ->flush
2023-11-13  Eric Wongxap_helper: reset getopt(3) properly in workers
2023-11-13  Eric Wonglei: don't read --stdin terminals from daemon
2023-11-11  Eric Wongdoc: update README.unsubscribe
2023-11-11  Eric Wongmda: fix and test some usage problems
2023-11-11  Eric Wongmda|learn|watch: support dropUniqueUnsubscribe config
2023-11-11  Eric Wonglearn: fix redundant ham import on dual matches
2023-11-11  Eric Wongt/lei-import: skip strace for restricted systems
2023-11-10  Eric Wongwww: add topics_(new|active).(html|atom) endpoints
2023-11-09  Eric Wongspawn: get rid of wantarray popen_rd/popen_wr
2023-11-09  Eric Wonglei: get rid of autoreap usage
2023-11-09  Eric Wongxapcmd: get rid of scalar wantarray popen_rd
2023-11-09  Eric Wonglei_input: always close single `eml' inputs
2023-11-09  Eric Wongipc: simplify partial sendmsg fallback
2023-11-09  Eric Wonglei_mirror: note missing local manifests are non-fatal
2023-11-09  Eric Wongnet: retry on EINTR and check for {quit} flag
2023-11-09  Eric Wonglei ls-mail-source: gracefully handle network failures
2023-11-09  Eric Wongnet_nntp_socks: more comments around how it works
2023-11-09  Eric Wonglei_up: use v5.12
2023-11-09  Eric Wonglei: reuse FDs atfork and close explicitly
2023-11-09  Eric Wonglei: use cached $daemon_pid when possible
2023-11-09  Eric Wonglei_xsearch: put query in process title for debugging
2023-11-07  Eric Wonglei: fix SIGPIPE on large result sets to pager
2023-11-04  Eric Wonglei_view_text: fix inverted condition
2023-11-03  Eric Wongt/cindex+extsearch: use write_file, autodie, etc.
2023-11-03  Eric Wongmove read_all, try_cat, and poll_in to PublicInbox::IO
2023-11-03  Eric Wongtreewide: use eof and close to detect readline errors
2023-11-03  Eric Wongtreewide: check alternates writes with eof + autodie
2023-11-03  Eric Wongspawn: support PerlIO layer in scalar redirects
2023-11-03  Eric Wongio: introduce write_file helper sub
2023-11-03  Eric Wongreplace ProcessIO with untied PublicInbox::IO
2023-11-03  Eric Wonggit_credential: use autodie where appropriate
2023-11-03  Eric Wongmulti_git: use autodie
2023-11-03  Eric Wongtreewide: use ->close to call ProcessIO->CLOSE
2023-11-03  Eric Wongcindex: drop redundant close on regular FH
2023-11-03  Eric Wongds: don't try ->close after ->accept_SSL failure
2023-11-02  Eric Wongtreewide: use ->close method rather than CORE::close
2023-11-02  Eric Wongds: replace FD map hash table with array
2023-11-02  Eric Wongxap_helper.pm: use do_fork to Reset and reseed
2023-11-01  Eric Wonggit: reschedule cleanup if active
2023-11-01  Eric Wongds: make ->close behave like CORE::close
2023-11-01  Eric Wongpop3: use SSL_shutdown(3ssl) if appropriate
2023-11-01  Eric Wongwatch: simplify DirIdle object cleanup
2023-11-01  Eric Wongds: move maxevents further down the stack
2023-11-01  Eric Wongds: do not defer close
2023-11-01  Eric Wongds: next_tick: shorten object lifetimes
2023-11-01  Eric Wongxap_helper.pm: quiet undefined die at shutdown
2023-10-31  Eric Wongpoll+select: check EBADF + POLLNVAL errors
2023-10-29  Eric Wonglei_config: import read_all properly
2023-10-29  Eric Wonglei_mirror: fix seek/sysseek argument ordering
2023-10-28  Eric Wongexamples/logrotate: only SIGUSR1 main process
2023-10-28  Eric Wongexamples/*.service: avoid `nobody' user on systemd
2023-10-28  Eric Wongspawn: use readline instead of read for scalar redirects
2023-10-28  Eric Wonglei_ale: use v5.12, autodie, and try_cat
2023-10-28  Eric Wongxt/eml_check_limits: remove useless import
2023-10-28  Eric Wongwww_altid: reduce FD pressure in qspawn queues
2023-10-28  Eric Wongtreewide: use run_qx where appropriate
2023-10-28  Eric Wonggcf2: simplify pkg-config and Inline::C setup
2023-10-28  Eric Wonggit: avoid extra stat(2) for git version
2023-10-28  Eric Wonggit: use run_qx to read `git --version'
2023-10-28  Eric Wongspawn: avoid alloca in C pi_fork_exec
2023-10-28  Eric Wongspawnpp: use autodie for syscall failures
2023-10-28  Eric Wongspawn: croak directly in C pi_fork_exec
2023-10-27  Eric Wonglei: don't exit lei-daemon on ovv_begin failure
2023-10-26  Eric Wongcindex: clarify fatal vs non-fatal messages
2023-10-26  Eric Wonggit: cleanup un-associated coderepo processes
2023-10-25  Eric Wongcindex: fix large prunes
2023-10-25  Eric Wongcindex: quiet --prune when checking objectFormat
2023-10-25  Eric Wongcindex: store coderepo data asynchronously
2023-10-25  Eric Wonglei_mirror+fetch: don't slurp `git show-ref' output
2023-10-25  Eric Wongcindex: use sysread for generating fingerprint
2023-10-25  Eric Wongcindex: use run_await wrapper for git commands
2023-10-25  Eric Wongcindex: drop XH_PID global
2023-10-25  Eric Wongcindex: use run_await to read extensions.objectFormat
2023-10-25  Eric Wongcindex: start using run_await to simplify code
2023-10-25  Eric Wongcindex: use timer for inits
2023-10-25  Eric Wongcindex: avoid awaitpid for popen
2023-10-25  Eric Wongcidx_log_p: don't bother with F_SETPIPE_SZ
2023-10-25  Eric Wongqspawn: simplify internal argument passing
2023-10-25  Eric Wongqspawn: use WwwStatic for fallbacks and error code
2023-10-25  Eric Wongdrop psgi_return, httpd/async and GetlineBody
next