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-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
2004-03-29
The select() timeout is better not static since some implementation actually
Daniel Stenberg
2004-03-29
Gisle Vanem's djgpp/MS-DOS updates
Daniel Stenberg
2004-03-29
re-indented to use curl-standard source formatting
Daniel Stenberg
2004-03-29
netinet/tcp.h may require netinet/in.h to be include before
Daniel Stenberg
2004-03-27
Tor fixed a left-over from the ip argument to setnodelay
Daniel Stenberg
2004-03-26
Gisle Vanem:
Daniel Stenberg
2004-03-26
check for netinet/tcp.h precense before actually including it
Daniel Stenberg
2004-03-26
removed the ip number from the notcpdelay function
Daniel Stenberg
2004-03-25
only output one line about the nodelay even if it fails
Daniel Stenberg
2004-03-25
win32 doesn't need and even doesn't build if we extern declare sys_nerr
Daniel Stenberg
2004-03-25
include the strerror.h file without curl_ prefix
Daniel Stenberg
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
[prev]
[next]