aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-21oops, variables first then codeDaniel Stenberg
2004-12-21Prevent failf() from using the va_list variable more than once.Daniel Stenberg
2004-12-21mention how the FTP code should be fixed one dayDaniel Stenberg
2004-12-21include sys/types.h before sys/select.hDaniel Stenberg
2004-12-21set debug curl too when -c is usedDaniel Stenberg
2004-12-21How do I list the root dir of an FTP server?Daniel Stenberg
2004-12-20Fixed a compile warning introduced by making the protocol table const. ThisDan Fandrich
2004-12-20Make some more arrays of pointers const.Dan Fandrich
2004-12-20gcc 2.7 can't handle a few warning options that gcc 2.95 can.Dan Fandrich
2004-12-20start working on 7.12.4Daniel Stenberg
2004-12-20and we start all over againDaniel Stenberg
2004-12-207.12.3Daniel Stenberg
2004-12-19OpenSSL updates; get CA_BUNDLE from env. Assume noGisle Vanem
2004-12-19Remove 'data' initialiser.Gisle Vanem
2004-12-19clarified a few changesDaniel Stenberg
2004-12-19fixed the solaris pkcs12 build problemDaniel Stenberg
2004-12-19if the pkcs12.h header exists, include it already in urldata.h to work aroundDaniel Stenberg
2004-12-19check for openssl/pkcs12.hDaniel Stenberg
2004-12-18Samuel Listopad added support for PKCS12 formatted certificates.Daniel Stenberg
2004-12-18Samuel Listopad fixed -E to support "C:/path" (with forward slash) as well.Daniel Stenberg
2004-12-18mention the new cookie api plansDaniel Stenberg
2004-12-18Jean-Marc Ranger pointed out that the returned data doesn't survive a callDaniel Stenberg
2004-12-17Renamed a variable to avoid conflict with a C++ reserved word.Dan Fandrich
2004-12-17Watcom has strtoll().Gisle Vanem
2004-12-17Watcom uses 'i64' suffix.Gisle Vanem
2004-12-17<windows.h> required for Watcom.Gisle Vanem
2004-12-17s/_write/write/gGisle Vanem
2004-12-17Fix calling convention of wlap32.dll function. WatcomGisle Vanem
2004-12-17Watcom has 'struct timeval'.Gisle Vanem
2004-12-17Add libidn.a and iconv libraries if USE_IDNA=1.Gisle Vanem
2004-12-17Added option for using C-ares and libidn.Gisle Vanem
2004-12-17getdate.c is gone.Gisle Vanem
2004-12-17Print true netrc name (.netrc/_netrc).Gisle Vanem
2004-12-17avoid an extra mallocDaniel Stenberg
2004-12-17duplicate ! typoDaniel Stenberg
2004-12-17fixed minor memory leak when running out of memoryDaniel Stenberg
2004-12-17oops, add missing return keywordDaniel Stenberg
2004-12-16fix skip-reasonDaniel Stenberg
2004-12-16several windows large-file fixesDaniel Stenberg
2004-12-16two more ftp directory re-use tests addedDaniel Stenberg
2004-12-16Based on Gisle Vanem's patch: make sure the directory re-use works even whenDaniel Stenberg
2004-12-16Must include <io.h> and <sys/stat.h> before redefiningGisle Vanem
2004-12-16Renamed a struct member to avoid conflict with a C++ reserved word.Dan Fandrich
2004-12-16reduced the number of sub-blocksDaniel Stenberg
2004-12-16moved the lseek() and stat() magic defines to setup.h and now take advantageDaniel Stenberg
2004-12-16Support uploading and resuming of >2GB files.Gisle Vanem
2004-12-16Provide better reasons for why test cases are skipped. Also, don't show theDaniel Stenberg
2004-12-16NULL the fp pointer after it has been fclosed()Daniel Stenberg
2004-12-16Dinar in bug report #1086121, found a file handle leak when a multipartDaniel Stenberg
2004-12-15Fix the --enable-debug compiler warning options for older versions of gcc.Dan Fandrich