Re: [Bug-wget] http.c code cleaning

2013-05-09 Thread Dmitry Bogatov
> ... > We still need to set meth to opt.method. The method string is only ensured > to be uppercase at this moment. Thanks. Fixed this too. >From 1a1247b7bded577def4572ff1a8f1eb76739858b Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 8 May 2013 18:10:55 +0400 Subject:

Re: [Bug-wget] http.c code cleaning

2013-05-08 Thread Dmitry Bogatov
7 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 8 May 2013 18:10:55 +0400 Subject: [PATCH] Non-functionality improvement in src/http.c. Pulled `request_set_method` functionality into `request_new` to ensure these functions always called in right order. --- src/http.c | 30 +--

Re: [Bug-wget] http.c code cleaning

2013-05-08 Thread Dmitry Bogatov
ck. Here it is: >From 6b35e408194bb1970537b54d888374e77d26d6b4 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 8 May 2013 18:10:55 +0400 Subject: [PATCH] Non-functionality improvement in src/http.c. Pulled `request_set_method` functionality into `request_new` to ensure these functions always called

[Bug-wget] http.c code cleaning

2013-05-08 Thread Dmitry Bogatov
In comment to `request_new` was that it *always* must be followed by `request_set_method`. I changed code to combine these functionality into single function. Please, review. >From 4e2a98f3746400846486de0e57b4d68e654622f3 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 8 May 2013 18

Re: [Bug-wget] How to specify output file name ( not -O for logging messages)

2013-01-31 Thread Dmitry Bogatov
l one) is output document. -- Best regards, Dmitry Bogatov , GNU Thales maintainer and netiquette guardian. GPG: D1E0591E0037BDCCBEE56002788BE01254B7F00D

[Bug-wget] Wget 1.14 crash

2012-12-29 Thread Dmitry Bogatov
7fbace461000-7fbace462000 rw-p 00:00 0 7fffb45b4000-7fffb45d5000 rw-p 00:00 0 [stack] 7fffb45ff000-7fffb460 r-xp 00:00 0 [vdso] ff60-ff601000 r-xp 00:00 0 [vsyscall]

[Bug-wget] Separator problem

2012-10-05 Thread Dmitry Bogatov
separator for DOS-like systems, based on parsing `argv0'. But it introduce static variables and other ugly things. Any other, more beatiful solution? I find strange, that GNU project deals with this OS zoo, and do not have public portability layer. -- Best regards, Dmitry Bogatov. Feel free to