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
/
url.c
Age
Commit message (
Expand
)
Author
2001-04-25
connection re-using didn't work on non-default ports when not using proxy
Daniel Stenberg
2001-04-23
no need to copy the name when re-using the connection, we already have the
Daniel Stenberg
2001-04-22
copy the name properly when re-using a connection
Daniel Stenberg
2001-04-18
Remade resume stuff to keep data in the connectdata struct instead of the
Daniel Stenberg
2001-04-11
we don't use the HTTP_PROXY environment variable in uppercase anymore, since
Daniel Stenberg
2001-04-11
oops, missed the shut-off non-blocking fix
Daniel Stenberg
2001-04-11
SM made the connection timeout work for windows boxes!
Daniel Stenberg
2001-04-10
setopt() works with the new CURLOPT_HEADERFUNCTION:
Daniel Stenberg
2001-04-03
better error checks for failure conditions (based on Puneet Pawaia's reports)
Daniel Stenberg
2001-03-29
ftps:// support added
Daniel Stenberg
2001-03-23
ConnectionExists() wrongly returned TRUE for too many connections if proxy
Daniel Stenberg
2001-03-15
added connect timeout support
Daniel Stenberg
2001-03-14
now works with IPv6 and HTTP proxy
Daniel Stenberg
2001-03-14
Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields
Daniel Stenberg
2001-03-13
initial close policy support
Daniel Stenberg
2001-03-12
two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET
Daniel Stenberg
2001-03-12
support for a few new libcurl 7.7 CURLOPT_* options added
Daniel Stenberg
2001-03-12
Added infof() calls for persistant connection info, we are very likely to
Daniel Stenberg
2001-03-12
modified Curl_disconnect() so that it unlinks itself from the data struct,
Daniel Stenberg
2001-03-12
bugfix: don't use the connectindex if it is -1
Daniel Stenberg
2001-03-09
use the new name and hostname even though an old connection is reused, since
Daniel Stenberg
2001-03-09
removed handles and states from the main structs
Daniel Stenberg
2001-03-05
remade FILE:// support to look more as the other protocols
Daniel Stenberg
2001-03-04
7.7 alpha 2 commit
Daniel Stenberg
2001-03-03
ipv6 fix for the 'port' no longer in urldata
Daniel Stenberg
2001-03-02
remade the port number stuff so that following locations work and doing
Daniel Stenberg
2001-03-02
improved connections
Daniel Stenberg
2001-02-28
cleanup better when connects fail
Daniel Stenberg
2001-02-22
added some infof() calls for persistant info
Daniel Stenberg
2001-02-22
moved the dynamicly set pointers to the connectdata struct
Daniel Stenberg
2001-02-21
IPv6-adjustments
Daniel Stenberg
2001-02-20
corrected memory leaks when re-using connections
Daniel Stenberg
2001-02-20
multiple connection support initial commit
Daniel Stenberg
2001-02-19
Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is used
Daniel Stenberg
2001-02-13
better english timeouted => timed out, as suggested by Larry Fahnoe
Daniel Stenberg
2001-02-13
moved the protocol-specific free to allow easier multiple transfers
Daniel Stenberg
2001-02-12
very minor indentation fix
Daniel Stenberg
2001-02-08
if netrc is parsed and our host was found in there, set data->bits.user_passwd
Daniel Stenberg
2001-02-07
no longer #includes "getenv.h"
Daniel Stenberg
2001-02-05
Jun-ichiro itojun Hagino's IPv6 adjustments
Daniel Stenberg
2001-01-29
upload sets HTTP request to PUT for "HTTP upload"
Daniel Stenberg
2001-01-27
data->httpreq was not set properly
Daniel Stenberg
2001-01-26
Added a httpreq field in the main struct so that there's one field to check
Daniel Stenberg
2001-01-25
moved curl_read() and curl_write() to sendf.c
Daniel Stenberg
2001-01-24
Ingo Ralf Blum's cygwin fixes
Daniel Stenberg
2001-01-24
added comments all over
Daniel Stenberg
2001-01-23
Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,
Daniel Stenberg
2001-01-17
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
[prev]
[next]