Re: [Bug-wget] wget 1.13: FIONBIO does not exist on solaris

2011-09-04 Thread Giuseppe Scrivano
Christian Jullien eli...@orange.fr writes: 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: #include sys/fcntl.h Let: #ifdef F_GETFL ret = fcntl (fd,

Re: [Bug-wget] Storing the URL in extended attributes

2011-09-04 Thread Petr Pisar
On Mon, Oct 18, 2010 at 12:48:14PM +0200, Petr Pisar wrote: On Mon, Oct 18, 2010 at 12:27:24PM +0200, Michelle Konzack wrote: Am 2010-10-17 22:38:51, hacktest Du folgendes herunter: I created a patch to store the URL inside the user xattrs of the downloaded file; this way, its origin can

[Bug-wget] Wget should not ignore quota specifications for single files.

2011-09-04 Thread matthew
Giuseppe Scrivano, I don't think Wget should ignore quota specifications for single files as it does. (See the -Q or --quota switch in the User Manual.) If someone specifically indicates a quota from the command line, then this is obviously what they want to do (for whatever reason). On the

[Bug-wget] Suggestion: An option for Wget to reset all command-line defaults.

2011-09-04 Thread mattw
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 way, if Wget is used within a batch file or script that is to be distributed for use on various platforms/systems, the developer of the script can be

[Bug-wget] Wget is not downloading background images.

2011-09-04 Thread mattw
Giuseppe, Wget does not seem to be including images in web pages that are called with the CSS background specification. For example: style= background:url('images/cgsb-bg-menu-2.jpg') My test page is properly validated as HTML 4.01 Transitional, but neither of the following Wget commands

[Bug-wget] Option for Wget to download web pages as complete MHTML files.

2011-09-04 Thread mattw
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 online service that allows people to publicly archive any web page. An addition to being of general use, this could also provide the online