From owner-cvs-all@FreeBSD.ORG Fri Sep 26 12:16:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF50316A4D8; Fri, 26 Sep 2003 12:16:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2AEC4404E; Fri, 26 Sep 2003 12:16:05 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QJG5XJ040739; Fri, 26 Sep 2003 12:16:05 -0700 (PDT) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8QJG5Un040738; Fri, 26 Sep 2003 12:16:05 -0700 (PDT) (envelope-from scop) Message-Id: <200309261916.h8QJG5Un040738@repoman.freebsd.org> From: Ville Skyttä Date: Fri, 26 Sep 2003 12:16:05 -0700 (PDT) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/cvsweb ChangeLog INSTALL cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 19:16:06 -0000 scop 2003/09/26 12:16:05 PDT FreeBSD projects repository Modified files: cvsweb ChangeLog INSTALL cvsweb.cgi Log: Pulling in the huge CGI module only for the sake of query string parsing isn't quite worth it. Revert to a homebrew implementation, use URI::Escape and grok semicolons as separators. Revision Changes Path 1.102 +7 -0 projects/cvsweb/ChangeLog 1.15 +1 -1 projects/cvsweb/INSTALL 1.202 +35 -23 projects/cvsweb/cvsweb.cgi