summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THANKS: added contributors from the 7.41.0 RELEASE-NOTEScurl-7_41_0Daniel Stenberg2015-02-252-0/+12
* RELEASE-NOTES: sync with ffc2aeec6e (7.41.0 release time!)Daniel Stenberg2015-02-251-0/+2
* Revert "telnet.c: fix handling of 0 being returned from custom read function"Marc Hoersken2015-02-251-3/+1
* telnet.c: fix invalid use of custom read function if not being setMarc Hoersken2015-02-251-1/+1
* telnet.c: fix handling of 0 being returned from custom read functionMarc Hoersken2015-02-241-1/+3
* sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg2015-02-241-6/+0
* lib530: make it less timing sensibleDaniel Stenberg2015-02-241-7/+9
* connect: wait for IPv4 connection attemptsKamil Dudka2015-02-232-2/+9
* connect: avoid skipping an IPv4 addressKamil Dudka2015-02-231-2/+6
* RELEASE-NOTES: synced with 5e4395eab839dDaniel Stenberg2015-02-231-7/+14
* ROADMAP: curl_easy_setopt.3 has already been split upDaniel Stenberg2015-02-201-4/+1
* ROADMAP: extend the HTTP/2 stuff, remove SPDYDaniel Stenberg2015-02-201-13/+14
* configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald2015-02-202-5/+13
* cmake: install the dll file to the correct directoryBen Boeckel2015-02-201-1/+4
* nss: fix NPN/ALPN protocol negotiationAlessandro Ghedini2015-02-191-4/+3
* polarssl: fix ALPN protocol negotiationAlessandro Ghedini2015-02-191-2/+2
* CMake: Fix generation of tool_hugehelp.c on windowsSergei Nikulov2015-02-191-7/+8
* CMake: fix winsock2 detection on windowsSergei Nikulov2015-02-192-16/+15
* gtls: fix build with HTTP2Alessandro Ghedini2015-02-191-2/+2
* Makefile.vc6: Corrected typos in rename of darwinssl.objSteve Holme2015-02-161-1/+1
* By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"Nick Zitzmann2015-02-156-6/+6
* RELEASE-NOTES: Synced with 6f89f86c3dSteve Holme2015-02-141-4/+41
* tests/README: Updated to reflect email test rangesSteve Holme2015-02-141-1/+3
* curl.1: --cert-status is also supported by OpenSSL nowAlessandro Ghedini2015-02-141-1/+1
* build: Removed Visual Studio SuppressStartupBanner directive for VC8+Steve Holme2015-02-1410-1060/+0
* openssl: fix a compile-time warningKamil Dudka2015-02-121-1/+1
* openssl: Use OPENSSL_IS_BORINGSSL for BoringSSL detectionSteve Holme2015-02-111-5/+5
* ftp: accept all 2xx responses to the PORT commandPatrick Monnerat2015-02-111-1/+3
* openssl: Disable OCSP in old versions of OpenSSLSteve Holme2015-02-091-4/+8
* http2: Fix bug that associated stream canceled on PUSH_PROMISETatsuhiro Tsujikawa2015-02-091-0/+5
* polarssl: Fix exclusive SSL protocol version optionsJay Satiro2015-02-091-0/+9
* gskit: Fix exclusive SSLv3 optionJay Satiro2015-02-091-1/+1
* curl.1: clarify that -X is used for all requestsDaniel Stenberg2015-02-091-1/+6
* curl.1: add warning when using -H and redirectsDaniel Stenberg2015-02-081-0/+6
* schannel: Removed curl_ prefix from source filesSteve Holme2015-02-076-8/+8
* md5: use axTLS's own MD5 functions when availableDaniel Stenberg2015-02-061-0/+3
* MD(4|5): make the MD4_* and MD5_* functions staticDaniel Stenberg2015-02-062-12/+12
* axtls: fix conversion from size_t to int warningDaniel Stenberg2015-02-061-1/+1
* ftp: Use 'CURLcode result' for curl result codesSteve Holme2015-02-051-45/+49
* openssl: SSL_SESSION->ssl_version no longer existDaniel Stenberg2015-02-051-4/+4
* unit1600: Fix compilation when NTLM is disabledDan Fandrich2015-02-041-0/+2
* MD5: fix compiler warnings and code style nitsDaniel Stenberg2015-02-041-184/+184
* MD5: replace implementationDaniel Stenberg2015-02-041-269/+273
* MD4: fix compiler warnings and code style nitsDaniel Stenberg2015-02-041-53/+53
* MD4: replace implementationDaniel Stenberg2015-02-041-233/+255
* telnet: Prefer 'CURLcode result' for curl result codesSteve Holme2015-02-041-41/+41
* hostasyn: Prefer 'CURLcode result' for curl result codesSteve Holme2015-02-041-5/+5
* schannel: Prefer 'CURLcode result' for curl result codesSteve Holme2015-02-041-27/+30
* unit1601: MD5 unit testsDaniel Stenberg2015-02-035-2/+85
* unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg2015-02-036-10/+42