about summary refs log tree commit homepage
DateCommit message (Expand)
2020-03-01doc: design_www: document offline friendliness
2020-02-27searchview: improve naming and simplify hash override
2020-02-27doc: 1.4.0 release notes update
2020-02-24v2writable: lookup_content => content_exists
2020-02-24v2writable: make remove return-compatible w/ Import::remove
2020-02-24examples/nginx_proxy: convert CRLF to LF
2020-02-24viewdiff: remove optional CR handling
2020-02-24hval: ascii_html: drop CRLF => LF conversion
2020-02-24import_vger_from_mbox: add --filter parameter
2020-02-24import_vger_from_mbox: drop redundant "use" statements
2020-02-24searchview: set obfuscation inbox properly
2020-02-24doc: technical: document data structures
2020-02-24INSTALL: s/repositories/inboxes/
2020-02-23doc: improve wording of "inbox" vs "repository"
2020-02-17view: shorten life of MIME object for permalink
2020-02-17doc: design_www: document solver endpoint
2020-02-17viewdiff: do not generate "a=" parameter if "b=" matches
2020-02-16view: remove last Hval->new caller
2020-02-16view: escape ampersand in Message-IDs
2020-02-16view: escape Subject HTML directly
2020-02-16view,searchview: avoid smsg method calls when using SQLite/Xapian
2020-02-16view: cleanup topic accumulation and dumping
2020-02-16view: dump_topics: better naming of top Subject
2020-02-16view: single id="t" for multi-Subject messages
2020-02-16view: remove mhref arg from multipart_text_as_html
2020-02-15t/msg_iter: test for X-UNKNOWN charset from Alpine
2020-02-09doc: update v1.3.0.eml with actual headers, start v1.4.0
2020-02-10public-inbox 1.3.0 v1.3.0
2020-02-08t/multi-mid: skip properly w/o DBD::SQLite
2020-02-08convert: preserve indexlevel on conversions
2020-02-08doc: more 1.3.0 release notes updates
2020-02-08doc: mark some TODO items as done
2020-02-08doc: update copyright for standards.perl
2020-02-07tests: switch to XML::TreePP for testing Atom feeds
2020-02-07syscall: support Linux x32 ABI
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-06MANIFEST: add flow.{ge,txt}
2020-02-06doc: v1: add a reference to git-filter-repo(1), too
2020-02-06doc: txt2pre: auto-linkify manpage references
2020-02-06doc: remove .x/ subdirectory for Xapian manpages
2020-02-06doc: add data flow diagram using Graph::Easy
2020-02-06t/multi-mid: don't access ~/.public-inbox/config
2020-02-04doc: recommend -compact after --reindex
2020-02-04over: simplify read-only vs read-write checking
2020-02-04inbox: remove TODO item for msg_by_path
2020-02-04inbox: simplify ->description and ->cloneurl
2020-02-04www: serve $INBOX_DIR/description as $INBOX_URL/description
2020-02-04www: stricter regexp for 405 errors
2020-02-04doc: spellling fixes for manpages
2020-02-02spawn: actually die on (vfork|fork) failures