summaryrefslogtreecommitdiff
path: root/lib/escape.c
Commit message (Expand)AuthorAgeFilesLines
* 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