172f0ba1 | 10-Nov-2000 |
Daniel Stenberg |
the tests dir is added |
40355437 | 10-Nov-2000 |
Daniel Stenberg |
set type before checking --head size, as the type may cause the server to return different sizes |
920579ba | 10-Nov-2000 |
Daniel Stenberg |
doing an ftp upload append that was already completed resulted in a "hang", it now results in an error instead |
1ff573c6 | 10-Nov-2000 |
Daniel Stenberg |
added getpass_r check |
7b5c5518 | 10-Nov-2000 |
Daniel Stenberg |
adjusted to the changed getpass_r() |
a5b2eb79 | 10-Nov-2000 |
Daniel Stenberg |
new interface, updated Angus' license, dependent on HAVE_GETPASS_R |
78423c58 | 10-Nov-2000 |
Daniel Stenberg |
Venkataramana Mokkapati corrected a cookie parser bug |
2bcb8abf | 09-Nov-2000 |
Daniel Stenberg |
haxx.nu => haxx.se |
b32bf427 | 09-Nov-2000 |
Daniel Stenberg |
Added RSAglue/rsaref lib check if the crypto lib is there but the ssl lib check fails. |
61fb8fea | 08-Nov-2000 |
Daniel Stenberg |
cleaned up the thread-safe checks into separate functions, added check for gethostbyname() in the socket lib as it seems some systems need it |
c0a44b4b | 07-Nov-2000 |
Daniel Stenberg |
Added typecast to localtime_r() |
ef8741d2 | 07-Nov-2000 |
Daniel Stenberg |
removed the perror() outputs as they did nothing good to us |
56548f9a | 06-Nov-2000 |
Daniel Stenberg |
getpass_r() is the new getpass name for thread-safe getpass! |
36000e52 | 06-Nov-2000 |
Daniel Stenberg |
Added T. Bharath to the list of contributors |
8cb15395 | 06-Nov-2000 |
Daniel Stenberg |
Added descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PASSWDFUNCTION, CURLOPT_CAINFO and CURLOPT_SSL_VERIFYPEER. |
4ccda6d6 | 06-Nov-2000 |
Daniel Stenberg |
Added CURLINFO_SSL_VERIFYRESULT |
7390c3a8 | 06-Nov-2000 |
Daniel Stenberg |
bugfixes and improvements |
e5e25903 | 06-Nov-2000 |
Daniel Stenberg |
removed bad mirror, added text about source contents (that should be here according to the source license) |
9f4f16b5 | 06-Nov-2000 |
Daniel Stenberg |
new getpass proto and function pointer usage |
e05922c4 | 06-Nov-2000 |
Daniel Stenberg |
modified pgrsTime() to the new functionality |
71fb7011 | 06-Nov-2000 |
Daniel Stenberg |
adjusted the time-keeping function to work better for location following requests |
b6bb7342 | 06-Nov-2000 |
Daniel Stenberg |
Emmanuel Tychon found a problem when specifying user-name only in a URL (and the password entered interactively). This fix also includes proper URL-decoding of the user name and password if s
Emmanuel Tychon found a problem when specifying user-name only in a URL (and the password entered interactively). This fix also includes proper URL-decoding of the user name and password if specified in the URL.
show more ...
|
e7736324 | 03-Nov-2000 |
Daniel Stenberg |
David Odin (aka DindinX) for MandrakeSoft, tiny example with GTK |
e0e01e5a | 02-Nov-2000 |
Daniel Stenberg |
error code fix |
852b664e | 01-Nov-2000 |
Daniel Stenberg |
added signal in case sigaction is missing |