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
Age
Commit message (
Expand
)
Author
2004-03-25
strerror without prefix
Daniel Stenberg
2004-03-25
cut off 'curl_' from the strerror file names
Daniel Stenberg
2004-03-25
tcp-nodelay patch by Joe Halpin
Daniel Stenberg
2004-03-25
so there are at least two different strerror_r() versions and our brand
Daniel Stenberg
2004-03-25
added curl_strerror to the build
Daniel Stenberg
2004-03-25
extern declare the sys_nerr variable. Required on Solaris at least.
Daniel Stenberg
2004-03-25
Always include setup.h as the first header file.
Daniel Stenberg
2004-03-24
missed the new header file
Daniel Stenberg
2004-03-24
Gisle Vanem's fix to replace the bad use of strerror(). This introduces
Daniel Stenberg
2004-03-24
new header file - for Curl_strerror()
Daniel Stenberg
2004-03-23
keep current_speed as an curl_off_t for better precision at higher speeds
Daniel Stenberg
2004-03-23
switch() on the right variable!
Daniel Stenberg
2004-03-23
curl_strequal() returns int, keep return variables in an int
Daniel Stenberg
2004-03-23
make the variables that hold the result of strlen() size_t
Daniel Stenberg
2004-03-23
stricter variable type usage
Daniel Stenberg
2004-03-23
variable type usage cleanup to please picky compilers
Daniel Stenberg
2004-03-23
get strlen() results in a size_t, delete 'register'
Daniel Stenberg
2004-03-23
made time2str() use longs internally instead to prevent compiler warnings
Daniel Stenberg
2004-03-23
added explicit typecasts to prevent compiler warnings on variable conversions
Daniel Stenberg
2004-03-23
If localbind fails, provide a more portable error message.
Daniel Stenberg
2004-03-23
it actually fits to make a NNNd NNh display so this can be used up to
Daniel Stenberg
2004-03-23
Fixed the time fields no never get wider than 8 letters. They can now switch
Daniel Stenberg
2004-03-22
Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set
Daniel Stenberg
2004-03-22
Enabled 'NT responses' in the NTLM type-3 message.
Daniel Stenberg
2004-03-22
fixed /I "." for the debug build too
Daniel Stenberg
2004-03-22
add /I "." to include ca-bundle.h properly
Daniel Stenberg
2004-03-22
include the new curlver instead, since all this wants is the version info
Daniel Stenberg
2004-03-21
Marty Kuhrt's adjustments for a cleaner VMS build
Daniel Stenberg
2004-03-17
added http_ntlm.[ch] and inet_pton.[ch], pointed out by Watz
Daniel Stenberg
2004-03-17
Günter Knauf's update, mainly converted to plain old C comments.
Daniel Stenberg
2004-03-17
new netware-related files added to the distribution
Daniel Stenberg
2004-03-17
Günter Knauf's NetWare changes.
Daniel Stenberg
2004-03-16
removed the min() macro define
Daniel Stenberg
2004-03-15
if the global_init() is called from within curl_easy_init() and returns
Daniel Stenberg
2004-03-15
Initial commit of the first attempt to make three new *strerror() functions.
Daniel Stenberg
2004-03-14
fix signed and unsigned warnings
Daniel Stenberg
2004-03-13
postsize is off_t now, so we typecase it to int before doing normal printf
Daniel Stenberg
2004-03-13
the postsize is an off_t so use the proper printf format to output the
Daniel Stenberg
2004-03-12
more variable type fixing for the huge posts
Daniel Stenberg
2004-03-12
more variable type fixes for the large POST support
Daniel Stenberg
2004-03-12
Made the 'postsize' variable an off_t type to be able to hold large file
Daniel Stenberg
2004-03-12
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
Daniel Stenberg
2004-03-11
dl and ulspeed are now curl_off_t so typecast them to double when we
Daniel Stenberg
2004-03-11
Made max5data() take a curl_off_t size as argument instead of double. Should
Daniel Stenberg
2004-03-11
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
Daniel Stenberg
2004-03-11
don't let the EINTR stuff build on windows
Daniel Stenberg
2004-03-10
Use more curl_off_t variables when doing the progress meter calculations and
Daniel Stenberg
2004-03-10
curl_socket_t mistakes cleanup
Daniel Stenberg
2004-03-10
turn niflags into a define named NIFLAGS
Daniel Stenberg
2004-03-10
Nah, ignore the OS define in here. This is being included by ares and it
Daniel Stenberg
[prev]
[next]