]> Sergey Matveev's repositories - public-inbox.git/history - t
doc: TODO and release notes updates ahead of 1.6
[public-inbox.git] / t /
2020-06-16 Eric Wongimap: *SEARCH: use Parse::RecDescent
2020-06-16 Eric Wongimap: reinstate non-UID SEARCH
2020-06-16 Eric Wongimap: improve IDLE handling at graceful shutdown
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 Wongtestcommon: allow OR-ing module dependencies
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: remove non-UID SEARCH for now
2020-06-13 Eric Wongimapd: don't bother sorting LIST output
2020-06-13 Eric Wongimap: wire up Xapian, MSN SEARCH and multi sequence...
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: FETCH: more granular CRLF conversion
2020-06-13 Eric Wongimap: LIST shows "INBOX" in all caps
2020-06-13 Eric Wongindex: account for CRLF conversion when storing bytes
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 Wongimap: allow UID range search on timestamps
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 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: case-insensitive mailbox name comparisons
2020-06-13 Eric Wongimap: support out-of-bounds ranges
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: cat_async: provide requested OID + "missing" on...
2020-06-13 Eric Wongimap: FETCH: support comma-delimited ranges
2020-06-13 Eric Wongimap: use git-cat-file asynchronously
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: fix multi-message partial header fetches
2020-06-13 Eric Wongimap: split out unit tests and benchmarks
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: implement STATUS command
2020-06-13 Eric Wongimap: delay InboxIdle start, support refresh
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-08 Eric Wongindex: v2: parallel by default
2020-06-03 Eric Wongsmsg: remove remaining accessor methods
2020-06-03 Eric Wongwww: remove smsg_mime API and adjust callers
2020-06-03 Eric Wongsmsg: introduce ->populate method
2020-05-29 Eric Wongtreat $INBOX_DIR/description and gitweb.owner as UTF-8
2020-05-27 Eric Wonglearn: fix buggy typo on List-ID mapping
2020-05-26 Eric Wongview: do not offer links to 0-byte multipart attachments
2020-05-24 Eric Wongt/eml.t: favor ->header over ->header_str
2020-05-20 Eric Wongt/edit: use eml_load here, too
2020-05-17 Eric Wongconfine Email::MIME use even further
2020-05-17 Eric Wongdescend into message/(rfc822|news|global) parts
2020-05-17 Eric Wongt/psgi_attach: assert message/* parts are downloadable
2020-05-12 Eric Wongrename "ContentId" to "ContentHash"
2020-05-10 Eric Wongemlcontentfoo: drop the {discrete} and {composite}...
2020-05-10 Eric Wongt/mime: fix test to work w/o Email::MIME
2020-05-10 Eric Wongeml: rename limits to match postfix names
2020-05-10 Eric Wongeml: enforce a maximum header length
2020-05-09 Eric Wongremove most internal Email::MIME usage
2020-05-09 Eric WongEmlContentFoo: Email::MIME::ContentType replacement
2020-05-09 Eric Wongreplace most uses of PublicInbox::MIME with Eml
2020-05-09 Eric Wongeml: pure-Perl replacement for Email::MIME
2020-05-09 Eric Wongmsg_iter: pass $idx as a scalar, not array
2020-05-09 Eric Wongsearch: support searching on List-Id
2020-05-03 Eric Wongt/convert-compact: avoid warning on `scalar(split(...
2020-05-03 Eric Wongt/httpd-corner.t: fix uninitialized warning
2020-04-30 Eric Wongt/precheck: remove Email::Simple->create from tests
2020-04-26 Eric Wongtests: replace mime_from_path with mime_load
2020-04-26 Eric Wongtests: remove Email::MIME->create use entirely
2020-04-26 Eric Wongtestcommon: introduce mime_load sub
2020-04-22 Eric Wongt/mda.t: avoid needless use of Email::Simple
2020-04-22 Eric Wongt/*.t: reduce dependency on Email::MIME APIs
2020-04-22 Eric Wongt/*.t: use Email::MIME->create over PublicInbox::MIME...
2020-04-22 Eric Wongt/feed: remove useless $ENV{GIT_DIR} assignment
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-21 Eric Wongt/nntpd: die if we can't open stderr output
2020-04-21 Eric Wongt/nntpd: reduce dependencies on internal API
2020-04-21 Eric Wongt/nntpd: fix lsof check w/ TEST_RUN_MODE=0
2020-04-21 Eric Wongindex: support --max-size / publicinbox.indexMaxSize
2020-04-20 Eric Wongtestcommon: spawn-aware system() and qx[] workalikes
2020-04-20 Eric Wongt/ds-leak: use BSD::Resource
2020-04-20 Eric Wongimport: init_bare: allow use as method, use in tests
2020-04-20 Kyle Meyerwatchmaildir: support multiple watchheader values
2020-04-19 Kyle Meyert/v*-add-remove-add: fix typo in description of 'remove...
2020-04-19 Eric Wongreduce scope of mbox From_ line removal
2020-04-19 Eric Wongfavor `do {}' over `eval {}' for localized slurp
2020-04-19 Eric Wonginbox: don't memoize missing description|cloneurl
2020-04-19 Eric Wonginboxwritable: mime_from_path: reuse in more places
2020-04-17 Eric Wongsearchthread: reduce indirection by removing container
2020-04-17 Eric Wongt/httpd-unix: skip some tests w/o signalfd|EVFILT_SIGNAL
2020-04-16 Eric Wongt/httpd-corner: improve reliability and diagnostics
next