index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
escape.c
Age
Commit message (
Collapse
)
Author
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-21
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
Daniel Stenberg
2001-08-14
added typecasts when converting from unsigned int to int
Daniel Stenberg
2001-08-05
curl_escape() no longer attempts to detect already encoded stuff (in order
Daniel Stenberg
not to re-encode it).
2001-04-07
Andrés García fixed curl_escape()
Daniel Stenberg
2001-03-22
Jim Drash suggested and I made it not encode what looks like an already
Daniel Stenberg
encoded letter (in curl_escape)
2001-03-22
the new escape/unescape function setup
Daniel Stenberg
2001-03-09
use unsigned int hex to receive the hex digit in, caused a warning with
Daniel Stenberg
-Wall and a new gcc
2001-01-03
dual-license fix
Daniel Stenberg
2000-11-21
curl_unescape() did not stop at the set length properly when %-codes were
Daniel Stenberg
used
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-08-31
in unescape(), '+' is now only converted to space after the first '?'
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
2000-03-20
curl_unescape() could make a buffer overflow
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg
[prev]