messages from 2016-05-15 23:51:39 to 2016-06-21 10:35:46 UTC [more...]
[PATCH 0/2] Subject-less message support
2016-06-21 10:35 UTC (3+ messages)
` [PATCH 1/2] search: support Subject:-less messages
` [PATCH 2/2] view: support non-existent Subjects for permalink titles
[PATCH] daemon: disable SIGWINCH unless explicitly daemonized
2016-06-21 10:18 UTC
[PATCH 0/2] searchidx: fix ghost vivification
2016-06-21 4:28 UTC (3+ messages)
` [PATCH 1/2] searchidx: simplify ghost creation
` [PATCH 2/2] searchidx: merge old thread id from ghosts
[PATCH 0/7] www: avoid recursion for thread walking
2016-06-21 3:12 UTC (8+ messages)
` [PATCH 1/7] view: remove upfx parameter from thread skeleton dump
` [PATCH 2/7] view: remove dst "
` [PATCH 3/7] view: remove recursion "
` [PATCH 4/7] view: remove recursion from expanded thread view
` [PATCH 5/7] searchview: remove recursion from "
` [PATCH 6/7] view: avoid recursion in topic index
` [PATCH 7/7] view: common thread walking interface
[PATCH] spawn: improve error checking for fork failures
2016-06-21 2:39 UTC
[PATCH] searchview: use inbox->msg_by_mid
2016-06-20 23:05 UTC
[PATCH] searchview: fix Atom dump
2016-06-20 20:24 UTC
[PATCH 0/2] better ghost handling
2016-06-20 7:22 UTC (3+ messages)
` [PATCH 1/2] www: improve topic view by scanning for ghosts
` [PATCH 2/2] nntp: use lookup_mail instead of lookup_message
[PATCH] address: remove quotes around names
2016-06-20 3:18 UTC
Thinking out loud: SpamAssassin plugins
2016-06-20 2:31 UTC
[PATCH 0/7] www: various feed/streaming related cleanups
2016-06-20 0:57 UTC (8+ messages)
` [PATCH 1/7] MANIFEST: update with recent changes
` [PATCH 2/7] feed: avoid needless method dispatches on 404
` [PATCH 3/7] feed: remove dependence on fh->write for streaming
` [PATCH 4/7] mbox: remove feed dependency
` [PATCH 5/7] mbox: avoid write dependency for streaming
` [PATCH 6/7] feed: various object-orientation cleanups
` [PATCH 7/7] inbox: move field population logic to initializer
[PATCH 0/2] robustness improvements
2016-06-19 11:55 UTC (4+ messages)
` [PATCH 1/2] search: reopen and retry on updated databases
` [PATCH 2/2] examples/*@.service: wait one day for graceful shutdown
[PATCH] http: avoid recursion when hitting write count limit
2016-06-19 7:12 UTC (2+ messages)
` [PATCH 2/1] http: constrain getline/close responses by time
[PATCH] mbox: set gzip timestamp to the Unix epoch
2016-06-19 6:33 UTC
[PATCH 0/4] watch improvements for mirroring
2016-06-19 3:44 UTC (6+ messages)
` [PATCH 1/4] emergency: avoid needless mkpath dependency
` [PATCH 2/4] watch_maildir: add scan test
` [PATCH 3/4] watch_maildir: spam removal support
` [PATCH 4/4] import: allow messages without subject
` [PATCH 5/4] watch_maildir: tighten up path checks
[PATCH 0/2] graceful shutdown tweaks
2016-06-18 21:54 UTC (3+ messages)
` [PATCH 1/2] spawn: try to keep signals blocked in spawned child
` [PATCH 2/2] daemon: be less misleading about graceful shutdown
[PATCH] view: consolidate per-message newline handling
2016-06-18 8:50 UTC
[PATCH 0/3] introduce WwwStream for per-message views
2016-06-18 4:47 UTC (4+ messages)
` [PATCH 1/3] feed: split out top-of-page generation
` [PATCH 2/3] view: introduce WwwStream interface
` [PATCH 3/3] view: minor tweaks to reduce long lines
[PATCH] www: undefined query string values are empty strings
2016-06-17 23:48 UTC
[PATCH] filter/base: reject more types by default
2016-06-17 19:09 UTC
[PATCH] www: escape HTML in footer description
2016-06-17 19:09 UTC
[PATCH] remove dependency on IPC::Run
2016-06-17 2:49 UTC
[PATCH] import: auto-update index when done
2016-06-17 1:59 UTC
[PATCH 0/2] introduce public-inbox-watch
2016-06-17 1:25 UTC (4+ messages)
` [PATCH 1/2] filter: split out scrub method from delivery
` [PATCH 2/2] watch: introduce watch directive
` [PATCH 3/2] watch: quiet down rejected header matches
[PATCH] address: no commas in email addresses
2016-06-17 1:21 UTC
[PATCH] mda: support loading arbitrary filters
2016-06-17 1:14 UTC
[PATCH] search: increase limit for thread search
2016-06-17 1:12 UTC
[PATCH] TODO: remove cookies for colors
2016-06-17 0:45 UTC
[PATCH 0/3] dc-dlvr updates
2016-06-17 0:44 UTC (4+ messages)
` [PATCH 1/3] scripts/dc-dlvr: update copyright
` [PATCH 2/3] scripts/dc-dlvr: remove catchall account
` [PATCH 3/3] scripts/dc-dlvr: ClamAV support via clamdscan
[PATCH] searchidx: disable Email::MIME::ContentType::STRICT_PARAMS
2016-06-17 0:22 UTC
[PATCH] msg_iter: support read-only elements
2016-06-17 0:21 UTC
[PATCH] doc: update design_www.txt for reply view
2016-06-15 21:46 UTC
[PATCH] README: various updates
2016-06-15 21:46 UTC
[PATCH] INSTALL: recommend Debian 8.5 for Xapian corruption fix
2016-06-15 21:12 UTC
[PATCH] unsubscribe: archive_url may be undefined
2016-06-15 21:12 UTC
[PATCH] inbox: allow undef return value for base_url
2016-06-15 1:40 UTC (2+ messages)
` [PATCH] unsubscribe: archive_url may be undefined
[PATCH 0/9] big mda filter changes
2016-06-15 0:37 UTC (10+ messages)
` [PATCH 1/9] drop dependency on File::Path::Expand
` [PATCH 2/9] t/feed.t: make IPC::Run usage optional
` [PATCH 3/9] learn: remove IPC::Run dependency
` [PATCH 4/9] t/mda.t: remove senseless use of Email::Filter
` [PATCH 5/9] t/mda: use only Maildir for testing
` [PATCH 6/9] mda: precheck no longer depends on Email::Filter
` [PATCH 7/9] filter: begin work on a new filter API
` [PATCH 8/9] emergency: implement new emergency Maildir delivery
` [PATCH 9/9] mda: hook up new filter functionality
[PATCH] nntp: do not double-encode UTF-8 body
2016-06-14 6:57 UTC
[PATCH] examples: systemd socket and service definitions for daemons
2016-06-13 23:01 UTC (2+ messages)
` [PATCH 2/1] doc: systemd examples should only kill one process
[PATCH] view: msg_html uses getline body to reduce latency
2016-06-13 21:43 UTC
[PATCH] daemon: reset unused signal handlers to default in child
2016-06-11 21:58 UTC
[PATCH] unsubscribe: HTML encode undecryptable username
2016-06-10 7:26 UTC
[PATCH] doc: update links to HTTPS sites in INSTALL and README
2016-06-09 1:03 UTC
[PATCH] unsubscribe: get off mah lawn^H^H^Hist
2016-06-07 13:40 UTC (8+ messages)
` [PATCH 2/3] unsubscribe: bad URL fixup
` [PATCH 3/3] examples/unsubscribe-psgi@.service: disable worker processes
` [PATCH] unsubscribe.milter: use default postfork dispatcher
` Merge branch 'unsubscribe'
` [PATCH] unsubscribe.psgi: disable confirmation
` [PATCH] unsubscribe.milter: implement archive blacklist
` [PATCH] unsubscribe: fix off-by-one error
[PATCH] view: be sure reply text describes plain-text
2016-06-07 8:17 UTC
[PATCH] view: remove trailing whitespace from reply command
2016-06-07 7:55 UTC
[PATCH] view: escape From name properly for title
2016-06-07 7:14 UTC
[PATCH] view: inline message reply into message view
2016-06-05 21:39 UTC
[PATCH] www: force two element key-value pairs in query
2016-06-02 0:10 UTC
[PATCH] http: yield body->getline running time
2016-05-30 4:54 UTC
[PATCH] use utf8::{encode,decode} for in-place transforms
2016-05-30 4:54 UTC
[PATCH] script/*{mda,learn}: no strict params for Email::MIME::ContentType
2016-05-30 2:15 UTC
[PATCH 0/3] start removing Plack::Request from WWW
2016-05-30 2:04 UTC (4+ messages)
` [PATCH 1/3] git-http-backend: remove dependency on Plack::Request
` [PATCH 2/3] www: remove gratuitous use of Plack::Request methods
` [PATCH 3/3] www: remove a few more Plack::Request dependencies
[PATCH ssoma] doc: do not override Makefile if POD2* is set
2016-05-30 0:37 UTC
[PATCH 0/2] nntp fixes
2016-05-29 4:16 UTC (3+ messages)
` [PATCH 1/2] inbox: drop references ASAP for search and msgmap
` [PATCH 2/2] nntp: fix for missing articles/bodies/heads
[PATCH] searchmsg: all timestamps stored in Xapian are UTC
2016-05-29 2:57 UTC
[PATCH] INSTALL: note Debian bug #808610 corruption
2016-05-29 2:23 UTC
[PATCH] txt2pre: remove CGI.pm dependency
2016-05-29 2:11 UTC
[PATCH 0/7] miscellaneous cleanups
2016-05-28 1:57 UTC (8+ messages)
` [PATCH 1/7] t/plack: ensure we can cascade on common endpoints
` [PATCH 2/7] http: clarify comments about layering violation
` [PATCH 3/7] Makefile.PL: allow N to be overridden
` [PATCH 4/7] examples: config no longer supports atomUrl
` [PATCH 5/7] www: remove footer_html support
` [PATCH 6/7] config: remove try_cat
` [PATCH 7/7] remove redundant NewsGroup class
[PATCH] config: fix NewsWWW fallback for newsgroups in HTTP URLs
2016-05-27 9:06 UTC
[PATCH 0/2] git-http-backend: more cleanups + one fix
2016-05-27 8:27 UTC (3+ messages)
` [PATCH 1/2] git-http-backend: move real close to GetlineBody
` [PATCH 2/2] git-http-backend: close pipe for generic PSGI on errors
[PATCH 0/3] http: another round EPIPE fixes
2016-05-27 7:32 UTC (5+ messages)
` [PATCH 1/3] httpd/async: prevent circular reference
` [PATCH 4/3] httpd/async: do not needlessly weaken
` [PATCH 2/3] http: avoid circular reference for getline responses
` [PATCH 3/3] git-http-backend: fix aborts for generic PSGI clone
[PATCH ssoma] remove Email::Address dependency
2016-05-25 2:29 UTC (2+ messages)
` [PATCH inbox] "
[PATCH 0/3] more networking/daemon fixes
2016-05-24 4:22 UTC (4+ messages)
` [PATCH 1/3] standardize timer-related event-loop code
` [PATCH 2/3] http: fix various race conditions
` [PATCH 3/3] git-http-backend: use qspawn to limit running processes
[PATCH] http: chunk in the server, not middleware
2016-05-24 0:50 UTC (2+ messages)
` [PATCH] http: avoid uninitialized variable
[PATCH 0/5] a few more HTTP-async-related simplifications
2016-05-23 6:23 UTC (9+ messages)
` [PATCH 1/5] t/spawn.t: additional tests for popen_rd
` [PATCH 2/5] git-http-backend: remove process limit
` [PATCH 3/5] git-http-backend: simplify dumb serving
` [PATCH 4/5] http: rework async_pass support
` [PATCH 5/5] git-http-backend: switch to async_pass
` [PATCH 0/2] more git-http-backend cleanups
` [PATCH 1/2] git-http-backend: avoid Plack::Request parsing body
` [PATCH 2/2] git-http-backend: refactor to support cleanup
[PATCH] TODO: update linkification notes
2016-05-23 1:34 UTC
[PATCH] git-http-backend: cleanup vestigial the process limiter code
2016-05-23 1:28 UTC
[PATCH] config: use popen_rd when spawning `git config'
2016-05-23 1:20 UTC
[PATCH] spawn: note we do not use absolute paths within our code
2016-05-23 1:08 UTC
[PATCH] daemon: ignore SIGWINCH when connected to terminal
2016-05-23 1:02 UTC
[PATCH] www: avoid warnings on bad offsets for Xapian
2016-05-22 20:54 UTC
[PATCH] http: support async_pass for Danga::Socket
2016-05-22 6:17 UTC (3+ messages)
` [PATCH 1/2] http: fix typo: write_buf => write_buf_size
` [PATCH 2/2] http: pass reference to Danga::Socket::write
[PATCH] http: async getline supports push_back_read
2016-05-22 0:33 UTC
[PATCH] daemon: simplify forking
2016-05-21 10:55 UTC
[PATCH] import: avoid needless git update-server-info
2016-05-21 10:55 UTC
[PATCH] import: avoid needless git update-server-info
2016-05-21 10:55 UTC
[PATCH 0/2] http: start migrating to pull-based I/O
2016-05-21 5:31 UTC (5+ messages)
` [PATCH 1/2] http: reduce over-buffering for getline responses
` [PATCH 2/2] mbox: switch generation over to pull model
` [PATCH 4/1] unsubscribe: prevent decrypt from showing random crap
` [PATCH] localize $/ in more places to avoid potential problems
[PATCH] ssoma-replay: use TMPDIR for temporary path
2016-05-20 22:38 UTC
[PATCH 1/7] view: rely on Email::MIME::body_str for decoding
2016-05-19 22:06 UTC (8+ messages)
` [PATCH 1/6] msg_iter: new internal API for iterating through MIME
` [PATCH 2/6] switch read-only uses of walk_parts to msg_iter
` [PATCH 3/6] www: support downloading attachments
` [PATCH 4/6] msg_iter: workaround broken Email::MIME versions
` [PATCH 5/6] www: validate and check filenames in URLs
` [PATCH 6/6] view: reduce clutter for attachments w/o description
` [PATCH 8/7] www: tighten up allowable filenames for attachments
nntpd: various bug fixes
2016-05-19 8:24 UTC (3+ messages)
` [PATCH 1/2] nntpd: reject control characters entirely
` [PATCH 2/2] nntpd: avoid uninitialized warning
[PATCH] tests: add check-www-inbox script
2016-05-18 2:49 UTC
[PATCH] view: avoid redirect to reply endpoint
2016-05-18 2:47 UTC
[PATCH] feed: inline feed entry generation
2016-05-18 2:34 UTC
[PATCH] http: release resources when idle
2016-05-17 8:30 UTC
[PATCH] view: escape Message-ID for "next" link
2016-05-17 5:39 UTC
[PATCH 0/3] inbox objectification cleanups + fixes
2016-05-16 7:56 UTC (4+ messages)
` [PATCH 1/3] declare Inbox object for reusability
` [PATCH 2/3] config: allow taking an existing reference
` [PATCH 3/3] www: fix for running under mount paths
[PATCH] doc: sync ~/.spamassassin/user_prefs with my prod machine
2016-05-16 2:32 UTC
[PATCH 0/2] mbox improvements
2016-05-15 23:59 UTC (3+ messages)
` [PATCH 1/2] mbox: consistent header order when decompressed
` [PATCH 2/2] mbox: support /$INBOX/all.mbox.gz endpoint
[PATCH] git-http-backend: set cache headers
2016-05-15 23:52 UTC
[PATCH] rename most instances of "list" to "inbox"
2016-05-15 23:51 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).