From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 717EA1FA66 for ; Fri, 25 Sep 2015 02:27:59 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/8] nntp: more fixes and tiny speedups Date: Fri, 25 Sep 2015 02:27:49 +0000 Message-Id: <20150925022757.6915-1-e@80x24.org> List-Id: Still trying my best to avoid introducing more metadata or Xapian index overhead to support OVER/XOVER, but it seems futile at this point. Eric Wong (8): nntp: HDR allows metadata prefixed with ':' nntp: consistently use 501 for unsupported LIST searchidx: remove unused sub: next_doc_id nntp: do not repeat result on blocked write nntp: prefix FD on every log line git: signal-safety for pipe writes git: use fields for GitCatFile nntp: avoid signals for long responses lib/PublicInbox/GitCatFile.pm | 17 +++++++---------- lib/PublicInbox/NNTP.pm | 30 ++++++++++++++---------------- lib/PublicInbox/SearchIdx.pm | 2 -- 3 files changed, 21 insertions(+), 28 deletions(-)