1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00
curl/docs/libcurl
Daniel Stenberg 55452ebdff curl/mprintf.h: remove support for _MPRINTF_REPLACE
The define is not in our name space and is therefore not protected by
our API promises.

It was only really used by libcurl internals but was mostly erased from
there already in 8aabbf5 (March 2015). This is supposedly the final
death blow to that define from everywhere.

As a side-effect, making sure _MPRINTF_REPLACE is gone and not used, I
made the lib tests in tests/libtest/ use curl_printf.h for its redefine
magic and then subsequently the use of sprintf() got banned in the tests
as well (as it is in libcurl internals) and I then replaced them all
with snprintf().

In the unlikely event that any users is actually using this define and
gets sad by this change, it is very easily copied to the user's own
code.
2016-04-01 10:46:36 +02:00
..
opts http2: more documentation for prior knowledge 2016-03-31 22:23:15 +02:00
.gitignore docs/libcurl: gitignore libcurl-symbols.3 2015-04-29 13:51:42 -04:00
ABI ABI doc: use secure URL 2015-07-30 15:02:44 +02:00
curl_easy_cleanup.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_duphandle.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_escape.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_getinfo.3 getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION 2016-02-23 19:03:03 -05:00
curl_easy_init.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_pause.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_perform.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_recv.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_reset.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_send.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_setopt.3 TFTP: add option to suppress TFTP option requests (Part 2) 2016-02-23 03:01:07 -05:00
curl_easy_strerror.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_easy_unescape.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_escape.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_formadd.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_formfree.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_formget.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_free.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_getdate.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_getenv.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_global_cleanup.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_global_init_mem.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_global_init.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_mprintf.3 curl/mprintf.h: remove support for _MPRINTF_REPLACE 2016-04-01 10:46:36 +02:00
curl_multi_add_handle.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_assign.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_cleanup.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_fdset.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_info_read.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_init.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_perform.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_remove_handle.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_setopt.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_socket_action.3 curl_multi_socket_action.3: mark the options properly 2016-03-27 23:34:25 +02:00
curl_multi_socket_all.3 The inital early embryos to describe the curl_multi_socket() API. Committed 2005-12-22 15:11:11 +00:00
curl_multi_socket.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_strerror.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_timeout.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_multi_wait.3 curl_multi_wait.3: add example 2016-03-09 08:35:17 +01:00
curl_share_cleanup.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_share_init.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_share_setopt.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_share_strerror.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_slist_append.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_slist_free_all.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_strequal.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_strnequal.3 prepend the man3 dir to the file name to work better. 2004-04-02 11:04:34 +00:00
curl_unescape.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_version_info.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
curl_version.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
getinfo-times getinfo-times: Typo fixed 2014-08-29 16:41:17 +02:00
index.html libcurl-thread.3: Consolidate thread safety info 2015-07-28 13:57:06 +02:00
libcurl-easy.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
libcurl-errors.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
libcurl-multi.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
libcurl-share.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
libcurl-thread.3 libcurl-thread.3: minor nroff format fix 2016-03-22 10:33:44 +01:00
libcurl-tutorial.3 URLs: change more http to https 2016-02-04 18:46:54 -05:00
libcurl.3 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
libcurl.m4 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
Makefile.am build: use roffit 0.11 feature 2016-03-29 16:45:17 +02:00
mksymbolsmanpage.pl URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
symbols-in-versions http2: support "prior knowledge", no upgrade from HTTP/1.1 2016-03-31 22:23:11 +02:00
symbols.pl URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00