Jay Satiro
Jay Satiro
I have been using Missed Notifications Reminder 1.1.19 on Android 6.0.1 LG Tribute HD for about 4 months to remind me of a proprietary app's notifications, some of which are...
I updated msys2 today by doing `pacman -Syyuu` and during the update there were a bunch of warnings: ~~~ (197/197) checking available disk space [#####################] 100% warning: could not get...
Bug: https://github.com/curl/curl/issues/8361 Reported-by: Gisle Vanem Closes #xxxx --- /cc @gvanem
- If, after parsing netrc, there is a password with no username then set a blank username. This used to be the case prior to 7d600ad (precedes 7.82). Note parseurlandfillconn...
- If extracting a filename from the URL (--remote-name) fails and the server can set the filename (--remote-header-name) then don't treat it as an error, instead use an empty filename...
### I did this `http://:@corporate_proxy:8080/` from jeroen/curl#237. It seems to me the reporter @OscarLane wants to be able to set ALL_PROXY with a blank user/pass so that libcurl w/SSPI will...
- Use the auth username guidance from --user, which seems to be the most complete, in --proxy-user, CURLOPT_USERNAME, CURLOPT_PROXYUSERNAME, CURLOPT_USERPWD, CURLOPT_PROXYUSERPWD. Prior to this change the documentation was out of...
- For Windows Unicode builds retrieve the homedir in UTF-8 encoded Unicode instead of ANSI local character encoding. Fixes https://github.com/curl/curl/pull/7252 Closes #xxxx --- /cc @dEajL3kA
Prior to this change the version compare did not accurately compare development versions against release versions, and as a result dev users may have been shown an erroneous upgrade notice...
curl.se and daniel.haxx.se (but not haxx.se) are no longer accessible from Windows 7 Schannel, instead there is a handshake failure alert. I first noticed this today when using a proxy...