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 |
32eaf9e8 | 16-Aug-2001 |
Daniel Stenberg |
Added -lcurl for --libs so that single option should now suffice to use when building anything with libcurl |
9ce94207 | 15-Aug-2001 |
Daniel Stenberg |
IPv6-addresses can have dots too! |
9518e064 | 15-Aug-2001 |
Daniel Stenberg |
extract IPv6-style specified IP-addresses properly |
aa21e42d | 15-Aug-2001 |
Daniel Stenberg |
const fixes |
16215e80 | 15-Aug-2001 |
Daniel Stenberg |
- |
658c7e8a | 15-Aug-2001 |
Daniel Stenberg |
Corrected the years in the copyright line |
666d0b67 | 15-Aug-2001 |
Daniel Stenberg |
const argument |
97f3099f | 15-Aug-2001 |
Daniel Stenberg |
curl_getenv() now takes a const char * as argument |
5a0a51a7 | 15-Aug-2001 |
Daniel Stenberg |
add include of stdio.h, so that base64.c compiles |
38783506 | 15-Aug-2001 |
Daniel Stenberg |
CURL_GLOBAL_WIN32, config-vms.h, Borland makefile, -w %{http_code}, Bug #12733 over on php.net |
70ad8a0b | 15-Aug-2001 |
Daniel Stenberg |
Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen() a NULL pointer. Now, we treat a missing CURLOPT_POSTFIELDS as if there is no data to send. |
cec8a3af | 15-Aug-2001 |
Daniel Stenberg |
removed one compiler error and two "unused variable" warnings |
f78de2d8 | 15-Aug-2001 |
Daniel Stenberg |
SM's -G patch. There's some room for improvements still, as a command line like: "curl -d moo=foo -G daniel.haxx.se" currently fails. |
7d17713d | 15-Aug-2001 |
Sterling Hughes |
more _ftp_cwd |
546f4dca | 15-Aug-2001 |
Sterling Hughes |
ftp_cwd() abstraction "%" -> "%s" |
09a9b57b | 15-Aug-2001 |
Sterling Hughes |
This can be used in another place (Curl_ftp_done :)... declare at the top of the file, put the private functions at the bottom of the file, however, this is clearer imho (since _ftp is a
This can be used in another place (Curl_ftp_done :)... declare at the top of the file, put the private functions at the bottom of the file, however, this is clearer imho (since _ftp is already there).
show more ...
|