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
2005-04-04
hostthre.c: destroy_thread_data() made public. Called
Gisle Vanem
2005-03-15
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
Dan Fandrich
2005-03-14
Removed security.h since it shadows an include file mingw needs when building
Daniel Stenberg
2005-03-11
Fixed some compiler warnings.
Dan Fandrich
2005-03-10
Christopher R. Palmer made it possible to build libcurl with the
Daniel Stenberg
2005-03-09
As reported by 'nodak sodak' we should check for a NULL pointer before
Daniel Stenberg
2005-02-09
prevent a compiler warning
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-01-30
Use calloc() to save us the memset() call and terminate conn->host.name
Daniel Stenberg
2005-01-29
conn->ip_addr MUST NOT be used on re-used connections
Daniel Stenberg
2005-01-28
KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two
Daniel Stenberg
2005-01-25
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
Daniel Stenberg
2005-01-21
FTP third transfer support overhaul. See CHANGES for details.
Daniel Stenberg
2005-01-19
Stephan Bergmann pointed out two flaws in libcurl built with HTTP disabled:
Daniel Stenberg
2005-01-16
Alex aka WindEagle pointed out that when doing "curl -v dictionary.com", curl
Daniel Stenberg
2005-01-11
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
Daniel Stenberg
2005-01-10
Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5
Daniel Stenberg
2005-01-10
Pavel Orehov reported memory problems with the multi interface in bug report
Daniel Stenberg
2004-12-17
Print true netrc name (.netrc/_netrc).
Gisle Vanem
2004-12-16
Renamed a struct member to avoid conflict with a C++ reserved word.
Dan Fandrich
2004-12-14
Harshal Pradhan fixed changing username/password on a persitent HTTP
Daniel Stenberg
2004-12-13
Added handling of CURLINFO_SSL_ENGINES;
Gisle Vanem
2004-12-10
move the port number extraction to after the extraction of user name/password,
Daniel Stenberg
2004-12-05
Dan Fandrich added the --disable-cookies option to configure to build
Daniel Stenberg
2004-11-26
I changed my mind. Remove ioctl() macro in setup.h instead.
Gisle Vanem
2004-11-26
Renamed urldata.h members 'ioctl*' to 'ioctrl*' due to
Gisle Vanem
2004-11-25
FTP improvements:
Daniel Stenberg
2004-11-24
HTTP "auth done right". See lib/README.httpauth
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg
2004-11-18
Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and
Daniel Stenberg
2004-11-15
clean up start time and t_startsingle use so that redirect_time works properly
Daniel Stenberg
2004-11-12
Dan Fandrich added the --disable-crypto-auth option to configure to allow
Daniel Stenberg
2004-11-11
Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.
Daniel Stenberg
2004-11-02
Paul Nolan fix to make libcurl build nicely on Windows CE
Daniel Stenberg
2004-10-14
Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name
Daniel Stenberg
2004-10-10
another lame attempt to avoid the "warning: will never be executed" warning
Daniel Stenberg
2004-10-07
use tld_strerror() only if previously detected, since otherwise we can't
Daniel Stenberg
2004-10-06
Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail,
Gisle Vanem
2004-10-06
USE_LIBIDN: Added Top-level-domain (TLD) check for host->name.
Gisle Vanem
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-10-05
minor edit to re-use a variable and to hopefully avoid a (moot) warning
Daniel Stenberg
2004-10-04
Made the dns entry remain locked while a connection to the host remains to
Daniel Stenberg
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
[next]