summaryrefslogtreecommitdiff
path: root/lib/escape.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* code cleanup: We prefer 'CURLcode result'Steve Holme2014-10-281-7/+8
* Curl_urldecode: don't allow NULL as receiverDaniel Stenberg2014-02-131-4/+3
* Curl_urldecode: no peeking beyond end of input bufferDaniel Stenberg2013-06-221-2/+3
* 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/+233
* build: rename 93 lib/*.c filesYang Tse2013-01-031-233/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-6/+6
* URL sanitize: reject URLs containing bad dataDaniel Stenberg2012-01-241-13/+50
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-4/+1
* compiler warning: fixYang Tse2011-05-231-2/+6
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-22/+5
* curl_easy_escape: don't escape "unreserved" charactersDaniel Stenberg2010-09-281-3/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-02-241-3/+4
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-2/+3
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* Added const to some pointer variablesDan Fandrich2008-10-081-0/+6
* Factored out Curl_isalnumDan Fandrich2008-09-091-20/+27
* if () => if()Daniel Stenberg2007-11-071-2/+2
* Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg2007-09-301-2/+2
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-1/+1
* Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work onDaniel Stenberg2007-08-041-7/+22
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-5/+1
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-2/+52
* Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg2004-07-011-2/+3
* include header for our printfsDaniel Stenberg2004-06-241-9/+12
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-1/+1
* curl_free() doesn't free(NULL) but just returnsDaniel Stenberg2004-05-131-1/+2
* return NULL on out of memoryDaniel Stenberg2004-05-121-3/+6
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* size_t/int/long fixesDaniel Stenberg2004-03-081-4/+4
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-8/+8
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* David Balazic pointed out the lack of checks for a valid %XX code whenDaniel Stenberg2003-05-211-7/+20
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* fixed a very, very rare and very, very little memory leakJean-Philippe Barette-LaPierre2003-01-081-3/+12
* Walter J. Mack added curl_freeDaniel Stenberg2002-09-251-0/+5
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* ignore '+' in URLs, generate only %-codesDaniel Stenberg2002-06-261-15/+4
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2