History log of /curl/ (Results 30326 – 30350 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
45ca866a03-Jun-2003 Daniel Stenberg

LDAP problem added as mention in bug report #735752

ceef206c03-Jun-2003 Daniel Stenberg

include the time headers just like we used to do in the curl/curl.h header
once upon the time

7c6424f003-Jun-2003 Daniel Stenberg

we want the time defines too

bc942de603-Jun-2003 Daniel Stenberg

Content-Length: now overrides other means of knowing when the stream has
ended.

06984df502-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.

4f136a3a02-Jun-2003 Daniel Stenberg

the 500-599 test case range

363bf3ba02-Jun-2003 Daniel Stenberg

ignore more

acb8959502-Jun-2003 Daniel Stenberg

ignore

21e87b9b02-Jun-2003 Daniel Stenberg

David Byron's fix to get the progress-bar use the local size too when
doing a resumed download.

c896ebcf02-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 ...

d288222e02-Jun-2003 Daniel Stenberg

work-around SSL implementation flaws better, pointed out in bug report
#745122.

4eb2a6c902-Jun-2003 Daniel Stenberg

make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is
returned

2563731c28-May-2003 Daniel Stenberg

haven't updates this in a loooong time

4e41011128-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.

5670563a27-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?

6caa656d27-May-2003 Daniel Stenberg

Documented which rules the public headers must follow when we write
preprocessor checks for condititions.

c12af7ae27-May-2003 Daniel Stenberg

oops, removed a # too many

dcb6d1c027-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

18234cbd27-May-2003 Daniel Stenberg

sys/select.h is not present on HPUX, avoid including it

06bf988d27-May-2003 Daniel Stenberg

made it work ;-)

55ff4c3f27-May-2003 Daniel Stenberg

if cvs update fails, attempt again after 5 seconds and retry 50 times
before giving up

4915002127-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.

5bd8d60e27-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 ...

fc87280827-May-2003 Daniel Stenberg

runs on DOS now

0f4feda327-May-2003 Daniel Stenberg

include file flaw and yet another socks5-fix

1...<<1211121212131214121512161217121812191220>>...1351