History log of /curl/lib/transfer.c (Results 601 – 625 of 866)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 83c470a4 04-Feb-2005 Daniel Stenberg

David Byron pointed out that this -1 on the buffer size is pointless since
the buffer is already BUFSIZE +1 one big to fit the extra trailing zero. This
change is reported to fix David's weir

David Byron pointed out that this -1 on the buffer size is pointless since
the buffer is already BUFSIZE +1 one big to fit the extra trailing zero. This
change is reported to fix David's weird SSL problem...

show more ...


Revision tags: curl-7_13_0
# 8dbaf534 29-Jan-2005 Daniel Stenberg

Using the multi interface, and doing a requsted a re-used connection that
gets closed just after the request has been sent failed and did not re-issue
a request on a fresh reconnect like the

Using the multi interface, and doing a requsted a re-used connection that
gets closed just after the request has been sent failed and did not re-issue
a request on a fresh reconnect like the easy interface did. Now it does!
(define CURL_MULTIEASY, run test case 160)

show more ...


# 7e42cb61 21-Jan-2005 Daniel Stenberg

FTP third transfer support overhaul. See CHANGES for details.


# c5b2e85b 11-Jan-2005 Daniel Stenberg

Dan Torop cleaned up a few no longer used variables from David Phillips'
select() overhaul fix.


# 29102bef 11-Jan-2005 Daniel Stenberg

Cyrill Osterwalder posted a detailed analysis about a bug that occurs when
using a custom Host: header and curl fails to send a request on a re-used
persistent connection and thus creates a n

Cyrill Osterwalder posted a detailed analysis about a bug that occurs when
using a custom Host: header and curl fails to send a request on a re-used
persistent connection and thus creates a new connection and resends it. It
then sent two Host: headers. Cyrill's analysis was posted here:
http://curl.haxx.se/mail/archive-2005-01/0022.html

show more ...


Revision tags: curl-7_12_3
# ac269a8f 05-Dec-2004 Daniel Stenberg

Dan Fandrich added the --disable-cookies option to configure to build
libcurl without cookie support. This is mainly useful if you want to build a
minimalistic libcurl with no cookies support

Dan Fandrich added the --disable-cookies option to configure to build
libcurl without cookie support. This is mainly useful if you want to build a
minimalistic libcurl with no cookies support at all. Like for embedded
systems or similar.

show more ...


# 2c27e4ee 03-Dec-2004 Daniel Stenberg

Bug report #1078066: when a chunked transfer was pre-maturely closed exactly
at a chunk boundary it was not considered an error and thus went unnoticed.
Added test case 207 to verify.


# d85bc181 26-Nov-2004 Gisle Vanem

I changed my mind. Remove ioctl() macro in setup.h instead.


# af114358 26-Nov-2004 Gisle Vanem

Renamed urldata.h members 'ioctl*' to 'ioctrl*' due to
clash with djgpp ioctl() macro in setup.h.


# ffe17a81 26-Nov-2004 Daniel Stenberg

As reported in Mandrake's bug tracker bug 12289
(http://qa.mandrakesoft.com/show_bug.cgi?id=12289), curl would print a newline
to "finish" the progress meter after each redirect and not only

As reported in Mandrake's bug tracker bug 12289
(http://qa.mandrakesoft.com/show_bug.cgi?id=12289), curl would print a newline
to "finish" the progress meter after each redirect and not only after a
completed transfer.

show more ...


# 3e1caa61 24-Nov-2004 Daniel Stenberg

HTTP "auth done right". See lib/README.httpauth


# 1a05a90f 19-Nov-2004 Daniel Stenberg

David Phillips' FD_SETSIZE fix


# dcea109b 18-Nov-2004 Daniel Stenberg

Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and
errors.


# 24d47a6e 02-Nov-2004 Daniel Stenberg

Paul Nolan fix to make libcurl build nicely on Windows CE


# a00e7f0f 25-Oct-2004 Daniel Stenberg

Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a
file that was already completely downloaded caused an error, while it
doesn't if you don't use --fail! I added test c

Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a
file that was already completely downloaded caused an error, while it
doesn't if you don't use --fail! I added test case 194 to verify the fix.
Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in
libcurl v8 due to all the kludges needed to support it.

show more ...


# 38b1d967 19-Oct-2004 Daniel Stenberg

Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with
both source and destination being the same host. It can be useful if you want
to move a file on a server or simil

Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with
both source and destination being the same host. It can be useful if you want
to move a file on a server or similar.

show more ...


Revision tags: curl-7_12_2
# 9a2aed7d 06-Oct-2004 Daniel Stenberg

Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
the new URL would provide the resumed f

Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
the new URL would provide the resumed file. Test case 188 added to verify the
fix (together with existing test 99).

show more ...


# 25bf2310 16-Sep-2004 Daniel Stenberg

Location: problem with bad original URL, identified in bug report #1029478


# 6c3a87a5 13-Sep-2004 Daniel Stenberg

no longer includes getdate.h, there's no need for it


# 05825a8a 30-Aug-2004 Daniel Stenberg

Make "Proxy-Connection: close" close the current proxy connection, as
Roman Koifman found out.


# cd52b9f0 20-Aug-2004 Daniel Stenberg

Alexander Krasnostavsky made the write callback get called even when a zero
byte file is downloaded.


Revision tags: curl-7_12_1
# 9dbd6659 10-Aug-2004 Daniel Stenberg

more typecasts to please picky compilers


# 827a8059 09-Aug-2004 Daniel Stenberg

typecast the assigment of an unsigned variable to a signed one to prevent
picky warnings


# e23ba31e 09-Aug-2004 Daniel Stenberg

->fread() should get a size_t variable passed in


# cd2e99e9 16-Jul-2004 Daniel Stenberg

deal with negative Content-Length: headers by ignoring the info


1...<<21222324252627282930>>...35