]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2020-07-06  Eric Wongfeed: /$INBOX/new.html fetches blobs asynchronously
2020-07-06  Eric Wongfeed: generate_i: eliminate pointless loop
2020-07-06  Eric Wongview: update /$INBOX/$MSGID/T/ to be async
2020-07-06  Eric Wongview: /$INBOX/$MSGID/t/ reads blobs asynchronously
2020-07-06  Eric Wongview: make /$INBOX/$MSGID/ permalink async
2020-07-06  Eric Wongwwwstream: subclass off GzipFilter
2020-07-06  Eric Wongwwwstream: use parent.pm and no warnings
2020-07-06  Eric Wongremove unused/redundant zlib-related imports
2020-07-06  Eric Wongwww: start making gzipfilter the parent response class
2020-07-06  Eric Wongwwwstream: reduce blob fetch paths for ->getline
2020-07-06  Eric Wongwwwstream: reduce object graph depth
2020-07-06  Eric Wongwwwatomstream: support async blob fetch
2020-07-06  Eric Wongxt/httpd-async-stream: allow more options
2020-07-06  Eric Wongwwwatomstream: reuse $ctx as $self
2020-07-06  Eric Wongwwwatomstream: use PublicInbox::Inbox->modified for...
2020-07-06  Eric Wongwwwatomstream: simplify feed_update callers
2020-07-06  Eric Wongmbox: async blob fetch for "single message" raw mboxrd
2020-07-06  Eric Wongmboxgz: reduce hash depth
2020-07-06  Eric Wongmboxgz: do asynchronous git blob retrievals
2020-07-06  Eric Wongstop auto-loading Plack::Middleware::Deflater
2020-07-06  Eric Wongqspawn: learn to gzip streaming responses
2020-07-06  Eric Wongwwwstatic: support gzipped directory listings
2020-07-06  Eric Wongmbox: remove html_oneshot import
2020-07-06  Eric Wong{gzip,noop}filter: ->zmore returns undef, always
2020-07-06  Eric Wonggzipfilter: replace Compress::Raw::Deflate usages
2020-07-06  Eric Wongwwwlisting: use GzipFilter for HTML
2020-07-06  Eric Wongwww: need: use WwwStream::html_oneshot
2020-07-06  Eric Wongwwwtext: switch to html_oneshot
2020-07-06  Eric Wongwwwtext: gzip text/plain responses, as well
2020-07-06  Eric Wongwww*stream: gzip ->getline responses
2020-07-06  Eric Wongwwwstream: oneshot: perform gzip without middleware
2020-07-06  Eric Wonggzipfilter: minor cleanups
2020-07-06  Eric Wonggit_async_cat: unref pipes on EOF from git->cleanup
2020-07-06  Eric Wonginboxidle: warn on inotify_add_watch failures
2020-07-05  Eric Wongt/import: test for nasty characters
2020-07-05  Eric Wongwatch: don't burn CPU on IDLE failures
2020-07-02  Eric Wongspawn: drop unused sys/uio.h include
2020-07-02  Eric Wongoveridx: document why we don't use SQLite WAL
2020-07-02  Eric Wongtests: add use/require statements for TEST_RUN_MODE=0
2020-07-02  Eric Wongwatch: retry signals to kill IDLE and polling processes
2020-07-02  Eric Wongspawn: modernize with parent.pm, drop warnings.pm
2020-07-02  Eric Wongspawn: make @RLIMITS an array
2020-07-02  Eric Wonginboxidle: avoid per-inbox anonymous subs
2020-06-30  Eric Wongt/run: show unexpected output lines in logs
2020-06-30  Eric Wongwatch: make waitpid() synchronous for Maildir scans
2020-06-30  Eric Wongspawn: unblock SIGCHLD in subprocess
2020-06-30  Eric Wongwatch: ensure SIGCHLD works in forked children
2020-06-30  Eric Wongwatch: show path for warnings from spam messages
2020-06-30  Eric Wongwatch: check for duplicates in ->over before spamcheck
2020-06-28  Eric Wongwatch: simplify internal structures
2020-06-28  Eric Wongimaptracker: use flock(2) around writes
2020-06-28  Eric Wongwatch: support ~/.netrc via Net::Netrc
2020-06-28  Eric Wongwatch: use our own "git credential" wrapper
2020-06-28  Eric Wongwatch: enable autoflush for STDOUT and STDERR
2020-06-28  Eric Wongwatch: show user-specified URL consistently.
2020-06-28  Eric Wongwatch: add NNTP support
2020-06-28  Eric Wongtestcommon: $ENV{TAIL} supports non-@ARGV redirects
2020-06-28  Eric Wongwatch: just use ->urlmatch
2020-06-28  Eric Wongwatch: remove {mdir} array
2020-06-28  Eric Wongwatch: support multiple watch: directives per-inbox
2020-06-28  Eric Wongwatch: imap: be quiet about disconnecting on quit
2020-06-28  Eric Wongwatch: support imap.fetchBatchSize parameter
2020-06-28  Eric Wongwatch: avoid long transaction to IMAPTracker
2020-06-28  Eric Wongimaptracker: drop {dbname} field
2020-06-28  Eric Wongimaptracker: add {url} field to reduce args
2020-06-28  Eric Wongds: add_timer: allow passing arg to callback.
2020-06-28  Eric Wongwatch: use UID SEARCH to avoid empty UID FETCH
2020-06-28  Eric Wongwatch: stop importers before forking
2020-06-28  Eric Wongconfig: support ->urlmatch method for -watch
2020-06-28  Eric Wongwatch: support IMAP polling
2020-06-28  Eric Wongwatch: wire up IMAP IDLE reapers to DS
2020-06-28  Eric Wongds: remove fields.pm usage
2020-06-28  Eric Wongwatch: use signalfd for Maildir watching
2020-06-28  Eric Wongwatch: remove Filesys::Notify::Simple dependency
2020-06-28  Eric Wongkqnotify|fake_inotify: detect Maildir write ops
2020-06-28  Eric Wongwatch: preliminary IMAP support
2020-06-28  Eric WongURI IMAP support
2020-06-28  Eric Wongwatchmaildir: fix check for spam vs ham inbox conflicts
2020-06-28  Eric Wongwatchmaildir: hoist out compile_watchheaders
2020-06-28  Eric Wongimaptracker: use ~/.local/share/public-inbox/imap.sqlite3
2020-06-28  Eric W. BiedermanIMAPTracker: Add a helper to track our place in reading...
2020-06-28  Eric Wonginbox: warn on ->on_inbox_unlock exception
2020-06-28  Eric Wonginboxwritable: ensure ssoma.lock exists on init
2020-06-28  Eric Wongeml: header_str_set: correctly encode UTF-8 headers
2020-06-27  Eric Wonglinkify: support imap, imaps, news, and snews URIs
2020-06-27  Eric Wongimap: EXAMINE: avoid potential race conditions
2020-06-27  Eric Wongimap: always send EXISTS on uo2m_extend
2020-06-25  Eric Wongds: flush_write: early return on closed socket
2020-06-25  Eric Wonggit_async_cat: remove circular reference
2020-06-25  Eric Wonglock: reduce inotify wakeups
2020-06-23  Eric Wongtestcommon: DS->Reset when using fork-only subprocess
2020-06-23  Eric Wongt/init: remove leftover find(1) call
2020-06-23  Eric Wonginit: add --skip-artnum parameter
2020-06-23  Eric Wonginit: refer to inboxes as "inbox" or "inboxes" in errors
2020-06-23  Eric Wonginit: add -j / --jobs parameter
2020-06-23  Eric Wongimap: refill_xap: remove needless loop
2020-06-21  Eric Wongtests: require git 2.6+ in more places
2020-06-21  Eric Wongtestcommon: require IO::Socket::SSL >= 2.007
2020-06-21  Eric Wongnntp: support slow blob retrievals
2020-06-21  Eric Wongnntp: event_step: prepare for async git reads
next