]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Watch.pm
imap+nntp: share COMPRESS implementation
[public-inbox.git] / lib / PublicInbox / Watch.pm
2021-10-22 Eric Wongwatch: remove redundant signal mask manipulation
2021-10-22 Eric Wongwatch: check for {quit} before IDLE
2021-10-16 Eric Wongdir_idle: do not add watches in ->new
2021-10-01 Eric Wongds: simplify signalfd use
2021-09-22 Eric Wongtreewide: fix %SIG localization, harder
2021-09-19 Eric Wongwatch: use net_reader->mic_new wrapper for SOCKS+TLS
2021-09-09 Eric Wongnet_reader: combine Net::NNTP and IMAPClient args
2021-09-09 Eric Wongnet_reader: imap_opt => cfg_opt
2021-09-09 Eric Wongnet_reader: nntp_opt => cfg_opt
2021-09-09 Eric Wongnet_reader: set IMAPClient Keepalive flag late
2021-09-03 Eric Wonglei: fix read/write IMAP access
2021-04-20 Eric Wongconfig: favor ->get_all when possible
2021-03-31 Eric Wongdoc: add lei-mail-formats(5) manpage
2021-03-11 Eric Wongwatch: IMAP: ignore \Deleted and \Draft messages
2021-02-24 Eric Wongnet_reader: trim exports and remove unused uri_new
2021-02-24 Eric Wongwatch: switch IMAP and NNTP fetch loops to NetReader
2021-02-24 Eric Wonglei <import|convert>: support NNTP sources
2021-02-21 Eric Wongnet_reader: use and accept URIimap objects in more...
2021-02-18 Eric Wongwatch: connect to NNTP and IMAP in config order
2021-02-18 Eric Wongwatch: move imap_common_init to NetReader
2021-02-10 Eric Wongnet_reader: new package split from -watch
2021-02-10 Eric Wonguse MdirReader in -watch and InboxWritable
2021-02-08 Eric Wongds: improve add_timer usability
2021-02-05 Eric Wongeml: handle warning ignores for lei
2021-01-26 Eric Wonguse defined-or in a few more places
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-24 Eric Wongtreewide: reseed RNG in child processes
2021-01-12 Eric Wongds: block signals when reaping
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
2020-12-26 Eric Wongdefault to CORE::warn in $SIG{__WARN__} handlers
2020-12-09 Eric Wongrename {pi_config} fields to {pi_cfg}
2020-09-12 Eric Wongtreewide: avoid `goto &NAME' for tail recursion
2020-09-10 Eric Wongconfig: flatten each_inbox and iterate_start args
2020-09-01 Eric Wongwatch: use EOFpipe to reduce dwaitpid wakeups
2020-09-01 Eric Wongwatch: comments and tiny cleanups
2020-09-01 Eric Wongwatch: block signals before fork on non-signalfd/kevent...
2020-09-01 Eric Wongwatch: avoid unnecessary spawning on spam removals
2020-09-01 Eric Wongrename WatchMaildir => Watch