summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* quiche: persist connection detailsbagder/quiche-persist-connDaniel Stenberg2019-09-161-3/+3
* doh: fix undefined behaviour and open up for gcc and clang optimizationPaul Dreik2019-09-151-2/+8
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-157-5/+163
* docs: remove trailing ':' from section names in CURLOPT_TRAILER* manAlessandro Ghedini2019-09-152-13/+13
* docs: fix typo in CURLOPT_HTTP_VERSION manAlessandro Ghedini2019-09-151-1/+1
* CI: inintial github action jobDaniel Stenberg2019-09-141-0/+17
* appveyor: add a winbuildDaniel Stenberg2019-09-131-1/+14
* FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg2019-09-134-3/+135
* FTP: skip CWD to entry dir when target is absoluteZenju2019-09-132-2/+3
* curl: fix memory leaked by parse_metalink()Kamil Dudka2019-09-133-1/+8
* parsedate: still provide the name arrays when disabledDaniel Stenberg2019-09-131-5/+9
* curl:file2string: load large files much fasterGilles Vollant2019-09-131-7/+24
* openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg2019-09-131-1/+4
* docs/HTTP3: fix `--with-ssl` ngtcp2 configure flagJimmy Gaussen2019-09-121-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-09-121-171/+16
* curlver: bump to 7.66.1Daniel Stenberg2019-09-121-3/+3
* setopt: make it easier to add new enum valuesZenju2019-09-121-7/+7
* asyn-thread: s/AF_LOCAL/AF_UNIX for SolarisDaniel Stenberg2019-09-121-2/+2
* 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