d4b23198 | 21-Aug-2001 |
Daniel Stenberg |
this is replaced with libcurl.3 |
65816636 | 21-Aug-2001 |
Daniel Stenberg |
fflush the progress output, fixed configure.in for SSL without --with-ssl |
4398151f | 21-Aug-2001 |
Daniel Stenberg |
Troy Engel's fix for running configure without --with-ssl |
d5fbfa3d | 21-Aug-2001 |
Daniel Stenberg |
As Andr�s Garc�a reported we need to fflush() the data->err so that the progress meter looks better on windows (and if the data->err is redirected from stderr it also makes a point) |
3a588fc9 | 20-Aug-2001 |
Daniel Stenberg |
added "4.5 FIGURE OUT WHAT A POST LOOKS LIKE" added an online URL to this document corrected a bad use of -t |
7dbad3c3 | 20-Aug-2001 |
Daniel Stenberg |
7.8.1 |
8f55c3d4 | 20-Aug-2001 |
Daniel Stenberg |
libtool 1.3.5 leftover |
732d80a7 | 20-Aug-2001 |
Daniel Stenberg |
updated version in header as we have 7.8.1 details in here |
bd277e3d | 20-Aug-2001 |
Daniel Stenberg |
RFC2732 parsing, curl-config patching, -G added, kerberos name space fixing, configure fixes, libtool cleanups |
a1cec0e4 | 20-Aug-2001 |
Daniel Stenberg |
Albert Chin's neat configure/package fixes |
90270054 | 19-Aug-2001 |
Daniel Stenberg |
SM's fix for -G on URLs with host name only |
1d3542a3 | 18-Aug-2001 |
Sterling Hughes |
<couldn't resist> Use a more appropriate variable name </couldn't resist> |
429b09ee | 17-Aug-2001 |
Daniel Stenberg |
Curl_ prefix added to a few function calls |
6c2a9009 | 17-Aug-2001 |
Daniel Stenberg |
include getinfo.h for Curl_getinfo() proto |
1b00298b | 17-Aug-2001 |
Daniel Stenberg |
modified to use the renamed kerberos functions with Curl_ prefix |
5ad4a522 | 17-Aug-2001 |
Daniel Stenberg |
Added two fields in the connectdata struct for kerberos fiddles |
db5e67e3 | 17-Aug-2001 |
Daniel Stenberg |
use the Curl_ name space removed unused code removed use of global variable(s) |
a2688b6c | 17-Aug-2001 |
Daniel Stenberg |
removed dead/unused code removed use of global variables removed name space pollutions (added Curl_ prefixes) |
ceb8f1cb | 17-Aug-2001 |
Daniel Stenberg |
Curl_ prefix |
a7a3d499 | 17-Aug-2001 |
Daniel Stenberg |
cleaned up rewrite |
c36fc521 | 16-Aug-2001 |
Daniel Stenberg |
Added -G |
ca43cd46 | 16-Aug-2001 |
Daniel Stenberg |
updated to the latest fixes to the shell script |
47ff6f29 | 16-Aug-2001 |
Daniel Stenberg |
hm, --cflags should only show the flags a 3rd party program would need |
861ca06f | 16-Aug-2001 |
Daniel Stenberg |
removed --include again and stuffed the libcurl's include path in --cflags |
d9e54a3c | 16-Aug-2001 |
Daniel Stenberg |
Added --include to set the compiler include flag for libcurl |