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
/
strtoofft.h
Age
Commit message (
Collapse
)
Author
2004-04-07
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
Daniel Stenberg
concept, and added lib/README.curlx to explain details about it
2004-03-03
David Byron's work on making libcurl only require winsock 1.1 on Windows
Daniel Stenberg
machines.
2004-02-23
make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement
Daniel Stenberg
2004-02-20
oops, missed a define when I changed from Curl_ to curlx_
Daniel Stenberg
2004-02-19
Remade to use curlx_-prefix. This means this function can be compiled and
Daniel Stenberg
linked separately by the application. This function is not provided by the libcurl API. It can only be accessed by apps if they compile and use this particular source code.
2004-01-23
include curl.h for the typedef
Daniel Stenberg
2004-01-22
return curl_off_t instead of long long, to work on more platforms
Daniel Stenberg
2004-01-22
use curl_off_t instead of off_t!
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2004-01-05
new files for the large file support number parsing
Daniel Stenberg