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