summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-12-07ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg
2020-11-26tool_writeout: use off_t getinfo-types instead of doublesDaniel Stenberg
2020-11-24infof/failf calls: fix format specifiersRikard Falkeborn
2020-11-23Makefile.m32: add support for UNICODE buildsViktor Szakats
2020-11-20curl: add compatibility for Amiga and GCC 6.5Oliver Urbann
2020-11-13curl: only warn not fail, if not finding the home dirDaniel Stenberg
2020-11-06tool_operate: set HSTS with CURLOPT_HSTS to pass on filenameDaniel Stenberg
2020-11-05copyright: fix year rangesDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-11-03tool_debug_cb: do not assume zero-terminated dataDaniel Stenberg
2020-11-02tool_operate: --retry for HTTP 408 responses tooDaniel Stenberg
2020-10-29tool_operate: bail out proper on errors for parallel setupDaniel Stenberg
2020-10-24tool_help: make "output" description less confusingEmil Engler
2020-10-16Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3Viktor Szakats
2020-10-16tool_operate: fix compiler warning when --libcurl is disabledDaniel Stenberg
2020-10-15src/tool_filetime: disable -Wformat on mingw for this fileDaniel Stenberg
2020-10-11src/Makefile.m32: fix undefined curlx_dyn_* errorsViktor Szakats
2020-10-05curl: make sure setopt CURLOPT_IPRESOLVE passes on a longDaniel Stenberg
2020-10-03--help: move two options from the misc categoryEmil Engler
2020-10-02checksrc: warn on space after exclamation markDaniel Stenberg
2020-10-02tool_setopt: escape binary data to hex, not octalDaniel Stenberg
2020-10-02curl: make --libcurl show binary posts correctlyDaniel Stenberg
2020-09-30src: Consistently spell whitespace without whitespaceDaniel Gustafsson
2020-09-22symbian: drop supportDaniel Stenberg
2020-09-18--help: strdup the categoryDaniel Stenberg
2020-09-16tool_help.h: update copyright year rangeDaniel Stenberg
2020-09-15tool_writeout: protect fputs() from NULLDaniel Stenberg
2020-09-15tool_writeout: add new writeout variable, %{num_headers}anio
2020-09-15tool_urlglob: fix compiler warning "unreachable code"Daniel Stenberg
2020-09-14fix CInikita
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-09-14curl: make checkpasswd use dynbufDaniel Stenberg
2020-09-14curl: make glob_match_url use dynbufDaniel Stenberg
2020-09-14curl: make file2memory use dynbufDaniel Stenberg
2020-09-14curl: make file2string use dynbufDaniel Stenberg
2020-09-14curl: use curlx_dynbuf for realloc when loading config filesDaniel Stenberg
2020-09-06curl: retry delays in parallel mode no longer sleeps blockingDaniel Stenberg
2020-09-05curl:parallel_transfers: make sure retry readds the transferDaniel Stenberg
2020-09-05build: drop support for building with WatcomDaniel Stenberg
2020-09-05curl: in retry output don't call all problems "transient"Daniel Stenberg
2020-09-04tool: update --help with categoriesEmil Engler
2020-08-30tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch
2020-08-29CMake: add option to enable Unicode on WindowsMarcel Raad
2020-08-24curl: add --output-dirDaniel Stenberg
2020-08-24curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg
2020-08-24etag: save and use the full received contentsDaniel Stenberg
2020-08-22Makefile.m32: add ability to override zstd libs [ci skip]Viktor Szakats