7e000765 | 17-Dec-2004 |
Gisle Vanem |
<windows.h> required for Watcom. |
9a8ba19b | 17-Dec-2004 |
Gisle Vanem |
s/_write/write/g |
41e776f9 | 17-Dec-2004 |
Gisle Vanem |
Fix calling convention of wlap32.dll function. Watcom uses fastcall by default, so force cdecl. |
5c2d4a6b | 17-Dec-2004 |
Gisle Vanem |
Watcom has 'struct timeval'. |
83b70940 | 17-Dec-2004 |
Gisle Vanem |
Add libidn.a and iconv libraries if USE_IDNA=1. |
3590fffe | 17-Dec-2004 |
Gisle Vanem |
Added option for using C-ares and libidn. Dependencies generated from $(CSOURCES). |
5e2e87cc | 17-Dec-2004 |
Gisle Vanem |
getdate.c is gone. |
b1bdba7d | 17-Dec-2004 |
Gisle Vanem |
Print true netrc name (.netrc/_netrc). |
e3d342df | 17-Dec-2004 |
Daniel Stenberg |
avoid an extra malloc |
ff54a74b | 17-Dec-2004 |
Daniel Stenberg |
duplicate ! typo |
ccf65be0 | 17-Dec-2004 |
Daniel Stenberg |
fixed minor memory leak when running out of memory |
7dfef132 | 17-Dec-2004 |
Daniel Stenberg |
oops, add missing return keyword |
0b85e53a | 16-Dec-2004 |
Daniel Stenberg |
fix skip-reason |
26cfb21c | 16-Dec-2004 |
Daniel Stenberg |
several windows large-file fixes |
b7acdbcb | 16-Dec-2004 |
Daniel Stenberg |
two more ftp directory re-use tests added |
6e1e9caa | 16-Dec-2004 |
Daniel Stenberg |
Based on Gisle Vanem's patch: make sure the directory re-use works even when a URL-encoded path is used. |
f71725de | 16-Dec-2004 |
Gisle Vanem |
Must include <io.h> and <sys/stat.h> before redefining stat(), fstat() and lseek(). |
26fe6da9 | 16-Dec-2004 |
Dan Fandrich |
Renamed a struct member to avoid conflict with a C++ reserved word. |
8d4ac691 | 16-Dec-2004 |
Daniel Stenberg |
reduced the number of sub-blocks |
4f5a6a33 | 16-Dec-2004 |
Daniel Stenberg |
moved the lseek() and stat() magic defines to setup.h and now take advantage of struct_stat in formdata.c as well, to support formpost uploads of large files on Windows too |
ec8ee440 | 16-Dec-2004 |
Gisle Vanem |
Support uploading and resuming of >2GB files. Ref. lib/file.c. |
e47b5d4e | 16-Dec-2004 |
Daniel Stenberg |
Provide better reasons for why test cases are skipped. Also, don't show the SKIPPED stuff in the short output. Some platforms get quite a lot of SKIPPED and they don't add much value and only
Provide better reasons for why test cases are skipped. Also, don't show the SKIPPED stuff in the short output. Some platforms get quite a lot of SKIPPED and they don't add much value and only clutter screen space.
show more ...
|
494c40fd | 16-Dec-2004 |
Daniel Stenberg |
NULL the fp pointer after it has been fclosed() |
d3b41472 | 16-Dec-2004 |
Daniel Stenberg |
Dinar in bug report #1086121, found a file handle leak when a multipart formpost (including a file upload part) was aborted before the whole file was sent. |
38181fbc | 15-Dec-2004 |
Dan Fandrich |
Fix the --enable-debug compiler warning options for older versions of gcc. |