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 |
68c231e1 | 26-Oct-2000 |
Daniel Stenberg |
Kevin P Roth's idea of supporting multiple -d options was turned into reality |
949eaf8a | 25-Oct-2000 |
Daniel Stenberg |
Replaced the former bug report email address with the new curl-bug@haxx.se |
950110ec | 25-Oct-2000 |
Daniel Stenberg |
Added a few ideas |
5f8e93d3 | 25-Oct-2000 |
Daniel Stenberg |
tiny spell correction |
e4a7e18a | 25-Oct-2000 |
Daniel Stenberg |
compiles on Linux now |
8f5ffd94 | 23-Oct-2000 |
Daniel Stenberg |
the configure script dynamically gets the version from the include file now which lets the maketgz skip updating the configure.in file |
c44b10de | 20-Oct-2000 |
Daniel Stenberg |
remote_port used in Host: headers only when non-default |