Re: [Bug-wget] [PATCH] New option: --rename-output: modify output filename with perl

2013-08-03 Thread Ángel González
On 03/08/13 21:07, Micah Cowan wrote: On Sat, Aug 03, 2013 at 04:11:59PM +0200, Tim Rühsen wrote: As a second option, we could introduce (now or later) --name-filter-program="program REGEX" The 'program' answers each line it gets (the original filename) by excactly one output line (the

Re: [Bug-wget] [PATCH] New option: --rename-output: modify output filename with perl

2013-08-03 Thread Micah Cowan
On Sat, Aug 03, 2013 at 04:11:59PM +0200, Tim Rühsen wrote: > As a second option, we could introduce (now or later) > --name-filter-program="program REGEX" > > The 'program' answers each line it gets (the original filename) by excactly > one > output line (the new filename) as long as Wget

[Bug-wget] [PATCH] GnuTLS certificate loading

2013-08-03 Thread Tim Rühsen
Some improvements to gnutls.c, especially improved certificate loading. Regards, Tim >From 1194317f35a014c878526dc3d2ada55ebd5fd6de Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Sat, 3 Aug 2013 19:56:39 +0200 Subject: [PATCH] gnutls improvements --- src/ChangeLog | 7 src/gnutls.c |

Re: [Bug-wget] GnuTLS certificate loading

2013-08-03 Thread Tim Rühsen
Am Samstag, 3. August 2013, 00:14:38 schrieb Ángel González: > On 02/08/13 16:11, Tim Ruehsen wrote: > > Hi, > > > > I realized that gnutls.c loads every file it can find in the given > > ca_directory (default: /etc/ssl/certs). > > > > For me (on Debian SID) it means, every certificate is loaded

Re: [Bug-wget] [PATCH] New option: --rename-output: modify output filename with perl

2013-08-03 Thread Tim Rühsen
Ok, one step back. We already have - conditionally compilable - PCRE library access plus POSIX regex for --adjust and --reject, switchable by --regex-type. Why not use similar mechanisms for consistency ? --name-filter=REGEX The content of REGEX then depends of the --regex-type (Posix