- May 09, 2014
-
-
Dan Fandrich authored
-
- May 08, 2014
-
-
Patrick Watson authored
-p takes a list of Mozilla trust purposes and levels for certificates to include in output. Takes the form of a comma separated list of purposes, a colon, and a comma separated list of levels.
-
Daniel Stenberg authored
-
- May 07, 2014
-
-
Dan Fandrich authored
-
Aaro Koskinen authored
Most of LD_LIBRARY_PATH adjustments are already guarded, but not all. The patch fixes cross-compilation failure when libidn is present.
-
Tatsuhiro Tsujikawa authored
Now nghttp2_submit_request returns assigned stream ID, we don't have to check stream ID using before_stream_send_callback. The adjust_priority_callback was removed.
-
Steve Holme authored
...and removed ;OPTIONS from --user as that functionality was removed in 7.34.0.
-
Steve Holme authored
...and removed ;OPTIONS from --user as that functionality was removed in 7.34.0.
-
Steve Holme authored
Depending on compiler line 3505 could generate the following warning or error: * warning: ISO C90 forbids mixed declarations and code * A declaration cannot appear after an executable statement in a block * error C2275: 'size_t' : illegal use of this type as an expression
-
- May 06, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Unlike previous versions of Visual Studio the VC12 solution file format does not increment the format version number, but instead, only changes the version comment text. This incorrectly set version number would cause problems for any third party piece of software that would read the solution file expecting the version number to be 12.00 and found it to be 13.00, such as some build accelerators. Verified against a freshly created solution file which was generated with VC12.
-
Ivo Bellin Salarin authored
Angled brackets were used in the help output to indicate that the compiler and platform arguments are mandatory. Unfortunately this caused a "< was unexpected at this time" error as the characters are interpreted as re-direction characters when not escaped.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Primarily for SNI, we need the host name without a trailing dot. "https://www.example.com." resolves fine but fails on SNI unless the dot is removed. Reported-by: Leon Winter Bug: http://curl.haxx.se/mail/lib-2014-04/0161.html
-
Daniel Stenberg authored
-
Daniel Johnson authored
Poll has long been broken on Mac OS X. Starting with 10.9 (darwin13) it now works correctly so this patch enables it there.
-
- May 05, 2014
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Jeff King authored
When looping and closing each individual connection left open, the SIGPIPE ignoring was not done and could thus lead to death by signal 13. Bug: http://thread.gmane.org/gmane.comp.version-control.git/238242
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Mentioned in bug #1342
-
- May 04, 2014
-
-
Daniel Stenberg authored
As there's a default connection timeout and this wrongly used the connection timeout during a transfer after the connection is completed, this function would trigger timeouts during transfers erroneously. Bug: http://curl.haxx.se/bug/view.cgi?id=1352 Figured-out-by: Radu Simionescu
-
Daniel Stenberg authored
If the precision is indeed shorter than the string, don't strlen() to find the end because that's not how the precision operator works. I also added a unit test for curl_msnprintf to make sure this works and that the fix doesn't a few other basic use cases. I found a POSIX compliance problem that I marked TODO in the unit test, and I figure we need to add more tests in the future. Reported-by: Török Edwin
-
Steve Holme authored
-
Steve Holme authored
Commit 07b66cbf unfortunately broke native NTLM message support in compilers, such as VC6, VC7 and others, that don't support long long type declarations. This commit fixes VC6 and VC7 as they support the __int64 extension, however, we should consider an additional fix for other compilers that don't support this.
-
Steve Holme authored
Fixed the HAVE_LONGLONG declaration as long long is supported in Visual Studio .NET 2003 (VC7.1) onwards.
-
- May 03, 2014
-
-
Daniel Stenberg authored
So printf(%s) on it or reading before bounds checking is wrong, fixing it. Could previously lead to reading out of boundary. Reported-by: Török Edwin
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 01, 2014
-
-
Steve Holme authored
Missed in commit dce748d3.
-
Steve Holme authored
As of commit 6cdd88f2 the Visual Studio project file generator would skip the first and last file from each group of files.
-
Steve Holme authored
-
Steve Holme authored
Carrying on from commit 11025613 added VC7.1 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses.
-
Dan Fandrich authored
-
- Apr 30, 2014
-
-
Steve Holme authored
This shouldn't happen with the source files in the repository, but fixed the output when there are spurious files lying around that contain spaces. For example "pop3 - Copy.c" By including the offending source file in the project files the user can then see the file and remove it if necessary.
-
- Apr 29, 2014
-
-
Steve Holme authored
Note: VC7.1 templates are currently not available.
-
Steve Holme authored
-