summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: only include <curl/curl.h>bagder/examples-includesDaniel Stenberg2019-03-042-3/+2
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-046-4/+140
* altsvc_out: check the return code from Curl_gmtimeDaniel Stenberg2019-03-031-1/+3
* docs/ALTSVC.md: docs describing the approachDaniel Stenberg2019-03-032-0/+60
* alt-svc: add a travis buildDaniel Stenberg2019-03-031-1/+5
* alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg2019-03-034-2/+135
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-037-9/+44
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-0325-32/+1180
* travis: add build using gnutlsDaniel Stenberg2019-03-021-0/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-03-021-8/+54
* scripts/completion.pl: also generate fish completion fileSimon Legner2019-03-026-99/+179
* gnutls: remove call to deprecated gnutls_compression_get_nameDaniel Stenberg2019-03-021-6/+1
* system_win32: move win32_init here from easy.cJay Satiro2019-03-023-90/+90
* curl_easy_duphandle.3: clarify that a duped handle has no sharesDaniel Stenberg2019-03-011-4/+6
* 10-at-a-time.c: fix too long lineDaniel Stenberg2019-03-011-1/+1
* examples: various fixes in ephiperfifo.cArnaud Rebillout2019-03-011-9/+12
* urldata: simplify bytecountersDaniel Stenberg2019-03-0122-176/+111
* examples/10-at-a-time.c: improve readability and simplifyDaniel Stenberg2019-03-011-72/+25
* threaded-resolver: shutdown the resolver thread without error messageDaniel Stenberg2019-03-011-30/+38
* docs: update max-redirs.d phrasingԜеѕ2019-03-011-3/+2
* ssh: fix Condition '!status' is always trueDaniel Stenberg2019-03-012-14/+6
* test578: make it read data from the correct testDaniel Stenberg2019-02-281-1/+1
* Curl_easy: remove req.maxfd - never used!Daniel Stenberg2019-02-282-3/+0
* http: set state.infilesize when sending formpostsDaniel Stenberg2019-02-281-1/+1
* INSTALL: refer to the current TLS library names and configure optionsDaniel Stenberg2019-02-281-3/+3
* FAQ: minor updates and spelling fixesDaniel Stenberg2019-02-281-15/+16
* GOVERNANCE.md: minor spelling fixesDaniel Stenberg2019-02-281-2/+2
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-2810-125/+134
* AppVeyor: add classic MinGW buildMarcel Raad2019-02-271-0/+11
* AppVeyor: add MinGW-w64 buildMarcel Raad2019-02-271-1/+30
* 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