]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
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
2020-06-21 Eric Wongdaemon: use ->can to check for IO::Socket::SSL
2020-06-16 Eric Wongimap: fix UID-offset-to-MSN mapping bugs
2020-06-16 Eric Wongimap: *SEARCH: reinstate "TEXT" search-key
2020-06-16 Eric Wongimap: *SEARCH: fix CHARSET handling
2020-06-16 Eric Wongimap: *SEARCH: use Parse::RecDescent
2020-06-16 Eric Wongimap: reinstate non-UID SEARCH
2020-06-16 Eric WongMANIFEST: add missing 1.6.0 release notes entry
2020-06-16 Eric Wongimap: stop_idle: fix parameter parsing :x
2020-06-16 Eric Wongimap: improve IDLE handling at graceful shutdown
2020-06-16 Eric Wongimap: clarify "DONE" usage with IDLE
2020-06-15 Eric Wongt/imapd: quiet overload warning from Mail::IMAPClient
2020-06-15 Eric Wongt/imapd*.t: support older Mail::IMAPClient
2020-06-15 Eric Wonginboxidle: support Linux::Inotify2 1.x
2020-06-15 Eric Wongtestcommon: allow OR-ing module dependencies
2020-06-13 Eric Wongdoc: update TODO and WIP 1.6.0 release notes
2020-06-13 Eric Wongnntpd+imapd: detect replaced over.sqlite3
2020-06-13 Eric Wongimap: introduce memory-efficient uo2m mapping
2020-06-13 Eric Wongimap: FETCH: proper MSN => UID mapping for requests
2020-06-13 Eric Wongover: uid_range: remove LIMIT
2020-06-13 Eric Wongimap: remove non-UID SEARCH for now
2020-06-13 Eric Wongimapd: don't bother sorting LIST output
2020-06-13 Eric Wongimap: misc cleanups and notes
2020-06-13 Eric Wongimap: wire up Xapian, MSN SEARCH and multi sequence...
2020-06-13 Eric Wongimap: UID SEARCH: support multiple ranges
2020-06-13 Eric Wongimap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13 Eric Wongimap: FETCH: try to make fake MSNs sequentially
2020-06-13 Eric Wongimap: further speed up HEADER.FIELDS FETCH requests
2020-06-13 Eric Wongimap: FETCH: more granular CRLF conversion
2020-06-13 Eric Wongimap: cleanup ->{uid_base} usage
2020-06-13 Eric Wongimap: reinstate some message sequence number support
2020-06-13 Eric Wongimap: support 8000 octet lines
2020-06-13 Eric Wongimap: LIST shows "INBOX" in all caps
2020-06-13 Eric Wongimap: UID FETCH requires at least one data item
2020-06-13 Eric Wongimap: rely on smsg->{bytes} for RFC822.SIZE
2020-06-13 Eric Wongindex: account for CRLF conversion when storing bytes
2020-06-13 Eric Wongsearchidx: v1 (re)-index uses git asynchronously
2020-06-13 Eric Wongimap: split ->logged_in attribute into a separate class
2020-06-13 Eric Wongimap: 30 minute auto-logout timer
2020-06-13 Eric Wongimap: IDLE: avoid extraneous wakeups, keep-alive
2020-06-13 Eric Wongimap: UID FETCH: optimize (UID FLAGS) harder
2020-06-13 Eric Wongimap: UID FETCH: optimize for smsg-only case
2020-06-13 Eric Wongimap: compile UID FETCH to opcodes
2020-06-13 Eric Wongimap: remove dummies from sequence number FETCH
2020-06-13 Eric Wongsearch: index UID for IMAP search, too
2020-06-13 Eric Wongsearch: index byte size of a message for IMAP search
2020-06-13 Eric Wongover: get_art: use dbh->prepare_cached
2020-06-13 Eric Wongimap: allow UID range search on timestamps
2020-06-13 Eric Wongimap: SEARCH: clamp results to the 50K UID range
2020-06-13 Eric Wongimap: start parsing out queries for SQLite and Xapian
2020-06-13 Eric Wongimap: avoid uninitialized warnings on incomplete commands
2020-06-13 Eric Wongimap: EXAMINE/STATUS: return correct counts
2020-06-13 Eric Wongimap: STATUS and LIST are case-insensitive, too
2020-06-13 Eric Wongxt/*: show some tunable parameters
2020-06-13 Eric Wongt/config.t: always compare against git bool behavior
2020-06-13 Eric Wongimap: omit $UID_END from mailbox name, use index
2020-06-13 Eric Wongimapd: ensure LIST is sorted alphabetically, for now
2020-06-13 Eric Wongimap: require ".$UID_MIN-$UID_END" suffix
2020-06-13 Eric Wongimap: start doing iterative config reloading
2020-06-13 Eric Wongimap: break giant inboxes into sub-inboxes of 50K messages
2020-06-13 Eric Wongimap: case-insensitive mailbox name comparisons
2020-06-13 Eric Wongxt/perf-imap-list: time refresh_inboxlist
2020-06-13 Eric Wongimap: support out-of-bounds ranges
2020-06-13 Eric Wongxt: add imapd-validate and imapd-mbsync-oimap
2020-06-13 Eric Wongimapclient: wrapper for Mail::IMAPClient
2020-06-13 Eric Wonggit: async: automatic retry on alternates change
2020-06-13 Eric Wonggit: move async_cat reference to PublicInbox::Git
2020-06-13 Eric Wonggit: cat_async: provide requested OID + "missing" on...
2020-06-13 Eric Wongimap: fix pipelining with async git
2020-06-13 Eric Wong*deflate: drop invalid comment about rbuf
2020-06-13 Eric Wongtestcommon: tcp_(server|connect): BAIL_OUT on failure
2020-06-13 Eric Wongadd imapd compression test
next