aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-12David Houlder added --form-stringDaniel Stenberg
2005-03-12Swap <security.h> and <sspi.h> (needed for MingW).Gisle Vanem
2005-03-11Work around a bug in libtool ver. 1.5 during LDAP library detection.Dan Fandrich
2005-03-11added CURL_VERSION_SSPIDaniel Stenberg
2005-03-11curl_version_info() returns the feature bit CURL_VERSION_SSPIDaniel Stenberg
2005-03-11fixed two leftover from Christopher's patchDaniel Stenberg
2005-03-11the ares_parse_aaaa_reply man pageDaniel Stenberg
2005-03-11Check for winsock.h to work with win32. Only include system headers we knowDaniel Stenberg
2005-03-11Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants toDaniel Stenberg
2005-03-11oops, once is enough! ;-)Daniel Stenberg
2005-03-11Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.Daniel Stenberg
2005-03-11Added HAVE_AF_INET6 to Netware's config.hDan Fandrich
2005-03-11Fixed some compiler warnings.Dan Fandrich
2005-03-11Added HAVE_STRUCT_IN6_ADDR to Netware's config.hDan Fandrich
2005-03-11Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich
2005-03-11Add an alert already here if 'make test' is attempted for a cross-compileDaniel Stenberg
2005-03-11no more rewriting of the setup fileDaniel Stenberg
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg
2005-03-10Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg
2005-03-09configure, socks, debug, getdateDaniel Stenberg
2005-03-09As reported by 'nodak sodak' we should check for a NULL pointer beforeDaniel Stenberg
2005-03-09Stopped linking to the SSL libs if a full installation isn't found.Dan Fandrich
2005-03-09skip the test of "2094 Nov 6" for now, since the 64bit time_t systems returnDaniel Stenberg
2005-03-08remove old printf() debug leftoverDaniel Stenberg
2005-03-08mktime() returns a time_t. time_t is often 32 bits, even on many architecturesDaniel Stenberg
2005-03-08days are englishDaniel Stenberg
2005-03-08Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg
2005-03-08Fixed the --with-zlib configure option so that it always adds the specifiedDan Fandrich
2005-03-07fseek() with SEEK_SET is broken on large file capable 32-bit systems, soDan Fandrich
2005-03-07test 236: FTP resume upload but denied access to remote fileDaniel Stenberg
2005-03-07valgrind.pm fixedDaniel Stenberg
2005-03-06added valgrind.pm to the distDaniel Stenberg
2005-03-05Better cope with a failed or unavailable ftruncate().Dan Fandrich
2005-03-05Samuel Díaz García's correctionDaniel Stenberg
2005-03-04Added test case 235 that makes a resumed upload of a file that isn't presentDaniel Stenberg
2005-03-04Reduced the length of data read from the random entropy file.Dan Fandrich
2005-03-04Don't try to read the whole of the random file because when /dev/urandom isDan Fandrich
2005-03-047.13.2-CVSDaniel Stenberg
2005-03-04starting overDaniel Stenberg
2005-03-04stand clear for release timeDaniel Stenberg
2005-03-04Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activateDaniel Stenberg
2005-03-04killed trailing whitespaceDaniel Stenberg
2005-03-04killed trailing whitespaceDaniel Stenberg
2005-03-04Rene Rebe fixed a -# crash when more data than expected was retrieved.Daniel Stenberg
2005-03-03new VB bindingDaniel Stenberg
2005-03-03VB binding, updated the .NET infoDaniel Stenberg
2005-03-03mention buffer overflows fixedDaniel Stenberg
2005-03-03fix the distribution filesDaniel Stenberg
2005-02-28Fix for a base64 decode heap buffer overflow vulnerability.Dan Fandrich
2005-02-24Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich