#
06a5c70f |
| 17-Aug-2004 |
Daniel Stenberg |
Kjetil Jacobsen reported an open file leak in file:// transfers of empty files.
|
Revision tags: curl-7_12_1 |
|
#
2a6f9aa1 |
| 06-Jul-2004 |
Daniel Stenberg |
Andres Garcia pointed out that we searched for a slash badly since it is converted and thus we must search for backslash on windows
|
#
387ec712 |
| 24-Jun-2004 |
Daniel Stenberg |
fix warning
|
#
feb2dd28 |
| 24-Jun-2004 |
Daniel Stenberg |
Replaced all uses of sprintf() with the safer snprintf(). It is just a precaution to prevent mistakes to lead to buffer overflows.
|
Revision tags: pre-aifix |
|
#
8e287210 |
| 21-Jun-2004 |
Daniel Stenberg |
The read callback can now return CURL_READFUNC_ABORT to stop a transfer.
|
#
3d00c86f |
| 10-Jun-2004 |
Daniel Stenberg |
Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the path after a transfer.
|
Revision tags: curl-7_12_0 |
|
#
fd802db3 |
| 25-May-2004 |
Daniel Stenberg |
initial support for "uploading" to file:// URLs
|
#
54cd2bee |
| 13-May-2004 |
Daniel Stenberg |
better bailing out in case of no memory
|
#
bbafb2eb |
| 11-May-2004 |
Daniel Stenberg |
curl_global_init_mem() allows the memory functions to be replaced. memory.h is included everywhere for this.
|
#
af641d20 |
| 26-Apr-2004 |
Daniel Stenberg |
added comments
|
Revision tags: curl-7_11_2, c-ares-1_2_0 |
|
#
8ed44e8d |
| 06-Apr-2004 |
Daniel Stenberg |
New authentication code added, particularly noticable when doing POST or PUT with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested
New authentication code added, particularly noticable when doing POST or PUT with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
show more ...
|
Revision tags: curl-7_11_1 |
|
#
0d1fc73f |
| 10-Mar-2004 |
Daniel Stenberg |
Use more curl_off_t variables when doing the progress meter calculations and argument passing and try to convert to double only when providing data to the external world.
|
#
3d3612e2 |
| 05-Mar-2004 |
Daniel Stenberg |
another include to prevent warnings
|
#
67172406 |
| 05-Mar-2004 |
Daniel Stenberg |
more fixing to make the progress/getinfo stuff to work properly when doing file: transfers too
|
#
78e47fbb |
| 04-Mar-2004 |
Daniel Stenberg |
include the proper header file too
|
#
2b59e90c |
| 04-Mar-2004 |
Daniel Stenberg |
fix progress data to be updated properly for file: transfers, as reported by Jesse Noller
|
#
e2f70302 |
| 03-Mar-2004 |
Daniel Stenberg |
rename struct FILE to FILEPROTO, to prevent it from causing trouble with the plain old FILE typedef.
|
#
353f7641 |
| 02-Mar-2004 |
Daniel Stenberg |
Yet another curl_off_t printf format attempt, we now exclude the %-letter from FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'.
|
#
7ab3b5b3 |
| 02-Mar-2004 |
Daniel Stenberg |
use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of having to redef that name
|
#
cb72a80f |
| 01-Mar-2004 |
Daniel Stenberg |
Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
|
#
6a921197 |
| 13-Feb-2004 |
Daniel Stenberg |
the now and start variables were never really used
|
#
115e74a8 |
| 13-Feb-2004 |
Daniel Stenberg |
I made the same fix here, that Tor already did in the ftp.c code. To make sure this doesn't get weird on 64bit archs.
|
#
4d17d687 |
| 29-Jan-2004 |
Daniel Stenberg |
Dan Fandrich's cleanup patch to make pedantic compiler options cause less warnings. Minor edits by me.
|
#
a259f66f |
| 22-Jan-2004 |
Daniel Stenberg |
attempt to fix 64bit seeking for Windows, does it work?
|
#
b791e158 |
| 22-Jan-2004 |
Daniel Stenberg |
use curl_off_t instead of off_t!
|