Daniel Stenberg d491916a4a docs: clarify MAX_SEND/RECV_SPEED functionality vor 3 Jahren
..
opts d491916a4a docs: clarify MAX_SEND/RECV_SPEED functionality vor 3 Jahren
.gitignore d960e57029 gitignore: Ignore man page dist files vor 7 Jahren
ABI.md 2a0269589a ABI.md: rename to .md and polish the markdown vor 4 Jahren
CMakeLists.txt 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
Makefile.am 2a0269589a ABI.md: rename to .md and polish the markdown vor 4 Jahren
Makefile.inc 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_easy_cleanup.3 6fac5a3e65 docs: mention NULL is fine input to several functions vor 5 Jahren
curl_easy_duphandle.3 8754ddb85d curl_easy_duphandle.3: clarify that a duped handle has no shares vor 5 Jahren
curl_easy_escape.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_easy_getinfo.3 d75e3ab74c CURLINFO_EFFECTIVE_METHOD: added vor 4 Jahren
curl_easy_init.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_easy_pause.3 ce7aa90ade curl_easy_pause.3: fix man page reference vor 8 Jahren
curl_easy_perform.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_easy_recv.3 afff64dbcd curl_easy_recv: Improve documentation and example program vor 7 Jahren
curl_easy_reset.3 02f8de6516 altsvc: keep a copy of the file name to survive handle reset vor 4 Jahren
curl_easy_send.3 afff64dbcd curl_easy_recv: Improve documentation and example program vor 7 Jahren
curl_easy_setopt.3 7f40633422 setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency vor 4 Jahren
curl_easy_strerror.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_easy_unescape.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_easy_upkeep.3 17ca0ccff4 curl_easy_upkeep: removed 'conn' from the name vor 5 Jahren
curl_escape.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_formadd.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_formfree.3 6fac5a3e65 docs: mention NULL is fine input to several functions vor 5 Jahren
curl_formget.3 ce0881edee mime: new MIME API. vor 6 Jahren
curl_free.3 6fac5a3e65 docs: mention NULL is fine input to several functions vor 5 Jahren
curl_getdate.3 1c39128d97 parsedate: fix date parsing for systems with 32 bit long vor 6 Jahren
curl_getenv.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_global_cleanup.3 aab94da619 curl_global_cleanup.3: don't unload the lib with sub threads running vor 7 Jahren
curl_global_init.3 1ad49feb71 global_init: assume the EINTR bit by default vor 4 Jahren
curl_global_init_mem.3 42a06118c8 curl_global_init_mem.3: mention it was added in 7.12.0 vor 4 Jahren
curl_global_sslset.3 2429f45a97 TLS naming: fix more Winssl and Darwinssl leftovers vor 3 Jahren
curl_mime_addpart.3 ee56fdb691 form/mime: field names are not allowed to contain zero-valued bytes. vor 6 Jahren
curl_mime_data.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_mime_data_cb.3 24e8355877 docs: fix typos vor 6 Jahren
curl_mime_encoder.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_mime_filedata.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_mime_filename.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_mime_free.3 6fac5a3e65 docs: mention NULL is fine input to several functions vor 5 Jahren
curl_mime_headers.3 ee56fdb691 form/mime: field names are not allowed to contain zero-valued bytes. vor 6 Jahren
curl_mime_init.3 ee56fdb691 form/mime: field names are not allowed to contain zero-valued bytes. vor 6 Jahren
curl_mime_name.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_mime_subparts.3 eae21db920 docs/curl_mime_*.3: added examples vor 6 Jahren
curl_mime_type.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_mprintf.3 55452ebdff curl/mprintf.h: remove support for _MPRINTF_REPLACE vor 8 Jahren
curl_multi_add_handle.3 9679790b23 docs: fix missed option name markups vor 6 Jahren
curl_multi_assign.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_multi_cleanup.3 6fac5a3e65 docs: mention NULL is fine input to several functions vor 5 Jahren
curl_multi_fdset.3 63b8fbbbc0 curl_multi_fdset.3: emphasize curl_multi_timeout vor 6 Jahren
curl_multi_info_read.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_multi_init.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_multi_perform.3 010fb9830b copyright: update/correct the year range on a few files vor 3 Jahren
curl_multi_poll.3 f3c35e371c multi: add curl_multi_wakeup() vor 4 Jahren
curl_multi_remove_handle.3 5e1b5e6936 curl_multi_remove_handle.3: use at any time, just not from within callbacks vor 5 Jahren
curl_multi_setopt.3 c124e6b3c0 CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt vor 4 Jahren
curl_multi_socket.3 9679790b23 docs: fix missed option name markups vor 6 Jahren
curl_multi_socket_action.3 f0b7b106ff CURLMOPT_SOCKETFUNCTION.3: clarified vor 5 Jahren
curl_multi_socket_all.3 a718cb05ff The inital early embryos to describe the curl_multi_socket() API. Committed vor 18 Jahren
curl_multi_strerror.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_multi_timeout.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_multi_wait.3 bc64377ff8 docs: add more references to curl_multi_poll vor 4 Jahren
curl_multi_wakeup.3 95e94c64fb curl_multi_wakeup.3: add example and AVAILABILITY vor 4 Jahren
curl_share_cleanup.3 6fac5a3e65 docs: mention NULL is fine input to several functions vor 5 Jahren
curl_share_init.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
curl_share_setopt.3 cb8cf9d70f KNOWN_BUGS: A shared connection cache is not thread-safe vor 3 Jahren
curl_share_strerror.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_slist_append.3 5cc3285574 docs: mention potential leak in curl_slist_append vor 5 Jahren
curl_slist_free_all.3 b801b453af whitespace fixes vor 5 Jahren
curl_strequal.3 ef2a9f22cc curl_strequal.3: fix typo in SYNOPSIS vor 7 Jahren
curl_strnequal.3 7c72f8ee6c prepend the man3 dir to the file name to work better. vor 20 Jahren
curl_unescape.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_url.3 7c46691178 curl_url.3: this is not experimental anymore vor 5 Jahren
curl_url_cleanup.3 890eea5aad curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 vor 5 Jahren
curl_url_dup.3 890eea5aad curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 vor 5 Jahren
curl_url_get.3 00b65e3779 docs: disambiguate CURLUPART_HOST is for host name (ie no port) vor 4 Jahren
curl_url_set.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_version.3 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
curl_version_info.3 8fa3f7809a windows: add unicode to feature list vor 4 Jahren
libcurl-easy.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
libcurl-env.3 24e8355877 docs: fix typos vor 6 Jahren
libcurl-errors.3 be6d2f3418 docs: add date of 7.20 to CURLM_CALL_MULTI_PERFORM mentions vor 3 Jahren
libcurl-multi.3 b7135f58f5 copyright updates: adjust year ranges vor 4 Jahren
libcurl-security.3 0845ecbb6d docs: add warnings about FILE: URLs on Windows vor 4 Jahren
libcurl-share.3 59657f53f9 libcurl-share.3: the connection cache is shareable now vor 6 Jahren
libcurl-thread.3 2429f45a97 TLS naming: fix more Winssl and Darwinssl leftovers vor 3 Jahren
libcurl-tutorial.3 d0319adb0c copyrights: update all copyright notices to 2019 on files changed this year vor 4 Jahren
libcurl-url.3 11e8a43f85 libcurl-url.3: overview man page for the URL API vor 5 Jahren
libcurl.3 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
libcurl.m4 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
mksymbolsmanpage.pl 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren
symbols-in-versions 954cd3eb48 CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream vor 4 Jahren
symbols.pl 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers vor 4 Jahren