Re: [Bug-wget] Eternallybored Windows binary Wget safe?

2015-08-10 Thread Jernej Simončič
for them with my digital signature (and if you don't know who I am, I also provide the Windows installer for GIMP). -- Jernej Simončič http://eternallybored.org/ When all else fails, read the instructions. -- Cahn's Axiom (Allen's Axiom)

[Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-16 Thread Jernej Simončič
OCK_EX' undeclared (first use in this function) flock (fd, LOCK_EX); ^ hsts.c:505:22: note: each undeclared identifier is reported only once for each function it appears in -- < Jernej Simončič ><><><><><><><><><>&l

Re: [Bug-wget] Feature: Disabling progress bar when wget is backgrounded

2015-09-22 Thread Jernej Simončič
isc/wget/src/taskbar-progress.patch> -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > A chain of reasoning is no stronger than its weakest link. -- Berkeley's Seventh Law

Re: [Bug-wget] Marking Release v1.17.1?

2015-12-11 Thread Jernej Simončič
lready fixed, but apparently wasn't - --connect-timeout doesn't work on Windows without this patch (it's not included in my 1.17 Win32 builds, and I got an e-mail about this in the morning): https://eternallybored.org/misc/wget/src/old/fix-timeout-win32.patch -- < Jernej Simončič

Re: [Bug-wget] Marking Release v1.17.1?

2015-12-10 Thread Jernej Simončič
askbar-progress.patch> This one is based on patch by Ángel González and tbprogress.c from Gisle Vanem. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > When you are over the hill, you pick up speed. -- Baker's Byroad

Re: [Bug-wget] Progress bar on MS-Windows

2016-06-04 Thread Jernej Simončič
of commit 7c0752c4cb6575c6720d6e2d4bf4eda61b63e0f1: https://eternallybored.org/misc/wget/test/wget.exe -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > Speak softly and own a big, mean Doberman. -- Dave's Rule of Street Survival

[Bug-wget] -w on Windows doesn't wait less than 1001 seconds

2016-04-25 Thread Jernej Simončič
s > 1000) + if (seconds >= 1) { /* Explained in utils.c. */ sleep (seconds); -- < Jernej Simončič ><><><><><><><><><><><>< https://eternallybored.org/ > Because 10 billion years' time is so fragile, so ephemeral... it arouses such a bittersweet, almost heartbreaking fondness.

Re: [Bug-wget] Wget 1.17.1 bug?

2016-05-16 Thread Jernej Simončič
On Monday, May 16, 2016, 9:24:25, Zeroes & Ones wrote: > i update Wget 1.11.4 to latest 1.17.1 and i have troubles > output file have wrong permission on NTFS (checked on W2008R2, Win8.1) If you're using cygwin's wget, that's normal - use chmod +x to make the file executable. --

Re: [Bug-wget] Query about correcting for DST with Wget

2016-11-13 Thread Jernej Simončič
the file, but I observed this happening with <https://live.sysinternals.com/procexp.exe> - while DST is in effect, the file gets timestamp of 22:19, and when it's not it's 23:19 (I'm in the CET timezone). -- < Jernej Simončič ><><><><>< http://eternallybored.

Re: [Bug-wget] Query about correcting for DST with Wget

2016-11-13 Thread Jernej Simončič
pending on whether DST is in effect or not - at least with GIMP you can observe that it'll rescan all fonts the first time it's run after DST change (I'm not sure if this applies only to msvcrt.dll [which MinGW uses by default], or also to the runtimes shipped with newer Visual Studio versions).

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Jernej Simončič
to have a wget.exe that doesn't need additional DLLs. My binary also includes 2 patches that aren't part of wget: https://eternallybored.org/misc/wget/src/taskbar-progress.patch https://eternallybored.org/misc/wget/src/openssl-windows-cert-store.patch -- < Jernej Simončič ><><>&l

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Jernej Simončič
ven tried setting up a batch file that just ran wget in a loop and leaving it in the background, but it wouldn't crash). -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > The bus that left the stop just before you got there is your bus. -- First Law of Bus Transportation

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Jernej Simončič
able to reproduce the crash under a debugger (and I haven't had it crash since I installed DrMingw as JIT debugger either), so I'm not sure where the problem is. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > It's better to be rich and healthy than poor and sick. -- Carson's Law

Re: [Bug-wget] RESEND1: wget-1.20-win32

2019-05-12 Thread Jernej Simončič
ols) { - *ncols = cols; - return cols; + *ncols = min(strlen(mbs),cols); + return *ncols; } #endif -- < Jernej Simončič ><><><><>< https://eternallybored.org/ > Needs are a function of what other people have. -- Jones's Principle

Re: [Bug-wget] * src/openssl.c: fix ssl_init for openssl 1.1.1

2019-04-24 Thread Jernej Simončič
nit_crypto (it > calls OPENSSL_init_crypto), and we are already calling it, so we just > need to pass these flags: OPENSSL_INIT_LOAD_CONFIG to load the > openssl.cnf file, and OPENSSL_INIT_ENGINE_ALL_BUILTIN to load the > builtin engines. Thanks, this fixed the problem I had with the Windows

Re: Problems downloading files on Windows with wget2 2.0.0

2021-10-04 Thread Jernej Simončič
03.142046.683 main: wake up ^C -- < Jernej Simončič ><><><><>< https://eternallybored.org/ > When a problem goes away, the people working to solve it do not. -- Law of Bureaucracy