45ca866a | 03-Jun-2003 |
Daniel Stenberg |
LDAP problem added as mention in bug report #735752 |
ceef206c | 03-Jun-2003 |
Daniel Stenberg |
include the time headers just like we used to do in the curl/curl.h header once upon the time |
7c6424f0 | 03-Jun-2003 |
Daniel Stenberg |
we want the time defines too |
bc942de6 | 03-Jun-2003 |
Daniel Stenberg |
Content-Length: now overrides other means of knowing when the stream has ended. |
06984df5 | 02-Jun-2003 |
Daniel Stenberg |
Make the Content-Length info override the Connection: close header, so that libcurl will stop reading when the number of bytes have arrived and not wait for a closed socket. |
4f136a3a | 02-Jun-2003 |
Daniel Stenberg |
the 500-599 test case range |
363bf3ba | 02-Jun-2003 |
Daniel Stenberg |
ignore more |
acb89595 | 02-Jun-2003 |
Daniel Stenberg |
ignore |
21e87b9b | 02-Jun-2003 |
Daniel Stenberg |
David Byron's fix to get the progress-bar use the local size too when doing a resumed download. |
c896ebcf | 02-Jun-2003 |
Daniel Stenberg |
makefile fiddle changed how http requests are sent - now in one chunk more often HPUX include fix in the external headers better SSL work-arounds for bad SSL servers modified error me
makefile fiddle changed how http requests are sent - now in one chunk more often HPUX include fix in the external headers better SSL work-arounds for bad SSL servers modified error message when CURLE_HTTP_RETURNED_ERROR is returned
show more ...
|
d288222e | 02-Jun-2003 |
Daniel Stenberg |
work-around SSL implementation flaws better, pointed out in bug report #745122. |
4eb2a6c9 | 02-Jun-2003 |
Daniel Stenberg |
make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is returned |
2563731c | 28-May-2003 |
Daniel Stenberg |
haven't updates this in a loooong time |
4e410111 | 28-May-2003 |
Daniel Stenberg |
Posting static data using POST and chunked encoded now also appends the data to the initial request buffer, if the total post data is less than 100K. |
5670563a | 27-May-2003 |
Daniel Stenberg |
include sys/time.h, we didn't have a time() proto anymore. Did one of the changes in curl/curl.h make this occur? |
6caa656d | 27-May-2003 |
Daniel Stenberg |
Documented which rules the public headers must follow when we write preprocessor checks for condititions. |
c12af7ae | 27-May-2003 |
Daniel Stenberg |
oops, removed a # too many |
dcb6d1c0 | 27-May-2003 |
Daniel Stenberg |
remove usage of HAVE_* defines, we cannot and shall not depend on any such defines in the public external header files |
18234cbd | 27-May-2003 |
Daniel Stenberg |
sys/select.h is not present on HPUX, avoid including it |
06bf988d | 27-May-2003 |
Daniel Stenberg |
made it work ;-) |
55ff4c3f | 27-May-2003 |
Daniel Stenberg |
if cvs update fails, attempt again after 5 seconds and retry 50 times before giving up |
49150021 | 27-May-2003 |
Daniel Stenberg |
Only build in lib and src by default, make the others dist-subdirs. Make the test stuff get built when we run 'make test' instead. |
5bd8d60e | 27-May-2003 |
Daniel Stenberg |
Rudy Koento experienced problems with curl's recent habit of POSTing data in two separate send() calls, first the headers and then the data. I've now made a fix that for static and known cont
Rudy Koento experienced problems with curl's recent habit of POSTing data in two separate send() calls, first the headers and then the data. I've now made a fix that for static and known content that isn't to be chunked-encoded, everything is now sent in one single system call again. This is also better for network performance reasons.
show more ...
|
fc872808 | 27-May-2003 |
Daniel Stenberg |
runs on DOS now |
0f4feda3 | 27-May-2003 |
Daniel Stenberg |
include file flaw and yet another socks5-fix |