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 (
Expand
)
Author
2017-09-15
escape.c: error: pointer targets differ in signedness
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-03-13
Improve code readbility
Sylvestre Ledru
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-11
realloc: use Curl_saferealloc to avoid common mistakes
Daniel Stenberg
2016-10-31
unescape: avoid integer overflow
Daniel Stenberg
2016-09-14
curl_easy_unescape: deny negative string lengths as input
Daniel Stenberg
2016-09-14
curl_easy_escape: deny negative string lengths as input
Daniel Stenberg
2016-06-22
typedefs: use the full structs in internal code...
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-04
URLs: change more http to https
Viktor Szakats
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-10-28
code cleanup: We prefer 'CURLcode result'
Steve Holme
2014-02-13
Curl_urldecode: don't allow NULL as receiver
Daniel Stenberg
2013-06-22
Curl_urldecode: no peeking beyond end of input buffer
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-01-24
URL sanitize: reject URLs containing bad data
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-05-23
compiler warning: fix
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2010-09-28
curl_easy_escape: don't escape "unreserved" characters
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-24
fix compiler warning
Yang Tse
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-10-08
Added const to some pointer variables
Dan Fandrich
2008-09-09
Factored out Curl_isalnum
Dan Fandrich
2007-11-07
if () => if()
Daniel Stenberg
2007-09-30
Alex Fishman reported a curl_easy_escape() problem that was made the
Daniel Stenberg
2007-08-26
Fixed some minor mismatched types found by splint.
Dan Fandrich
2007-08-04
Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on
Daniel Stenberg
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2004-07-01
Variable type cleanups to please the picky MIPSPro compiler.
Daniel Stenberg
2004-06-24
include header for our printfs
Daniel Stenberg
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
2004-05-13
curl_free() doesn't free(NULL) but just returns
Daniel Stenberg
2004-05-12
return NULL on out of memory
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
[next]