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
2004-10-02
Gisle Vanem provided code that displays an error message when the (libidn
Daniel Stenberg
2004-09-28
Only active the engine code if ssl is enabled. This is how the actual engine
Daniel Stenberg
2004-09-25
allow setting CURLOPT_SSLENGINE to NULL even if no SSL engine is supported
Daniel Stenberg
2004-09-16
Added CURLOPT_FTPSSLAUTH
Daniel Stenberg
2004-09-10
- Bug report #1025986. When following a Location: with a custom Host: header
Daniel Stenberg
2004-08-16
allow a custom "Accept-Encoding:" header override the internally set one
Daniel Stenberg
2004-08-10
Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (this
Daniel Stenberg
2004-07-29
prevent all the sig and alarm stuff when using ares
Daniel Stenberg
2004-07-28
Bertrand Demiddelaer fixed the host name to get setup properly even when
Daniel Stenberg
2004-07-10
ifdef keep_sigact since its only used when SIGALRM is defined.
Gunter Knauf
2004-07-04
explicit typecasts when converting from long to int to avoid warnings
Daniel Stenberg
2004-07-04
made 'connectindex' a long variable to prevent compiler warnings when
Daniel Stenberg
2004-07-01
variable type cleanup to fix picky compiler warnings
Daniel Stenberg
2004-06-30
NOBODY set TRUE after a POST makes a good HEAD now
Daniel Stenberg
2004-06-24
typecasts to prevent warnings
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-06-22
Moved the "About to connect() to" text to the place where the host name is
Daniel Stenberg
2004-06-18
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
Daniel Stenberg
2004-06-10
Gisle Vanem's improved verbose output and timeout handling when connecting to
Daniel Stenberg
2004-06-09
Alexander Krasnostavsky's fix to make libcurl build fine with configure
Daniel Stenberg
2004-06-03
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Daniel Stenberg
2004-06-02
Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the
Daniel Stenberg
2004-05-28
check for failing strdup()s
Daniel Stenberg
2004-05-26
Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set
Daniel Stenberg
2004-05-25
initial support for "uploading" to file:// URLs
Daniel Stenberg
2004-05-25
preprocessor magic around the libidn idn_free() stuff to remain workable
Daniel Stenberg
2004-05-24
only idn_free() if built with libidn
Daniel Stenberg
2004-05-24
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
Daniel Stenberg
2004-05-24
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
Daniel Stenberg
2004-05-19
killed trailing whitespace
Daniel Stenberg
2004-05-17
I made Curl_done() take a pointer-pointer in the first argument instead, and
Daniel Stenberg
2004-05-13
bail out when no memory occurs
Daniel Stenberg
2004-05-12
clean up and return better on out of memory
Daniel Stenberg
2004-05-12
Curl_done() and the protocol-specific conn->curl_done() functions now all
Daniel Stenberg
2004-05-12
bail out if we can't allocate the new range string, and make use of aprintf()
Daniel Stenberg
2004-05-12
removed another jhrg-reference in a comment
Daniel Stenberg
2004-05-11
fixed Curl_open() to not leak anything if one malloc() fails, fix by
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-05-07
We don't support any long protocol names so we can use a smaller buffer.
Daniel Stenberg
2004-05-06
removed two odd comments
Daniel Stenberg
2004-05-05
do the alarm time-left math using unsigned longs since that is what alarm()
Daniel Stenberg
2004-05-05
fix_hostname() now (void)s the conn argument to prevent warnings on non-idn
Daniel Stenberg
2004-05-05
prevent warnings when using the gcc option -Wunreachable-code
Daniel Stenberg
2004-05-04
General HTTP authentication cleanup and fixes
Daniel Stenberg
2004-04-29
fixed the host/proxy name issue when re-using a connection and made IDN names
Daniel Stenberg
2004-04-29
encode the correct name
Daniel Stenberg
2004-04-27
Made host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg
2004-04-26
made the verbose connect use the proper host name string even when using
Daniel Stenberg
2004-04-26
NI_MAXHOST is not generally available, we use plain 256 bytes for the hostname
Daniel Stenberg
2004-04-26
Made defines instead of plain numbers for the Curl_resolv() return code to
Daniel Stenberg
[next]