034f6378 | 29-May-2001 |
Daniel Stenberg |
Added strtok.[ch] |
af129c49 | 29-May-2001 |
Daniel Stenberg |
we rqeuire autoconf 2.50 now |
8b4809a8 | 29-May-2001 |
Daniel Stenberg |
fixed the -# to write to the same as --stderr is set to |
88d14e96 | 29-May-2001 |
Daniel Stenberg |
3.11 How do I POST with a different Content-Type? |
04d1491a | 29-May-2001 |
Daniel Stenberg |
clarified the MUTE option |
de16ddd5 | 29-May-2001 |
Daniel Stenberg |
updated, improved language at a few places |
27751df6 | 29-May-2001 |
Daniel Stenberg |
moved list of authors to the separate THANKS file and added that to the release archive |
cf02eb11 | 29-May-2001 |
Daniel Stenberg |
text: added in 7.8 |
22b8d387 | 29-May-2001 |
Daniel Stenberg |
beauty fix |
bfd89c80 | 29-May-2001 |
Daniel Stenberg |
global_init() takes that flag argument |
223c48e6 | 28-May-2001 |
Daniel Stenberg |
7.8-pre1 commit |
7bb7550e | 28-May-2001 |
Daniel Stenberg |
fixes |
adf00f5b | 28-May-2001 |
Daniel Stenberg |
added libtool |
0844c4fd | 28-May-2001 |
Daniel Stenberg |
major: curl_general_init/cleanup |
38cabc4f | 28-May-2001 |
Daniel Stenberg |
ftps:// works |
ec340e3e | 28-May-2001 |
Daniel Stenberg |
adjusted the global_init() call to pass the new flag argument too |
f44f512f | 28-May-2001 |
Daniel Stenberg |
global_init() takes a flag option now, to tell libcurl what _not_ to init. it will make it better when the application uses several libs that use openssl and it also enables us to do the win3
global_init() takes a flag option now, to tell libcurl what _not_ to init. it will make it better when the application uses several libs that use openssl and it also enables us to do the win32 winsock initing in the future if we want to
show more ...
|
ce0e2cc0 | 28-May-2001 |
Daniel Stenberg |
better -v use, passes -I to all perl invokes |
b0828322 | 28-May-2001 |
Daniel Stenberg |
added calls to curl_global_*, they aren't really needed for this application but it shows good manner to always cleanup |
1e5e0f9a | 28-May-2001 |
Daniel Stenberg |
added 'curl-config --vernum' for hardcore hex version output |
ac3ae8f7 | 28-May-2001 |
Daniel Stenberg |
changed the check for command1.txt to test1, so that automatic testing in 'make distcheck' will work |
a51fd91d | 28-May-2001 |
Daniel Stenberg |
increased interface age |
d300cf4d | 28-May-2001 |
Daniel Stenberg |
T. Bharath's comments about SSL cleanup incorporated, and the two new curl_global_* functions |
a9d0a858 | 28-May-2001 |
Daniel Stenberg |
curl_global_cleanup and curl_global_init added to the family |
81da4fc9 | 28-May-2001 |
Daniel Stenberg |
Added more test cases |