building on 32 extend 64 arch nix*

2008-03-17 Thread mm w
Hello there, I ve two gcc warning regarding data size operations src/hash.c unsigned long hash_pointer (const void *ptr) { . #if SIZEOF_VOID_P 4 key += (key 44); key ^= (key 54); key += (key 36); key ^= (key 41); key += (key 42); key ^= (key 34); key += (key 39); key

Re: building on 32 extend 64 arch nix*

2008-03-17 Thread mm w
On Mon, Mar 17, 2008 at 1:57 PM, Hrvoje Niksic [EMAIL PROTECTED] wrote: mm w [EMAIL PROTECTED] writes: #if SIZEOF_VOID_P 4 key += (key 44); key ^= (key 54); key += (key 36); key ^= (key 41); key += (key 42); key ^= (key 34); key += (key 39); key

Re: building on 32 extend 64 arch nix*

2008-03-18 Thread mm w
hi there, is there IRC room regarding wget dev (somewhere)? :) Hrvoje, is it a Croatian name?

Re: building on 32 extend 64 arch nix*

2008-03-18 Thread mm w
On Tue, Mar 18, 2008 at 7:32 PM, Micah Cowan [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mm w wrote: hi there, is there IRC room regarding wget dev (somewhere)? :) We have #wget on freenode.net, where dev discussion is welcome; however, it is very low

Re: Wget 1.11.3 - case sensetivity and URLs

2008-06-13 Thread mm w
standard: the URL are case-insensitive you can adapt your software because some people don't respect standard, we are not anymore in 90's, let people doing crapy things deal with their crapy world Cheers! On Fri, Jun 13, 2008 at 2:08 PM, Tony Lewis [EMAIL PROTECTED] wrote: Micah Cowan wrote:

Re: Wget 1.11.3 - case sensetivity and URLs

2008-06-13 Thread mm w
PROTECTED] wrote: mm w wrote: standard: the URL are case-insensitive you can adapt your software because some people don't respect standard, we are not anymore in 90's, let people doing crapy things deal with their crapy world You obviously missed the point of the original posting: how can

Re: Wget 1.11.3 - case sensetivity and URLs

2008-06-16 Thread mm w
On Sat, Jun 14, 2008 at 4:30 PM, Tony Lewis [EMAIL PROTECTED] wrote: mm w wrote: Hi, after all, after all it's only my point of view :D anyway, /dir/file, dir/File, non-standard Dir/file, non-standard and /Dir/File non-standard According to RFC 2396: The path component contains data

Re: Wget 1.11.3 - case sensetivity and URLs

2008-06-19 Thread mm w
a simple url-rewriting conf should fix the problem, wihout touch the file system everything can be done server side Best Regards On Thu, Jun 19, 2008 at 6:29 AM, Coombe, Allan David (DPS) [EMAIL PROTECTED] wrote: Thanks averyone for the contributions. Ultimately, our purpose is to process

Re: Wget 1.11.3 - case sensetivity and URLs

2008-06-19 Thread mm w
without touching the file system On Thu, Jun 19, 2008 at 9:23 AM, mm w [EMAIL PROTECTED] wrote: a simple url-rewriting conf should fix the problem, wihout touch the file system everything can be done server side Best Regards On Thu, Jun 19, 2008 at 6:29 AM, Coombe, Allan David (DPS

Re: Wget 1.11.3 - case sensetivity and URLs

2008-06-19 Thread mm w
not al, but in this particular case I pretty sure they have On Thu, Jun 19, 2008 at 10:42 AM, Tony Lewis [EMAIL PROTECTED] wrote: mm w wrote: a simple url-rewriting conf should fix the problem, wihout touch the file system everything can be done server side Why do you assume the user

Re: No downloading

2008-06-29 Thread mm w
the default index is not named index, or there is a HTTP test server/side regarding HTTP_USER_AGENT On Sun, Jun 29, 2008 at 1:42 PM, Mishari Almishari [EMAIL PROTECTED] wrote: Hi, I want to download the website www.2006election.net For that, I used the command wget -d -nd -p -E -H -k -K -S

Re: Post size limit?

2008-09-21 Thread mm w
Hi what is the server log, I guess a boundary problem your headers are wrong that's all I pretty sure if you look at the server error logs you will get your answer, post files are not really post data... you have to set up your http body correctly Cheers! On Sun, Sep 21, 2008 at 1:10 PM, DeVill