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 |
e6cdb68a | 31-Oct-2000 |
Daniel Stenberg |
adjusted to the new packages dir |
349811f3 | 31-Oct-2000 |
Daniel Stenberg |
removed, see packages/Linux/RPM |
823785c5 | 31-Oct-2000 |
Daniel Stenberg |
new package related file |
1c0fd24a | 30-Oct-2000 |
Daniel Stenberg |
removed extra comma in the CURLINFO enum typedef |
5c0b2f29 | 30-Oct-2000 |
Daniel Stenberg |
Added CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO |
e446edc2 | 30-Oct-2000 |
Daniel Stenberg |
the verify cert stuff is now added! |
b5d152ca | 30-Oct-2000 |
Daniel Stenberg |
T. Bharath's ssl patch |
6f7dcf3f | 30-Oct-2000 |
Daniel Stenberg |
typecasted the localtime_r() return code to not make it not warn even if the function prototype is missting |
0cff2790 | 30-Oct-2000 |
Daniel Stenberg |
new urldata ssl layout and T. Bharath brought the new SSL cert verify function |
09ba856e | 27-Oct-2000 |
Daniel Stenberg |
Added section 4.8 I found a bug and did some minor cosmetics |
1df033a1 | 27-Oct-2000 |
Daniel Stenberg |
Added description on how to use the newly supported multiple -d options |
3264ce04 | 27-Oct-2000 |
Daniel Stenberg |
Added sigaction check |
3b0d49e1 | 27-Oct-2000 |
Daniel Stenberg |
post 7.4.1 changes |
f6daff47 | 26-Oct-2000 |
Daniel Stenberg |
removed old unused getpass() leftovers |
9d0d8280 | 26-Oct-2000 |
Daniel Stenberg |
Georg Horn provided a fix for the timeout signal stuff. Finally the timeout switch should work under most unixes (requires sigaction()) |
cdfb83e0 | 26-Oct-2000 |
Daniel Stenberg |
removed getpass-check since getpass() is no longer being used |
02037971 | 26-Oct-2000 |
Daniel Stenberg |
renamed getpass() to my_getpass() and it is now thread-safe and should disable passwd-echoing on win32 (supplied by Bj�rn Stenberg) |
a5b01cf4 | 26-Oct-2000 |
Daniel Stenberg |
Kevin Roth's bugreport with config files containing '-v defaulturl' is now fixed |