]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
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
2020-06-13 Eric Wongimap: FETCH: support comma-delimited ranges
2020-06-13 Eric Wongimap: support LSUB command
2020-06-13 Eric Wonggit: idle rbuf for async
2020-06-13 Eric Wongimap: use git-cat-file asynchronously
2020-06-13 Eric Wonggit: do our own read buffering for cat-file
2020-06-13 Eric Wonggit: async: flatten the inflight array
2020-06-13 Eric Wongimap: speed up HEADER.FIELDS[.NOT] range fetches
2020-06-13 Eric Wongimap: support the CLOSE command
2020-06-13 Eric Wongimap: do not include ".PEEK" in responses
2020-06-13 Eric Wongimap: support sequence number FETCH
2020-06-13 Eric Wongimap: simplify partial fetch structure
2020-06-13 Eric Wongimap: fix multi-message partial header fetches
2020-06-13 Eric Wongimap: split out unit tests and benchmarks
2020-06-13 Eric Wongimap: always include `resp-text' in responses
2020-06-13 Eric Wongimap: allow fetch of partial of BODY[...] and headers
2020-06-13 Eric Wongeml: each_part: single part $idx is 1
2020-06-13 Eric Wongimap: support fetch for BODYSTRUCTURE and BODY
2020-06-13 Eric Wongt/imapd: support FakeInotify and KQNotify
2020-06-13 Eric Wongimap: support LIST command
2020-06-13 Eric Wongimap: use Text::ParseWords::parse_line to handle quoted...
2020-06-13 Eric Wongimap: implement STATUS command
2020-06-13 Eric Wongimap: delay InboxIdle start, support refresh
2020-06-13 Eric Wongmsgmap: split ->max into its own method
2020-06-13 Eric Wongimap: support IDLE
2020-06-13 Eric Wonginboxidle: new class to detect inbox changes
2020-06-13 Eric Wongpreliminary imap server implementation
2020-06-13 Eric Wongnntpd: restrict allowed newsgroup names
2020-06-13 Eric Wongdoc: add some IMAP standards
2020-06-08 Eric Wongindex: v2: parallel by default
2020-06-05 Eric Wongsearchidx: v1: fix retries when Xapian and Msgmap are...
2020-06-03 Eric Wongwwwatomstream: drop smsg->{mid} fallback for non-SQLite
2020-06-03 Eric Wongsmsg: remove remaining accessor methods
2020-06-03 Eric Wongsmsg: remove ->bytes and ->lines methods
2020-06-03 Eric Wongsmsg: get rid of remaining {mime} users
2020-06-03 Eric Wongnntp: smsg_range_i: favor ->{$field} lookups when possible
2020-06-03 Eric Wongwww: remove smsg_mime API and adjust callers
2020-06-03 Eric Wonginbox: msg_by_*: remove $(size)ref args
2020-06-03 Eric Wongsmsg: get rid of ->wrap initializer, too
2020-06-03 Eric Wongsmsg: introduce ->populate method
2020-06-03 Eric Wongimport: modernize to use Perl 5.10 features
2020-06-03 Eric Wongv2writable: fix non-sensical interpolation in BUG message
2020-06-03 Eric Wongwwwatomstream: convert callers to use smsg_eml
2020-06-03 Eric Wonginbox: introduce smsg_eml method
next