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
/
curlx.h
Age
Commit message (
Expand
)
Author
2017-10-30
curlx: the timeval functions are no longer provided as curlx_*
Daniel Stenberg
2016-10-31
strcase: make the tool use curl_str[n]equal instead
Daniel Stenberg
2016-10-31
curl_strequal: part of public API/ABI, needs to be kept
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-28
lib/*.h: use our standard naming scheme for header inclusion guards
Yang Tse
2010-12-21
Typo fixes.
Brad Hards
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-26
fix compiler warning
Yang Tse
2010-02-22
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
Yang Tse
2009-07-09
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
Daniel Stenberg
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
2008-10-15
- Pascal Terjan filed bug #2154627
Daniel Stenberg
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-07-06
Undefine symbols before redefining them.
Gisle Vanem
2004-05-24
delete trailing whitespace
Daniel Stenberg
2004-04-30
New header file that offers easy access to the curlx_ functions for an app.
Daniel Stenberg