- Feb 04, 2015
-
-
Daniel Stenberg authored
The previous one was "encumbered" by RSA Inc - to avoid the licensing restrictions it has being replaced. This is the initial import, inserting the md4.c and md4.h files from http://openwall.info/wiki/people/solar/software/public-domain-source-code/md4 Code-by: Alexander Peslyak
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Feb 03, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Jay Satiro authored
-
Daniel Stenberg authored
Reported-by: Tamir
-
- Feb 02, 2015
-
-
Daniel Stenberg authored
The file number used was wrong. This bug was introduced over 10 years ago, proving this function isn't used much... Bug: http://curl.haxx.se/bug/view.cgi?id=1476 Reported-by: Tamir
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... by removing generated files from the *_DIST variable [*] and instead generate them with a .dist suffix, since that is then handled and put into the release archive by our generic dist-hook. [*] = 'make distcheck' fails with non-existing files listed there
-
Steve Holme authored
Better use of 80 character line limit, comment corrections and line spacing preferences.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Steve Holme authored
Added the removal of the locally generated project files so one may revert to a clean repository.
-
Steve Holme authored
In preparation for adding the test suite and examples projects renamed the top level "all" solution files to better describe what they are. This will also enable us to use "curl" rather than "curlsrc" for the command line tool solution and project files, which will simplify some of the configuration.
-
Steve Holme authored
Defined the DEBUGBUILD pre-processor variable to allow extra logging, which is particularly useful in debug builds, as we use this and Visual Studio typically uses _DEBUG. We could define DEBUBBUILD, in curl_setup.h, when _MSC_VER and _DEBUG is defined but that would also affect the makefile based builds which we probably don't want to do.
-
Steve Holme authored
-
Daniel Stenberg authored
And modify the text to refer to HTTP 2 as it isn't called "2.0". Reported-By: Michael Wallner
-
- Jan 31, 2015
-
-
Marc Hoersken authored
-
- Jan 29, 2015
-
-
Michael Kaufmann authored
-
Steve Holme authored
curl_sasl.c:1506: warning: unused variable 'chlg'
-
- Jan 28, 2015
-
-
Steve Holme authored
curl_sasl.c:1317: warning: unused parameter 'conn'
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added Curl_des_set_odd_parity() for use when cryptography engines don't include this functionality.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
Possible access to uninitialised memory '&nread' at line 140 of lib/security.c in function 'ftp_send_command'. Reported-by: Rich Burridge
-
Daniel Stenberg authored
-
- Jan 27, 2015
-
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-