Re: Wget scriptability

2008-08-03 Thread Dražen Kačar
Micah Cowan wrote: Okay, so there's been a lot of thought in the past, regarding better extensibility features for Wget. Things like hooks for adding support for traversal of new Content-Types besides text/html, or adding some form of JavaScript support, or support for MetaLink. Also, support

Re: More portability stuff [Re: gettext configuration]

2007-10-29 Thread Dražen Kačar
Micah Cowan wrote: AFAIK, _no_ system supports POSIX 100%, AIX and Solaris have certified POSIX support. That's for the latest, IEEE Std 1003.1-2001. More systems have certified POSIX support for the older POSIX release. OTOH, all POSIX releases have optional parts which don't have to be

Re: Requests are always HTTP/1.0 ?!

2007-05-04 Thread Dražen Kačar
Graham Leggett wrote: On Wed, May 2, 2007 9:16 am, Daniel Stenberg wrote: Host: kpic1 is a HTTP/1.1 feature. So this is non-sensical. Some pre-1.1 servers have required this header, I don't see how the 1.0 spec forbids it and by using it you can utilize name-based virtual hosting so I

Re: No more Libtool (long)

2005-06-27 Thread Dražen Kačar
Hrvoje Niksic wrote: Google doesn't show even nearly enough hits when you search for libtool sucks. Because it's an understatement. :-) -- .-. .-.Yes, I am an agent of Satan, but my duties are largely (_ \ / _) ceremonial. | |[EMAIL PROTECTED]

Re: php site handling problem: PHPSESSIONID

2005-03-11 Thread Dražen Kačar
Marcel Partap wrote: http://www.rwth-aachen.de/gruenderkolleg/spinoffs/firma.php?id=22PHPSESSID=7f0dd9f1ff08d9ce3acc2039577c60b1 That PHPSESSID stuff sux. If I download it again, it will not overwrite old with new but make a new one. So I dema.. eeh WE need a command switch to kill thos

Re: string_t breaks compilation under Solaris

2005-02-21 Thread Dražen Kačar
Hrvoje Niksic wrote: 2) Server messages printed by Wget in normal operation, such as the 200 Ok message. That one is printed just for the fun factor anyway, we could as well print just the response code. However, I don't see a problem with simply filtering out the non-ASCII's from

Re: new string module

2005-01-05 Thread Dražen Kačar
Jan Minar wrote: What's wrong with mbrtowc(3) and friends? The mysterious solution is probably to use wprintf(3) instead printf(3). Couple of questions on #c on freenode would give you that answer. Historically, wget source was written in a way which allowed one to compile it on really old

Re: Large Files Support for Wget

2004-05-10 Thread Dražen Kačar
Hrvoje Niksic wrote: David Fritz [EMAIL PROTECTED] writes: IIUC, GNU coreutils uses uintmax_t to store large numbers relating to the file system and prints them with something like this: char buf[INT_BUFSIZE_BOUND (uintmax_t)]; printf (_(The file is %s octets long.\n), umaxtostr

Re: bug in use index.html

2004-03-04 Thread Dražen Kačar
Hrvoje Niksic wrote: The whole matter of conversion of / to /index.html on the file system is a hack. But I really don't know how to better represent empty trailing file name on the file system. Another, for now rather limited, hack: on file systems which support some sort of file attributes

Re: connect.c compilation problems on irix

2003-12-01 Thread Dražen Kačar
Hrvoje Niksic wrote: access to structure elements *looks* like it's accessing an sa_len element, whereas in fact it's in fact accessing a union. This is all very nice until you try to name a variable sa_len. That's why dear standards reserve large chunks of the namespace. Something or other