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-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
2000-12-07
Added SA_RESTART since (some) HPUX doesn't have that define and it doesn't
Daniel Stenberg
2000-11-29
removed '#if 0' sections
Daniel Stenberg
2000-11-28
James Griffiths' max-redirs fix
Daniel Stenberg
2000-11-22
document time fixes
Daniel Stenberg
2000-11-21
set rangestringalloc to 0 after the string has been freed to prevent it
Daniel Stenberg
2000-11-21
added some defensive code around the GetHost()'s third argument result
Daniel Stenberg
2000-11-21
removed two unused variables and added an extra set of parentheses, done
Daniel Stenberg
2000-11-20
removed URL size restrictions
Daniel Stenberg
2000-11-20
Alexander Kourakos's lowercase environment variable fix
Daniel Stenberg
2000-11-18
spell correction resolv => resolve in two error messages
Daniel Stenberg
2000-11-17
memory leak cleanup campaign
Daniel Stenberg
2000-11-17
changed the 'port' field to long to better work with the va_arg() system
Daniel Stenberg
2000-11-10
adjusted to the changed getpass_r()
Daniel Stenberg
2000-11-06
getpass_r() is the new getpass name for thread-safe getpass!
Daniel Stenberg
2000-11-06
new getpass proto and function pointer usage
Daniel Stenberg
2000-11-06
Emmanuel Tychon found a problem when specifying user-name only in a URL
Daniel Stenberg
2000-11-01
added signal in case sigaction is missing
Daniel Stenberg
2000-10-30
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
Daniel Stenberg
2000-10-26
Georg Horn provided a fix for the timeout signal stuff. Finally the timeout
Daniel Stenberg
2000-10-26
renamed getpass() to my_getpass() and it is now thread-safe and should
Daniel Stenberg
2000-10-20
remote_port used in Host: headers only when non-default
Daniel Stenberg
2000-10-12
sprintf() => snprintf()
Daniel Stenberg
2000-10-11
free the URL string if that was allocated
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-10-06
the --interface code doesn't work on win32 and is #ifndef WIN32 now
Daniel Stenberg
2000-10-06
HTTP resume fix, now the range pointer may be allocated
Daniel Stenberg
2000-10-03
removed writeinfo stuff
Daniel Stenberg
2000-10-03
inits the upload_bufsize at connect time
Daniel Stenberg
2000-09-28
7.3 commit
Daniel Stenberg
2000-09-25
corrected curl_write() for kerberos
Daniel Stenberg
2000-09-21
krb4 support
Daniel Stenberg
2000-09-18
Stephen Kick's interface fixes
Daniel Stenberg
2000-09-14
introduced 'tunnel through http proxy' for ftp
Daniel Stenberg
2000-09-14
file:// fix that prevents name lookup and sets no-upload and no-download
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-08-24
hostname and large file support added
Daniel Stenberg
2000-08-17
removed HAVE_VPRINTF dependence
Daniel Stenberg
2000-08-11
Linux name resolving problem fixed with larger name-buffer
Daniel Stenberg
2000-08-08
allow zero length user names for http
Daniel Stenberg
2000-07-31
made urlfree static, added (void) in front of one of the SSL calls. I did
Daniel Stenberg
2000-07-28
clear the httproxy bit on cleanup if the allocproxy bit was set
Daniel Stenberg
2000-07-25
uses the new curl_close function to clean up the http-specific auth_host
Daniel Stenberg
2000-07-25
tiny adjustments to set the start-time before the curl_connect() is called to
Daniel Stenberg
2000-07-25
Added CURLOPT_PROXYPORT support
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-20
autoreferer added, switches off POST on location: following
Daniel Stenberg
2000-06-16
progress.mode replaced with progress.callback
Daniel Stenberg
[next]