summaryrefslogtreecommitdiff
path: root/lib/non-ascii.c
Commit message (Expand)AuthorAgeFilesLines
* non-ascii.c: fix typos in commentsDaniel Gustafsson2019-02-121-2/+2
* non-ascii: fix implicit declaration warningJay Satiro2018-02-151-0/+1
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-3/+12
* non-ascii: use iconv() with 'char **' argumentDaniel Stenberg2017-09-151-3/+3
* mime: new MIME API.Patrick Monnerat2017-09-021-25/+0
* non-ascii: allow conversion functions to be called with a NULL data handle.Patrick Monnerat2017-09-021-19/+37
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-15/+6
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-11/+11
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* non-ascii: Reduce variable usageSteve Holme2014-12-201-3/+1
* non-ascii: Prefer while loop rather than a do loopSteve Holme2014-12-201-6/+6
* non-ascii: Reduce variable scopeSteve Holme2014-12-201-9/+6
* non-ascii: We prefer 'CURLcode result'Steve Holme2014-12-191-19/+19
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-5/+5
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+343
* build: rename 93 lib/*.c filesYang Tse2013-01-031-343/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-4/+4
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-6/+6
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-2/+6
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-4/+4
* CURL_DOES_CONVERSIONS: fixesGisle Vanem2011-04-201-3/+10
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-0/+332