]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2024-09-17  Eric Wongwww: test address URL-fication
2024-09-17  Eric Wongtest_common: improve psgi test setup + loading
2024-09-17  Eric Wongtest_common: -httpd requires HTTP::{Date,Status}
2024-09-17  Eric Wongconfig: ignore blank address= and listid= entries
2024-09-16  Eric Wongdoc: fix NEWS.html generation
2024-09-16  Eric Wongt/feed: fix uninitialized variable warnings
2024-09-14  Eric Wongview: disable address URL-fication of possible HTML...
2024-09-14  Eric Wongview: fix addr2urlmap with Plack::Builder::mount
2024-09-14  Eric Wongview: addr2urlmap matches HTML-escaped addresses, only
2024-09-12  Eric Wongview: fix x-post links for relative urls
2024-09-12  Eric Wongwww: preload all inboxes if using ->ALL
2024-09-07  Eric Wongview: fix addr2url mapping corruption
2024-09-06  Filip Hejsekview: fix mismatched quote in HTML
2024-08-31  Eric Wongtests: skip ENOSPC injection on restricted systems
2024-08-31  Eric Wongview: fix unclosed parentheses after `raw' link
2024-08-31  Eric Wongsolver: use async_check for the temporary git repo
2024-08-31  Eric Wongsolver: use xap_helper for async search if available
2024-08-31  Eric Wongsolver: use async check (`info') for coderepo
2024-08-31  Eric Wongt/v2writable: avoid failure on strace un-readyiness
2024-08-31  Eric Wonglei: increase umask timeout
2024-08-26  Eric Wongtls: set SSL_OP_NO_COMPRESSION explicitly
2024-08-21  Eric Wongt/sigfd: reduce getpid() calls and hash lookups
2024-08-21  Eric Wonglei_xsearch: allow signals during long queries
2024-08-21  Eric Wonglei: allow Ctrl-C to interrupt IMAP+NNTP reads
2024-08-21  Eric Wongsigfd: call normal Perl %SIG handlers
2024-08-21  Eric Wonglei: simplify forced signal check
2024-08-21  Eric Wongtreewide: handle EINTR for non-(signalfd|kevent)
2024-08-20  Eric Wongt/inotify3: fail gracefully on unsupported arches
2024-08-17  Eric Wongextindex: support per-inbox indexheader+altid
2024-08-17  Eric Wongextindex: support extindex.*.indexheader
2024-08-17  Eric Wongt/extsearch: use xsys_e to detect errors
2024-08-17  Eric Wongt/extsearch: use autodie to detect chmod failures
2024-08-17  Eric Wongextindex: avoid branch in ->index_eml
2024-08-17  Eric Wongwww: don't memoize ->user_help contents
2024-08-17  Eric Wongwww_text: show indexheader contents in help
2024-08-17  Eric Wongsearch: move QueryParser mappings to xh_args
2024-08-17  Eric Wongsearch: help: avoid ':' in user prefixes
2024-08-17  Eric Wongindexheader: deduplicate common values
2024-08-17  Eric Wongsearch: support per-inbox indexheader directive
2024-08-15  Eric Wongnet_reader: improve IMAP error reporting
2024-08-15  Eric Wonglei_search: make missing Xapian docs for kw lookups
2024-08-15  Eric Wongv2writable: confess on broken {idx_shards}
2024-08-15  Eric Wonglei_store: use autodie for open+close
2024-08-15  Eric Wonggit: rename `_active' sub to `cat_active'
2024-08-05  Eric Wongt/msgmap: increase poll timeout for strace
2024-07-30  Eric Wongwatch: add per-directory scanning diagnostics
2024-07-30  Eric Wongwatch: only open one directory at a time when scanning
2024-07-30  Eric Wongwatch: more details about full scan start/completion
2024-07-30  Eric Wongt/v2writable: use 5.10.1 and autodie more
2024-07-30  Eric Wongt/v2writable: test ENOSPC from fast-import
2024-07-30  Eric Wongmsgmap: mid_insert: reraise on unexpected errors
2024-07-30  Eric Wongt/msgmap: updates for Perl 5.12+ and copyrights
2024-07-28  Eric Wong*search: avoid HV modification on conditional assignment
2024-07-24  Eric Wonginotify: don't load Linux::Inotify2 if pure Perl is...
2024-07-08  Eric Wongwww: replace *eml_entry with *emit_eml
2024-07-08  Eric Wongt/www_listing: use autodie, reduce useless tests
2024-07-08  Eric Wongwww: manifest.js.gz handles If-Modified-Since
2024-07-04  Eric Wonghttp: don't requeue if using write buffer
2024-07-04  Eric Wongqspawn: avoid redundantly setting O_NONBLOCK
2024-07-04  Eric Wonginput_pipe: fstat(2) IO properly
2024-07-03  Eric Wonghttp: fix 304 responses w/o entity body w/o reverse...
2024-07-03  Eric Wonglei_mirror: show FS path for symlink conflicts
2024-07-03  Eric Wonglei_mirror: don't symlink(2) over bad links
2024-06-26  Eric Wongwww_listing: add space after `input=text' in search...
2024-06-26  Eric Wongspeedup $EXTRACT_DIFFS callers by 1%
2024-06-25  Manos Pitsidianakisimap: use spec compliant continuation request
2024-06-25  Manos Pitsidianakisdoc: add RFC4505 (AUTH=ANONYMOUS) to standards.perl
2024-06-25  Eric Wonghttp: don't store `127.0.0.1' for idle clients
2024-06-20  Eric Wonghttp: use writev for known Content-Length responses
2024-06-20  Eric Wonghttp: set Content-Length for simple array responses
2024-06-20  Eric Wonguse sendmsg w/ MSG_MORE to reduce syscalls
2024-06-20  Eric Wongds: update indentation to match rest of source
2024-06-20  Eric Wongds: remove needless O_APPEND import
2024-06-17  Eric Wongwww: search patch subject in #related query
2024-06-17  Eric Wongview: share query generation code for related patches
2024-06-17  Eric Wongwww: merge dfblob query data
2024-06-17  Eric Wongwww: strip and redirect on `<' and `>' in MSGID of URL
2024-06-12  Eric Wongsolver_git: workaround truncated `b' path in patch
2024-06-11  Eric Wongwww: deduplicate Message-ID in threading + skeleton
2024-06-11  Eric Wongxt/perf-threading: modernize + remove Xapian dependency
2024-06-10  Eric Wonggzip_filter: use zlib DEF_MEM_LEVEL for gzip
2024-06-07  Eric Wongwww: reduce fragmentation in /t/ and /T/ endpoints
2024-06-07  Eric Wongtreewide: use cached git executable lookup
2024-06-07  Eric Wongtest_common: use cached git lookup to reduce stat(2)
2024-06-07  Eric Wonggit: decouple git_version from git_exe
2024-06-07  Eric Wongtreewide: use \*STD(IN|OUT|ERR) consistently
2024-06-05  Eric Wongsearchview: avoid uninitialized vals in %rmap_inc
2024-06-05  Eric Wongmda: do not auto-create Xapian indices
2024-06-04  Eric Wonggit_http_backend: bypass safe.directory restrictions
2024-05-31  Eric Wonggit: reduce spawning for rev-parse --git-path
2024-05-31  Eric Wonggit: prefer WNOHANG for `git cat-file --batch-*'
2024-05-31  Eric Wonggcf2: eliminate unnecessary autodie::close import
2024-05-29  Eric Wongsearch: forbid getopt(3) switch injection in query
2024-05-25  Eric Wongwww_coderepo: improve handling of broken repos
2024-05-25  Eric Wonggit: don't break from event loop if cat-file fails
2024-05-21  Eric Wongt/lei-tag: allow changing time for --commit-delay test
2024-05-20  Eric Wongxap_helper.h: fix CPP error on non-glibc
2024-05-20  Eric Wongwww_text: fix /$INBOX/_/text/help/raw endpoint
2024-05-20  Eric Wonglei_saved_search: drop ->altid_map method
2024-05-20  Eric Wongxap_helper: drop DB handles on EMFILE/ENFILE/etc...
next