summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http: set state.infilesize when sending formpostsbagder/http-formpost-infilesizeDaniel Stenberg2019-02-271-1/+1
* cookies: only save the cookie file if the engine is enabledDaniel Stenberg2019-02-275-5/+165
* cacertinmem.c: use multiple certificates for loading CA-chainDaVieS2019-02-271-75/+73
* urldata: convert bools to bitfields and move to endDaniel Stenberg2019-02-275-261/+235
* curl.h: use __has_declspec_attribute for shared buildsDon J Olmstead2019-02-271-1/+8
* curl: display --version features sorted alphabeticallyDaniel Stenberg2019-02-271-3/+23
* runtests: detect "schannel" as an alias for "winssl"Daniel Stenberg2019-02-261-15/+3
* AppVeyor: update to Visual Studio 2017Marcel Raad2019-02-261-4/+4
* AppVeyor: switch VS 2015 builds to VS 2017 imageMarcel Raad2019-02-261-4/+4
* AppVeyor: explicitly select worker imageMarcel Raad2019-02-261-6/+12
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-2613-108/+142
* cookies: fix NULL dereference if flushing cookies with no CookieInfo setMichael Wallner2019-02-261-2/+3
* AppVeyor: re-enable test 500Marcel Raad2019-02-261-1/+1
* AppVeyor: remove redundant buildsMarcel Raad2019-02-261-14/+0
* RELEASE-NOTES: syncedDaniel Stenberg2019-02-251-8/+26
* OpenSSL: add support for TLS ASYNC stateBernd Mueller2019-02-251-0/+6
* acinclude: add additional libraries to check for LDAP supportMichael Felt2019-02-251-1/+3
* schannel: support CALG_ECDH_EPHEM algorithmgeorgeok2019-02-252-0/+4
* multi: call multi_done on connect timeoutsDaniel Stenberg2019-02-241-1/+2
* examples: remove recursive calls to curl_multi_socket_actionDaniel Stenberg2019-02-234-35/+22
* configure: remove CURL_CHECK_FUNC_FDOPEN callMarcel Raad2019-02-231-1/+0
* wolfssl: stop custom-adding curvesDaniel Stenberg2019-02-232-21/+1
* configure: remove the unused fdopen macroDaniel Stenberg2019-02-223-95/+2
* url: change conn shutdown order to unlink data as last stepJay Satiro2019-02-221-15/+24
* Fix strict-prototypes GCC warningMarcel Raad2019-02-221-1/+1
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-02-2115-11/+13
* TODO: Allow SAN names in HTTP/2 server pushDaniel Stenberg2019-02-201-0/+10
* RELEASE-NOTES: syncedDaniel Stenberg2019-02-201-7/+34
* curl: remove MANUAL from -M outputDaniel Stenberg2019-02-205-36/+10
* http2: verify :athority in push promise requestsDaniel Stenberg2019-02-201-0/+22
* singlesocket: fix the 'sincebefore' placementDaniel Stenberg2019-02-201-2/+2
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-195-67/+55
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-198-127/+181
* x509asn1: cleanup and unify code layoutDaniel Stenberg2019-02-191-117/+132
* curl_multi_remove_handle.3: use at any time, just not from within callbacksDaniel Stenberg2019-02-191-1/+4
* http: make adding a blank header thread-safeDaniel Stenberg2019-02-191-13/+21
* unit1651: survive curl_easy_init() failsDaniel Stenberg2019-02-191-1/+3
* rand: Fix a mismatch between comments in source and header.Frank Gevaerts2019-02-181-2/+5
* x509asn1: replace single char with an arrayPatrick Monnerat2019-02-181-2/+2
* examples/http2-serverpush: add some sensible error checksDaniel Stenberg2019-02-181-4/+15
* easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro2019-02-181-49/+60
* cookie: Add support for cookie prefixesDaniel Gustafsson2019-02-175-13/+76
* mbedtls: release sessionid resources on errorDaniel Gustafsson2019-02-161-0/+3
* cli tool: refactor encoding conversion sequence for switch case fallthrough.Patrick Monnerat2019-02-161-7/+5
* version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat2019-02-161-1/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-02-151-2/+48
* Curl_now: figure out windows version in win32_initDaniel Stenberg2019-02-152-16/+24
* unit1307: just fail without FTP supportMarcel Raad2019-02-151-9/+22
* travis: enable valgrind for the iconv tests tooDaniel Stenberg2019-02-151-1/+1
* travis: add scan-buildDaniel Stenberg2019-02-141-0/+9