]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2019-12-18 Eric WongTODO: add UUCP address item
2019-12-17 Eric WongMakefile.PL: allow overriding "prove" from make CLI
2019-12-17 Eric Wongt/edit.t: drop redundant "delete local $ENV{...}"
2019-12-16 Eric Wongdaemon: drop listeners early in master on graceful...
2019-12-16 Eric Wongdaemon: shorten lifetime of listener_names mapping
2019-12-15 Eric Wongaddress: explicitly reject local-only addresses
2019-12-15 Eric Wongaddress: use Email::Address::XS if available
2019-12-15 Eric Wongaddress: use comment as name if no phrase available
2019-12-15 Eric Wonginbox: fix periodic git process cleanup
2019-12-15 Eric Wongsearchidx: do not modify read-only $1 via git_unquote
2019-12-14 Eric Wongdaemon: use DESTROY for unlinking --pid-file
2019-12-14 Eric Wongds: move NNTP-only expiration code into DS
2019-12-14 Eric Wongds: move EvCleanup code into DS
2019-12-12 Eric WongMakefile.PL: fix "dsyn" target
2019-12-12 Eric Wongmbox: do not try to create filename from empty string
2019-12-12 Eric Wongmsgtime: avoid obviously out-of-range dates (for now)
2019-12-12 Eric WongDate::Parse is now optional
2019-12-12 Eric Wongmsgtime: drop Date::Parse for RFC2822
2019-12-12 Eric Wongadd msgtime_cmp maintainer test
2019-12-12 Eric Wonggit: async batch interface
2019-12-11 Eric Wongbuild: support doc generation w/o GNU make
2019-12-11 Eric Wongimport: (cleanup) drop redundant env arg to run_die
2019-12-11 Eric Wongspawn: remove support for clearing the env
2019-12-11 Eric Wongtests: don't repeatly validate NEWS.atom
2019-12-11 Eric WongTODO: update and add a few more items
2019-12-11 Eric Wongds: ->Reset initializes $nextq
2019-12-11 Eric Wongt/common: set $0 when running script w/o fork
2019-12-11 Eric Wongt: localize the PI_CONFIG env
2019-11-29 Eric Wongreplace: quiet "git gc" invocation
2019-11-29 Eric Wongt/replace: quiet "git fsck" invocation
2019-11-28 Eric Wongt/httpd-unix: FreeBSD expects to fail with EADDRINUSE
2019-11-27 Eric WongMakefile.PL: MANIFEST dependency fix
2019-11-27 Eric Wonghttpd|nntpd: avoid missed signal wakeups
2019-11-27 Eric Wongdskqxs: fix missing EV_DISPATCH define
2019-11-27 Eric Wongmsgtime: deal with strange minutes in TZ offsets
2019-11-27 Eric Wongt/msgtime: add more checks for known cases
2019-11-27 Eric Wongt/msgtime: show date in test descriptions
2019-11-24 Eric Wongtests: move giant inbox/git dependent tests to xt/
2019-11-24 Eric Wongt/perf-*.t: use $ENV{GIANT_INBOX_DIR} consistently
2019-11-24 Eric Wongtests: quiet down commit graph
2019-11-24 Eric Wongtests: use File::Temp->newdir instead of tempdir()
2019-11-24 Eric Wongxapcmd: replace Xtmpdirs with File::Temp->newdir
2019-11-24 Eric Wongt/nntpd-validate: get rid of threads dependency
2019-11-24 Eric Wongt/common: start_script replaces spawn_listener
2019-11-24 Eric Wongdaemon: avoid race when quitting workers
2019-11-24 Eric Wongdaemon: use sigprocmask when respawning workers
2019-11-24 Eric Wongdaemon: use sigprocmask to block signals at startup
2019-11-24 Eric Wong.gitignore: ignore local prove(1) files
2019-11-24 Eric Wongt/nntpd-tls: sometimes SSL_connect succeeds quickly
2019-11-24 Eric Wongt/httpd-corner: wait for worker process death
2019-11-24 Eric Wongt/xcpdb-reshard: test xcpdb --compact
2019-11-24 Eric Wongt/v1-add-remove-add: quiet down "git init"
2019-11-24 Eric Wongtests: use strict everywhere
2019-11-24 Eric Wongtests: disable daemon workers in a few more places
2019-11-24 Eric Wongmboxgz: fix compiler parse error under under Perl 5...
2019-11-24 Eric Wongcheck for File::Temp 0.19 for ->newdir method
2019-11-16 Eric Wongt/xcpdb-reshard: use run_script for -xcpdb
2019-11-16 Eric Wongt/indexlevels-mirror*: switch to run_script
2019-11-16 Eric Wongt/v2mda: switch to run_script in many places
2019-11-16 Eric Wongt/watch_filter_rubylang: run_script for -init and ...
2019-11-16 Eric Wongt/nntpd: use run_script for -init
2019-11-16 Eric Wongt/watch_maildir_v2: use run_script for -init
2019-11-16 Eric Wongt/httpd: use run_script for -init
2019-11-16 Eric Wongt/convert-compact: convert to run_script
2019-11-16 Eric Wongt/v2mirror: switch to default run_mode for speedup
2019-11-16 Eric Wongdoc: remove IPC::Run as a dev and test dependency
2019-11-16 Eric Wongt/mda_filter_rubylang: drop IPC::Run dependency
2019-11-16 Eric Wongt/mda: switch to run_script for testing
2019-11-16 Eric Wongt/v2mirror: get rid of IPC::Run dependency
2019-11-16 Eric Wongt/purge: convert to run_script
2019-11-16 Eric Wongt/init: convert to using run_script
2019-11-16 Eric Wongt/edit: switch to use run_script
2019-11-16 Eric Wongt/common: introduce run_script wrapper for t/cgi.t
2019-11-16 Eric Wongspawn: which: allow embedded slash for relative path
2019-11-16 Eric Wongxapcmd: do not fire END and DESTROY handlers in child
2019-11-16 Eric Wongimport: only pass Inbox object to SearchIdx->new
2019-11-16 Eric Wonginboxwritable: add ->cleanup method
2019-11-16 Eric Wonglearn: pass global variables into subs
2019-11-16 Eric Wongmda: pass global variables into subs
2019-11-16 Eric Wonginit: pass global variables into subs
2019-11-16 Eric Wongindex: pass global variables into subs
2019-11-16 Eric Wongadmin: get rid of singleton $CFG var
2019-11-16 Eric Wongedit: use OO API of File::Temp to shorten lifetime
2019-11-16 Eric Wongedit: pass global variables into subs
2019-11-16 Eric Wongmboxgz: use Compress::Raw::Zlib instead of IO::Compress...
2019-11-16 Eric Wongmbox: split mboxgz out into a separate file
2019-11-16 Eric Wongmbox: unused mid_clean import
2019-11-15 Eric Wongdoc: check-man: save the result of successful runs
2019-11-15 Eric Wongt/psgi_mount: require SearchIdx before using
2019-11-15 Eric Wongt/common: move unix_server to t/httpd-corner.t
2019-11-15 Eric Wongt/common: inline stream_to_string into t/feed.t
2019-11-14 Eric Wongdoc: mknews: support Email::MIME <1.930
2019-11-14 Eric Wongconvert: remove duplicated GetOptions() call
2019-11-14 Eric Wonginboxwritable: drop {-importer} cyclic reference
2019-11-14 Eric Wongxapcmd: localize %SIG changes using "local"
2019-11-14 Eric Wongsolvergit: use --unidiff-zero with git-apply(1)
2019-11-09 Kyle Meyerdoc: drop a repeated word
2019-11-08 Eric Wongt/*.t: disable nntpd/httpd worker processes in most...
2019-11-08 Eric Wongt/hl_mod.t: remove IPC::Run (and File::Temp) dependency
2019-11-08 Eric Wongt/httpd-corner.t: get rid of IPC::Run for running curl
next