aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-03-29Don't close the connection if we're in a known negotiation mode and we won'tDaniel Stenberg
2005-03-29When doing FTP-SSL, advance to the next state properly when the response toDaniel Stenberg
2005-03-29Fixed the FTP response reader function to properly deal with responses splitDaniel Stenberg
2005-03-28Based on Augustus Saunders' comments and findings, the HTTP output authDaniel Stenberg
2005-03-22Fixed typo.Dan Fandrich
2005-03-21Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighlyDaniel Stenberg
2005-03-20removed a (fairly useless) debug output just to compile without warningDaniel Stenberg
2005-03-19fix compiler warningDaniel Stenberg
2005-03-18fix by Kyrre KristiansenDaniel Stenberg
2005-03-17Use the proper macro to do uClibc detection.Dan Fandrich
2005-03-17include inet_pton.hDaniel Stenberg
2005-03-17use Curl_inet_pton(), not inet_pton().Daniel Stenberg
2005-03-16Removed references to config-vms.h from the makefiles.Dan Fandrich
2005-03-16Removed old VMS config files (on behalf of Marty Kuhrt). The VMS buildDan Fandrich
2005-03-16- Tru64 and some IRIX boxes seem to not like test 237 as it is. TheirDaniel Stenberg
2005-03-16Fixed some compiler warnings I should have noticed before.Dan Fandrich
2005-03-15Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.Dan Fandrich
2005-03-15nonsense change for(;;) => while(1) just to prevent gcc from warning onDaniel Stenberg
2005-03-15prevent compiler warningDaniel Stenberg
2005-03-14hushing up more warningsDaniel Stenberg
2005-03-14silence compiler warnings for mingw win32 builds --enable-debugDaniel Stenberg
2005-03-14Avoid "unused variable" warnings.Gisle Vanem
2005-03-14security.h is removedDaniel Stenberg
2005-03-14include security.h with lowercase s to work on cross-compiled mingwDaniel Stenberg
2005-03-14Removed security.h since it shadows an include file mingw needs when buildingDaniel Stenberg
2005-03-12Swap <security.h> and <sspi.h> (needed for MingW).Gisle Vanem
2005-03-11curl_version_info() returns the feature bit CURL_VERSION_SSPIDaniel Stenberg
2005-03-11Fixed some compiler warnings.Dan Fandrich
2005-03-11Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich
2005-03-10Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg
2005-03-09As reported by 'nodak sodak' we should check for a NULL pointer beforeDaniel 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-08Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel 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-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-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
2005-02-22krb4 fixedDaniel Stenberg
2005-02-22Curl_base64_decode() now returns an allocated bufferDaniel Stenberg
2005-02-22Thanks for the notification iDEFENCE. We are the "initial vendor" and we sureDaniel Stenberg
2005-02-18Ralph Mitchell reported a flaw when you used a proxy with auth, and youDaniel Stenberg
2005-02-17close the socket properly when returning error due to failing localbindDaniel Stenberg
2005-02-16Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"Daniel Stenberg
2005-02-14Rename Curl_pretransfersec() to *_second_connect() since it does not justDaniel Stenberg
2005-02-11Fixed bad krb4 code. It always tried to use krb4 if built enabled.Daniel Stenberg