Daniel Stenberg
|
cfdcae4bc7
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
|
18 years ago |
Daniel Stenberg
|
e85e30546c
Roland Blom filed bug report #1481217
|
18 years ago |
Daniel Stenberg
|
5a4b43848a
First commit of David McCreedy's EBCDIC and TPF changes.
|
18 years ago |
Marty Kuhrt
|
cc34342790
fix questionable compare compiler error (unsigned can't be < 0)
|
19 years ago |
Marty Kuhrt
|
b11dec5dd5
putting back into dist
|
19 years ago |
Daniel Stenberg
|
6513303498
Jamie Newton pointed out that libcurl's file:// code would close() a zero
|
19 years ago |
Daniel Stenberg
|
e7cefd684b
Removed all uses of strftime() since it uses the localised version of the
|
20 years ago |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
20 years ago |
Daniel Stenberg
|
4f5a6a33b4
moved the lseek() and stat() magic defines to setup.h and now take advantage
|
20 years ago |
Daniel Stenberg
|
344c6a3725
Gisle's fix for resuming large file:// files on windows - slightly edited
|
20 years ago |
Daniel Stenberg
|
1b8ac7c6b5
provide an error string when resuming fails - and use the proper error code,
|
20 years ago |
Gisle Vanem
|
865e495188
Handle drive-letter on MS-DOS.
|
20 years ago |
Daniel Stenberg
|
24d47a6e07
Paul Nolan fix to make libcurl build nicely on Windows CE
|
20 years ago |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 years ago |
Daniel Stenberg
|
06a5c70f4d
Kjetil Jacobsen reported an open file leak in file:// transfers of empty
|
20 years ago |
Daniel Stenberg
|
2a6f9aa155
Andres Garcia pointed out that we searched for a slash badly since it is
|
20 years ago |
Daniel Stenberg
|
387ec712e6
fix warning
|
20 years ago |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
20 years ago |
Daniel Stenberg
|
8e28721057
The read callback can now return CURL_READFUNC_ABORT to stop a transfer.
|
20 years ago |
Daniel Stenberg
|
3d00c86f4c
Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the
|
20 years ago |
Daniel Stenberg
|
fd802db39f
initial support for "uploading" to file:// URLs
|
20 years ago |
Daniel Stenberg
|
54cd2bee58
better bailing out in case of no memory
|
20 years ago |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
af641d20a7
added comments
|
20 years ago |
Daniel Stenberg
|
8ed44e8dfb
New authentication code added, particularly noticable when doing POST or PUT
|
20 years ago |
Daniel Stenberg
|
0d1fc73f21
Use more curl_off_t variables when doing the progress meter calculations and
|
20 years ago |
Daniel Stenberg
|
3d3612e252
another include to prevent warnings
|
21 years ago |
Daniel Stenberg
|
6717240650
more fixing to make the progress/getinfo stuff to work properly when doing
|
21 years ago |
Daniel Stenberg
|
78e47fbb5c
include the proper header file too
|
21 years ago |
Daniel Stenberg
|
2b59e90c54
fix progress data to be updated properly for file: transfers, as reported
|
21 years ago |