Primary discussion list for GNU Wget
bug-wget.gnu.org
(
List home) (
Recent threads) (
382 other GNU lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Low traffic list: less than 3 messages per day
- This list contains about 2,483 messages, beginning Mar 2010
- 0 messages added yesterday
Primary discussion list for GNU Wget
September 2011
Vladimir Lomov — 131496664602 Sep 2011*
Hello, I'm on Archlinux x86_64. After updating the system with the help of package manager wget aborts on simple `wget --version' with exit co...
Christian Jullien — 131513582304 Sep 2011*
When compiling gnutls.c on solaris 10 sparc with gcc 4.6.1 I get an error on: ret = ioctl (fd, FIONBIO, &one); because FIONBIO is undefined.Adding...
Stefan Tomanek — 131516647504 Sep 2011*
Hello, I created a patch to store the URL inside the user xattrs of the downloaded file; this way, its origin can be identified afterwards. I uploaded...
mattw — 131516784704 Sep 2011
Giuseppe Scrivano, I don't think Wget should ignore quota specifications for single files as it does. (See the "-Q" or "--quota...
mattw — 131516785504 Sep 2011
Giuseppe, I think an option for Wget to download web pages as complete MHTML files would be very useful. I could see such a feature being used for an ...
mattw — 131521517405 Sep 2011*
Giuseppe, Wget does not seem to be including images in web pages that are called with the CSS background specification. For example: style=" back...
mattw — 131521517505 Sep 2011*
Giuseppe, I wonder if Wget needs an option like --resetdefaults=yes to reset any changes that may have been made in the ".wgetrc" file. This...
matthew — 131521517905 Sep 2011*
Giuseppe Scrivano, I don't think Wget should ignore quota specifications for single files as it does. (See the "-Q" or "--quota...
40016-sumy — 131525487305 Sep 2011
Скажите пожалуйста, как скачать php сайт, чтобы знак вопроса после php был преобразов...
Jitin Arora — 131600347314 Sep 2011
I am using GNU Wget 1.10.2 (Red Hat modified). The command I am typing is "wget -r http://admin.utep.edu/" From what I could gather by readi...
Alan Thomas — 131623587717 Sep 2011*
When I try to run wget at the DOS prompt on a Windows 7 laptop, I get the following error: "The application was unable to start correctly (0xc000...
Veronica Watson — 131626140517 Sep 2011*
Hello, I am trying to download a data file, but am unsuccessful. I have downloaded other files just fine, but I have a feeling that this one is either...
Giuseppe Scrivano — 131631276318 Sep 2011*
Hello, I am pleased to announce the new version of GNU wget. It fixes some bugs reported in the recent wget 1.13.3 release. It is available for downlo...
H.Merijn Brand — 131641586719 Sep 2011*
As of wget-1.13, you seem to prefer GNUTLS over openssl. Whatever the reasoning behind it might be, the configuration now just FAILs if the target sys...
(Karl Berry) — 131644629319 Sep 2011*
Hi Giuseppe, The copyright year in the wget --version output should be 2011, not 2009. As seen in 1.13.4. k...
Kevin Doty — 131681748823 Sep 2011*
Colleague: I am using the short script below using "wget" to try to download files like "narrmonhr-a_221_19790101_2100_000.grb" fr...
Manuel José Muñoz Calero — 131695229125 Sep 2011
Hello to all, I'm new at the project, my name is Manuel from Spain. I would like to collaborate coding, fixing bugs and whatever is needed. These ...
Michael Shigorin — 131702829426 Sep 2011*
Hello Micah, I've noted that wget-1.13.4 behaves differently on a situation involving redirects, weird thing is that it was spotted on SF which is...
(Karl Berry) — 131713655527 Sep 2011*
Tiny change for the manual to make its dir entry consistent with others, ok? Thanks, k --- /usr/local/gnu/src/wget-1.13.4/doc/ORIG/wget.texi 2011-08-0...
Steven M. Schweda — 131719134028 Sep 2011*
It's still early, but here are the initial complaints... "lib/snprintf.c" now ignores HAVE_SNPRINTF. In previous wget versions, I could ...
Tim Pizey — 131719484128 Sep 2011*
Hi, at the moment (v 1.12) wget returns status 8 (Server issued an error response) for any non 200 status. It would be really nice it the actual error...
Steven M. Schweda — 131723812028 Sep 2011*
Not really practical here.Sadly, the whole GNU autoconf mess relies on having too much of the whole GNU infrastructure available to make it practical ...
Steven M. Schweda — 131727130629 Sep 2011*
What, exactly, do you see where, exactly? All I see in "lib/vasnprintf.h" is stuff like: # define vasnprintf rpl_vasnprintf # define asnprin...
Steven M. Schweda — 131730862829 Sep 2011
I still haven't looked at the details here, but I did notice that the _second_ getopt_long() loop does things like: /* If LONGINDEX is unchanged, ...
Steven M. Schweda — 131732707029 Sep 2011
Now I have. Adding a test on "longindex" seems to fix the problem without causing any obvious (to me) damage: ALP $ gdiff -u src/main.c_orig...
Metzler, Chris — 131733381929 Sep 2011
I'm experiencing some odd behavior with recursive ftp wgets. In a more recent version, the recursive wget appears to ignore the umask and gives th...
Steven M. Schweda — 131733671129 Sep 2011
Well, not quite. In "src/openssl.c:ssl_init()", there's this: SSL_METHOD const *meth; which causes a problem with some older OpenSSL kit...
Steven M. Schweda — 131736239730 Sep 2011
One possible solution: --- src/init.c_orig 2011-08-19 05:06:20 -0500 +++ src/init.c 2011-09-30 00:44:16 -0500 @@ -597,21 +597,34 @@ variable has been ...
Steven M. Schweda — 131742101230 Sep 2011
Two more things, both in "src/ftp.c". Part of some VMS-specific stuff (BIN_TYPE_FILE) got lost/discarded somewhere along the line. Also, whi...