879c6c57 | 11-Apr-2001 |
Daniel Stenberg |
calling curl_easy_perform() with no URL set, now returns an error as early as possible |
18f044f1 | 11-Apr-2001 |
Daniel Stenberg |
we don't use the HTTP_PROXY environment variable in uppercase anymore, since it might become a security problem (Bugs item #415391) |
d7b54eb8 | 11-Apr-2001 |
Daniel Stenberg |
now it works |
5eafb69b | 11-Apr-2001 |
Daniel Stenberg |
minor updates, still crashes |
a086e99b | 11-Apr-2001 |
Daniel Stenberg |
added Linux hints |
62056a64 | 11-Apr-2001 |
Daniel Stenberg |
oops, missed the shut-off non-blocking fix |
b2362bf5 | 11-Apr-2001 |
Daniel Stenberg |
interfaces, windows non-blocking connect, progress meter fix and more |
02209926 | 11-Apr-2001 |
Daniel Stenberg |
SM made the connection timeout work for windows boxes! |
870cea2a | 10-Apr-2001 |
Daniel Stenberg |
initial silly README |
04c10e02 | 10-Apr-2001 |
Daniel Stenberg |
C header to java converter |
d712a4e8 | 10-Apr-2001 |
Daniel Stenberg |
initial java interface commit: IT DOES NOT WORK |
d9f989c8 | 10-Apr-2001 |
Daniel Stenberg |
Added CURLOPT_HEADERFUNCTION description |
90bb87b4 | 10-Apr-2001 |
Daniel Stenberg |
setopt() works with the new CURLOPT_HEADERFUNCTION: |
025fa762 | 10-Apr-2001 |
Daniel Stenberg |
Added new CURLOPT_HEADERFUNCTION callback for writing headers only |
ac510ab6 | 09-Apr-2001 |
Daniel Stenberg |
corrected by SM to build better with openssl |
65b286ca | 09-Apr-2001 |
Daniel Stenberg |
SM's updates |
cc5c5345 | 07-Apr-2001 |
Daniel Stenberg |
formfree() fix, version display fixed, curl_escape() fix |
f7874cad | 07-Apr-2001 |
Daniel Stenberg |
Andr�s Garc�a pointed out a mistake with CURLOPT_EGDSOCKET |
84e71e1c | 07-Apr-2001 |
Daniel Stenberg |
Andr�s Garc�a fixed curl_escape() |
88bb054e | 06-Apr-2001 |
Daniel Stenberg |
show openssl 0.9.6a properly |
b054fbae | 06-Apr-2001 |
Daniel Stenberg |
NULL argument crashes this in 7.7.1 and before |
53e3c225 | 06-Apr-2001 |
Daniel Stenberg |
curl_formfree() can be called with a NULL argument |
50a53d4e | 04-Apr-2001 |
Daniel Stenberg |
7.7.1 commit |
6bd1ed03 | 03-Apr-2001 |
Daniel Stenberg |
bugfixed the Location: following that must've been bad since the persistant connections were introduced |
fa491ed9 | 03-Apr-2001 |
Daniel Stenberg |
- disabling port on absolute redirects is wrong - removed #ifdefed code |