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-04-19
Gisle Vanem corrected a mistake in a recent progress fix
Daniel Stenberg
2004-04-17
Gisle made a failed connect output the reason for it
Daniel Stenberg
2004-04-17
NDEBUG should not be defined when CURLDEBUG is
Daniel Stenberg
2004-04-15
ftp->dirs[] is no longer terminated with a zero entry but ftp->dirdepth
Daniel Stenberg
2004-04-15
removed the fixed dir depth limit in the FTP code
Daniel Stenberg
2004-04-14
asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will
Daniel Stenberg
2004-04-14
Curl_wait_for_resolv() could hang due to the bad timeout timer resolution and
Daniel Stenberg
2004-04-13
Gisle Vanem's fix that makes the multi interface work on Windows again even
Daniel Stenberg
2004-04-13
proper typecast to prevent compiler warning
Daniel Stenberg
2004-04-13
remove an long time #defined struct member and use the actual "real" name
Daniel Stenberg
2004-04-13
Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within the
Daniel Stenberg
2004-04-12
somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there
Daniel Stenberg
2004-04-11
David Byron's patch for MSVC builds with zlib
Daniel Stenberg
2004-04-09
Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.
Daniel Stenberg
2004-04-07
getting only a 100 Continue response and nothing else, when talking HTTP,
Daniel Stenberg
2004-04-07
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
Daniel Stenberg
2004-04-06
New authentication code added, particularly noticable when doing POST or PUT
Daniel Stenberg
2004-04-06
the pack_hostent() proto isn't used/needed with ipv6 is enabled.
Daniel Stenberg
2004-04-06
Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan.
Daniel Stenberg
2004-04-06
Added the curl source header and changed some comments
Daniel Stenberg
2004-04-06
Gisle Vanem caught me breaking the windows version of Curl_strerror()
Daniel Stenberg
2004-04-06
provide these functions as curlx_* ones as this enables the curl app to
Daniel Stenberg
2004-04-06
up-to-date with reality
Daniel Stenberg
2004-04-06
remove the general use of sys_nerr
Daniel Stenberg
2004-04-02
Dirk Manske's feedback:
Daniel Stenberg
2004-04-02
Andrés García's updated mingw makefiles
Daniel Stenberg
2004-04-01
Dirk Manske's fix that makes sure we cancel the ares resolve when we time out
Daniel Stenberg
2004-04-01
removed my previously attempted fix for ares timeouts, not needed
Daniel Stenberg
2004-03-31
Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for the
Daniel Stenberg
2004-03-31
Roy Shan fixed a case that prevented ares name resolve timeouts to occur.
Daniel Stenberg
2004-03-31
Remove the elapsed time from the most recent select() only.
Daniel Stenberg
2004-03-31
The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE for
Daniel Stenberg
2004-03-31
Dirk Manske found out the Curl_wait_for_resolv() timed out too early.
Daniel Stenberg
2004-03-31
added include to fix warning
Daniel Stenberg
2004-03-31
* Fixed a memory leak when doing repeated re-negotiations.
Daniel Stenberg
2004-03-31
Moved the NI_WITHSCOPEID magic #ifdef to the top of the file and made sure
Daniel Stenberg
2004-03-31
Fixed how the user name is extracted from http_proxy environment variable
Daniel Stenberg
2004-03-31
Andrés García fixed a warning in the ioctlsocket() usage.
Daniel Stenberg
2004-03-31
CURLDIGEST_BADALGO is a new return code from the digest code
Daniel Stenberg
2004-03-30
typecast setsockopt()'s 4th argument to void * to make compilers complain
Daniel Stenberg
2004-03-30
adjusted to the new dns cache function to hide more hostip internals
Daniel Stenberg
2004-03-30
Lots of comments added an clarified. Added timeout for the ares version
Daniel Stenberg
2004-03-30
added stale boolean to the digest struct
Daniel Stenberg
2004-03-30
first attempt to support stale=true
Daniel Stenberg
2004-03-30
if 0'ed out a code section that uses __FUNCTION__ etc, used for debugging
Daniel Stenberg
2004-03-30
init the dns pointer to NULL for clarity
Daniel Stenberg
2004-03-30
added more comments for what the functions return
Daniel Stenberg
2004-03-30
David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM
Daniel Stenberg
2004-03-30
'authdone' was added to the sessionhandle and thus was removed from the
Daniel Stenberg
2004-03-30
David Byron added 'authdone' to the SessionHandle.
Daniel Stenberg
[next]