summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup disable testing for winbuildbagder/appveyor-winbuildDaniel Stenberg2019-09-131-1/+1
* fixup run buildconf.bat before buildDaniel Stenberg2019-09-131-0/+1
* squashme: try fixing ssl pathJay Satiro2019-09-121-1/+1
* fixup pass the OpenSSL path to nmake tooDaniel Stenberg2019-09-121-1/+1
* fixup the vc for winbuild tooDaniel Stenberg2019-09-121-0/+2
* appveyor: add a winbuildDaniel Stenberg2019-09-121-1/+11
* winbuild/MakefileBuild.vc: Add vsshBernhard Walle2019-09-111-0/+4
* winbuild/MakefileBuild.vc: Fix line endingsBernhard Walle2019-09-111-7/+7
* ldap: Stop using wide char version of ldapp_err2stringJay Satiro2019-09-111-0/+6
* RELEASE-NOTES: curl 7.66.0curl-7_66_0Daniel Stenberg2019-09-101-9/+25
* THANKS: from the 7.66.0 releaseDaniel Stenberg2019-09-101-0/+24
* curl: make sure the parallel transfers do them allDaniel Stenberg2019-09-101-5/+24
* urlapi: one colon is enough for the strspn() input (typo)Daniel Stenberg2019-09-101-1/+1
* urlapi: verify the IPv6 numerical addressDaniel Stenberg2019-09-102-4/+17
* openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin2019-09-101-11/+105
* openssl: indent, re-organize and add commentsClément Notin2019-09-101-32/+38
* sspi: fix memory leaksmigueljcrum2019-09-104-0/+21
* travis: disable ngtcp2 builds (again)Daniel Stenberg2019-09-101-14/+14
* Curl_fillreadbuffer: avoid double-free trailer buf on errorbagder/trailer-buf-freeDaniel Stenberg2019-09-093-12/+17
* tool_setopt: handle a libcurl build without netrc supportDaniel Stenberg2019-09-091-0/+10
* security:read_data fix bad realloc()Daniel Stenberg2019-09-091-4/+2
* tftp: Alloc maximum blksize, and use default unless OACK is receivedThomas Vegas2019-09-091-3/+9
* tftp: return error when packet is too small for optionsThomas Vegas2019-09-091-20/+33
* KNOWN_BUGS/TODO: cleanup and remove outdated issuesDaniel Stenberg2019-09-052-258/+32
* RELEASE-NOTES: syncedDaniel Stenberg2019-09-041-5/+20
* netrc: free 'home' on errorDaniel Stenberg2019-09-031-7/+12
* urldata: avoid 'generic', use dedicated pointersDaniel Stenberg2019-09-033-22/+25
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-035-229/+220
* smtp: check for and bail out on too short EHLO responseDaniel Stenberg2019-09-031-1/+5
* smb: init *msg to NULL in smb_send_and_recv()Daniel Stenberg2019-09-021-0/+1
* ROADMAP: updated after recent user pollDaniel Stenberg2019-09-021-16/+33
* THANKS: remove duplicateDaniel Stenberg2019-08-312-1/+1
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-315-16/+24
* CMake: remove needless newlines at end of gss variablesRolf Eike Beer2019-08-311-0/+4
* CI: remove duplicate configure flag for LGTM.comRolf Eike Beer2019-08-311-1/+1
* CMake: use platform dependent name for dlopen() libraryRolf Eike Beer2019-08-311-1/+1
* quiche: expire when poll returned dataDaniel Stenberg2019-08-301-0/+3
* quiche: decrease available buffer size, don't assign it!Daniel Stenberg2019-08-301-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-291-9/+15
* curl: fix include conditionslufia2019-08-292-1/+5
* plan9: fix installation instructionslufia2019-08-291-4/+4
* ngtcp2: on h3 stream close, call expireDaniel Stenberg2019-08-291-1/+1
* ngtcp2: build latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-292-140/+8
* ngtcp2: set flow control window to stream buffer sizeDaniel Stenberg2019-08-281-3/+4
* CURLOPT_HEADERFUNCTION.3: clarifyChristopher Head2019-08-281-1/+4
* CURLINFO docs: mention that in redirects times are addedDaniel Stenberg2019-08-2812-12/+37
* travis: enable ngtcp2 builds againDaniel Stenberg2019-08-281-15/+15
* HTTP3: switched openssl branch to useDaniel Stenberg2019-08-271-1/+1
* ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-276-1189/+218
* http2: when marked for closure and wanted to close == OKDaniel Stenberg2019-08-261-0/+5