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 ...
|
10ab0821 | 15-Aug-2001 |
Daniel Stenberg |
non-public functions should not use CURL * as arguments, so I changed them to use 'struct UrlData *' instead |
49990878 | 15-Aug-2001 |
Daniel Stenberg |
modified the Curl_perform() proto |
bff5f1b9 | 15-Aug-2001 |
Sterling Hughes |
must merge before commit must merge before commit must merge before commit |
6e22b742 | 15-Aug-2001 |
Daniel Stenberg |
removed protos that were moved to url.h and the new getinfo.h |
a547f3a2 | 15-Aug-2001 |
Daniel Stenberg |
moved the url.c prototypes to here |
db9bb922 | 15-Aug-2001 |
Daniel Stenberg |
calls Curl_initinfo() in perform(). |
79948171 | 15-Aug-2001 |
Sterling Hughes |
begin abstraction process... |
5ce97dbf | 15-Aug-2001 |
Daniel Stenberg |
prototypes for getinfo.c |
0879515d | 15-Aug-2001 |
Daniel Stenberg |
Added Curl_initinfo() that's supposed to init session-specific getinfo- variables |