aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_escape.3
AgeCommit message (Collapse)Author
2017-08-12docs: fix typo funtion -> functionAlessandro Ghedini
Closes #1770
2017-07-07curl_easy_escape.3: mention the (lack of) encodingDaniel Stenberg
Fixes #1612 Reported-by: Jeroen Ooms
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-09-27docs: fix unescaped '\n' in man pagesSvyatoslav Mishyn
Closes https://github.com/bagder/curl/pull/459
2015-08-25curl_easy_escape.3: escape '\n'Svyatoslav Mishyn
Closes #398
2015-08-25curl_easy_{escape,setopt}.3: fix exampleSvyatoslav Mishyn
remove redundant '}'
2015-08-24curl_easy_{escape,unescape}.3: "char *" vs. "const char *"Svyatoslav Mishyn
Closes #395
2015-05-20CURLOPT_POSTFIELDS.3: Mention curl_easy_escapeJay Satiro
.. also correct some variable naming in curl_easy_escape.3 Bug: https://github.com/bagder/curl/issues/281 Reported-by: bsammon@users.noreply.github.com
2014-11-25curl*3: added small examplesDaniel Stenberg
and some minor edits
2011-05-02url encode docs: mention '-', '.', '_' and '~'Daniel Stenberg
Clarify that the '-', '.', '_' or '~' letters are also not escaped since they shouldn't according to RFC3986 section 2.3. This is how this function has behaved since sep 2010, commit 5df13c31735fa0.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-05-19Force revision update, to force CVS to update the $Id date string formatYang Tse
2008-04-09"tag" the function referals properlyDaniel Stenberg
2006-04-07First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg