Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / escape.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-02-13 Daniel StenbergCurl_urldecode: don't allow NULL as receiver
2013-06-22 Daniel StenbergCurl_urldecode: no peeking beyond end of input buffer
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-01-26 Pierre JoyeMerge branch 'master' of github.com:bagder/curl
2012-01-24 Daniel StenbergURL sanitize: reject URLs containing bad data
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-05-23 Yang Tsecompiler warning: fix
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2010-09-28 Daniel Stenbergcurl_easy_escape: don't escape "unreserved" characters
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-24 Yang Tsefix compiler warning
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-10-08 Dan FandrichAdded const to some pointer variables
2008-09-09 Dan FandrichFactored out Curl_isalnum
2007-11-07 Daniel Stenbergif () => if()
2007-09-30 Daniel StenbergAlex Fishman reported a curl_easy_escape() problem...
2007-08-26 Dan FandrichFixed some minor mismatched types found by splint.
2007-08-04 Daniel StenbergPatrick Monnerat fixed curl_easy_escape() and curlx_str...
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2004-07-01 Daniel StenbergVariable type cleanups to please the picky MIPSPro...
2004-06-24 Daniel Stenberginclude header for our printfs
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-05-13 Daniel Stenbergcurl_free() doesn't free(NULL) but just returns
2004-05-12 Daniel Stenbergreturn NULL on out of memory
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-03-08 Daniel Stenbergsize_t/int/long fixes
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG
2003-05-21 Daniel StenbergDavid Balazic pointed out the lack of checks for a...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-08 Jean-Philippe Bare... fixed a very, very rare and very, very little memory...
2002-09-25 Daniel StenbergWalter J. Mack added curl_free
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-06-26 Daniel Stenbergignore '+' in URLs, generate only %-codes
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-21 Daniel StenbergGeorg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
2001-08-14 Daniel Stenbergadded typecasts when converting from unsigned int to int
2001-08-05 Daniel Stenbergcurl_escape() no longer attempts to detect already...
2001-04-07 Daniel StenbergAndrés García fixed curl_escape()
2001-03-22 Daniel StenbergJim Drash suggested and I made it not encode what looks...
2001-03-22 Daniel Stenbergthe new escape/unescape function setup
2001-03-09 Daniel Stenberguse unsigned int hex to receive the hex digit in, cause...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-21 Daniel Stenbergcurl_unescape() did not stop at the set length properly...
2000-10-09 Daniel Stenbergadded memory debugging include file
2000-08-31 Daniel Stenbergin unescape(), '+' is now only converted to space after...
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-22 Daniel Stenbergmoved here from the newlib branch
2000-03-20 Daniel Stenbergcurl_unescape() could make a buffer overflow
1999-12-29 Daniel StenbergInitial revision