aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-02-20Upgrade curl to curl-8_6_0Sadaf Ebrahimi
2024-01-31THANKS: new contributors from 8.5.0Daniel Stenberg
2024-01-27cmake: freshen up docs/INSTALL.cmakeRichard Levitte
2024-01-27_VARIABLES.md: add missing 'be' into the sentenceScarlett McAllister
2024-01-27THANKS: add Alexander Bartel and Brennan KinneyJay Satiro
2024-01-26docs: do not start lines/sentences with So, But nor AndDaniel Stenberg
2024-01-26docs: remove spurious ampersands from markdownDaniel Stenberg
2024-01-25gitignore: the generated `libcurl-symbols.md`Stefan Eissing
2024-01-25tool: fix the listhelp generation commandDaniel Stenberg
2024-01-25GHA: bump ngtcp2, gnutls, mod_h2, quicheGraham Campbell
2024-01-25gen.pl: remove bold from .IP used for ##Daniel Stenberg
2024-01-24cmake: rework options to enable curl and libcurl docsViktor Szakats
2024-01-24GHA: add a job scanning for "bad words" in markdownDaniel Stenberg
2024-01-23cmake: speed up curldown processing, enable by defaultViktor Szakats
2024-01-23docs: install curl.1 with cmake as wellRichard Levitte
2024-01-23docs/cmdline: change to .md for cmdline docsDaniel Stenberg
2024-01-23cmake: add option to disable building docsViktor Szakats
2024-01-23cmake: use curldown to build man pagesRichard Levitte
2024-01-23mksymbolsmanpage.pl: provide references to where the symbol is usedDaniel Stenberg
2024-01-23docs: introduce "curldown" for libcurl man page formatDaniel Stenberg
2024-01-22http3: initial support for OpenSSL 3.2 QUIC stackStefan Eissing
2024-01-19TODO: update broken link to ratelimit-headers draftMohammadreza Hendiani
2024-01-19cmake: when USE_MANUAL=YES, build the curl.1 man pageDaniel Stenberg
2024-01-19cmdline-opts/write-out.d: remove spurious double quotesDaniel Stenberg
2024-01-18curl_easy_getinfo.3: remove the wrong time value countDaniel Stenberg
2024-01-17docs: cleanup nroff format useDaniel Stenberg
2024-01-16docs: mention env vars not used by schannelDaniel Stenberg
2024-01-16tool_operate: make --remove-on-error only remove "real" filesDaniel Stenberg
2024-01-14cmdline-opts/gen.pl: error on initital blank lineDaniel Stenberg
2024-01-14curl_multi_fdset.3: remove mention of null pointer supportDaniel Stenberg
2024-01-14docs/cmdline: remove unnecessary line breaksMark Huang
2024-01-13TODO: TFTP doesn't convert LF to CRLF for mode=netasciiDaniel Stenberg
2024-01-13gen: do italics/bold for a range of letters, not just single wordDaniel Stenberg
2024-01-12docs: describe and highlight super cookiesDaniel Stenberg
2024-01-10curl_easy_header.3: tiny language fixDaniel Stenberg
2024-01-10examples/range.c: addDaniel Stenberg
2024-01-10examples/netrc.c: addDaniel Stenberg
2024-01-10examples/ipv6.c: new example showing IPv6-only internet transferDaniel Stenberg
2024-01-10examples/address-scope.c: renamed from ipv6.cDaniel Stenberg
2024-01-09WEBSOCKET.md: remove dead linkDaniel Stenberg
2024-01-09cmdline/docs/*.d: switch to using ## instead of .IPDaniel Stenberg
2024-01-09gen.pl: support ## for doing .IP in table-like listsDaniel Stenberg
2024-01-09cookie.d: Document use of empty string to enable cookie engineJay Satiro
2024-01-01cmdline-opts: update availability for the *-ca-native optionsDaniel Stenberg
2023-12-31haproxy-clientip.d: document the argDaniel Stenberg
2023-12-29CURLOPT_AUTOREFERER.3: mention CURLINFO_REFERERDaniel Stenberg
2023-12-29CURLINFO_REFERER.3: clarify that it is the *request* headerDaniel Stenberg
2023-12-27KNOWN_BUGS: [RTSP] Some methods do not support response bodiesDaniel Stenberg
2023-12-27getinfo: CURLINFO_QUEUE_TIME_TDaniel Stenberg
2023-12-26examples/sendrecv: fix comment line lengthJay Satiro