summaryrefslogtreecommitdiff
path: root/lib/escape.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg2001-08-211-2/+2
* added typecasts when converting from unsigned int to intDaniel Stenberg2001-08-141-2/+2
* curl_escape() no longer attempts to detect already encoded stuff (in orderDaniel Stenberg2001-08-051-20/+7
* Andrés García fixed curl_escape()Daniel Stenberg2001-04-071-0/+1
* Jim Drash suggested and I made it not encode what looks like an alreadyDaniel Stenberg2001-03-221-7/+22
* the new escape/unescape function setupDaniel Stenberg2001-03-221-60/+60
* use unsigned int hex to receive the hex digit in, caused a warning withDaniel Stenberg2001-03-091-1/+1
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* curl_unescape() did not stop at the set length properly when %-codes wereDaniel Stenberg2000-11-211-1/+2
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+5
* in unescape(), '+' is now only converted to space after the first '?'Daniel Stenberg2000-08-311-7/+17
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-5/+4
* curl_unescape() could make a buffer overflowDaniel Stenberg2000-03-201-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+111