aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-27reverted the previous .libs check for libs, but instead make mingw32 buildsDaniel Stenberg
2006-05-26Óscar Morales Vivó updated the libcurl.framework.make file.Daniel Stenberg
2006-05-26long/int cleanup to silence picky compiler warningsDaniel Stenberg
2006-05-25Olaf Stüben fixed a bug that caused Digest authentication with md5-sess toDaniel Stenberg
2006-05-25minor RFC updates, Dan Fandrich brought my attention to themDaniel Stenberg
2006-05-25better check for libs created in the .libs directory since libtool does thisDaniel Stenberg
2006-05-24added some missing itemsDaniel Stenberg
2006-05-24Copied the NO_UNDEFINED magic from libcurl to make this build fine again withDaniel Stenberg
2006-05-24Michael Wallner provided a patch that allows "SESS" to be set withDaniel Stenberg
2006-05-24make sure we pass a time_t * to localtime(), and the timeval struct membersDaniel Stenberg
2006-05-24minor fix to make Curl_splayremove() return a NULL as "removed" in caseDaniel Stenberg
2006-05-24based on Tor Arntsen's fix, this should correct test case 271 to again runDaniel Stenberg
2006-05-23Fixed a shell script syntax error that all of a sudden started causing thisDaniel Stenberg
2006-05-23David McCreedy's updateDaniel Stenberg
2006-05-15updated with more recent factsDaniel Stenberg
2006-05-14The SOCKS connection codes don't properly acknowledge (connect) timeouts.Daniel Stenberg
2006-05-11The new ftpuploadresume.c example by Philip BockDaniel Stenberg
2006-05-11Ok, when checking for old-style SSLeay headers we cannot just useDaniel Stenberg
2006-05-111 - allow much longer time for the test FTP server to startup and get verifiedDaniel Stenberg
2006-05-11make sure the LASTSOCKET check only checks for SSL status if the socketDaniel Stenberg
2006-05-11silence warningDaniel Stenberg
2006-05-10David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extendedDaniel Stenberg
2006-05-10My Solaris test server was simply too slow to be able to respond within 4Daniel Stenberg
2006-05-10cvsignore these filesDaniel Stenberg
2006-05-101 - allow DICT with properly URL-escaped words, like using %20 for spacesDaniel Stenberg
2006-05-10removed variable declarations shadowing previously declared variablesDaniel Stenberg
2006-05-10Bram Matthys brought my attention to a libtool peculiarity where detectingDaniel Stenberg
2006-05-09oops, could return an uninitialized variableDaniel Stenberg
2006-05-09Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNUDaniel Stenberg
2006-05-09mention the other TFTP cleanup sweep from ydayDaniel Stenberg
2006-05-09Robson Braga Araujo fixed two problems in the recently added non-blocking SSLDaniel Stenberg
2006-05-09Robson Braga Araujo fixed a memory leak when you added an easy handle to aDaniel Stenberg
2006-05-08check more return codes and skip the initial slash in given file namesDaniel Stenberg
2006-05-08no longer uses errno but Curl_sockerrno() and now acknowledges return codesDaniel Stenberg
2006-05-08Stop sending retransmitted received blocks up to clientDan Fandrich
2006-05-08Fixed known bug #28. The TFTP code no longer assumes a packed struct andDaniel Stenberg
2006-05-07Fix GnuTLS compile warning. Risking breakage with some older version of GnuTLS?Daniel Stenberg
2006-05-05Curl_https_getsock() was OpenSSL-specific and really should not be presentDaniel Stenberg
2006-05-05get the Curl_sockerrno protoDaniel Stenberg
2006-05-05two more contributorsDaniel Stenberg
2006-05-05additional renames of Curl_ourerrno => Curl_sockerrnoDaniel Stenberg
2006-05-04Roland Blom filed bug report #1481217Daniel Stenberg
2006-05-04Mark Eichin submitted bug report #1480821Daniel Stenberg
2006-05-03moved the curl_off_t check to within the --enable-debug block where it belong...Daniel Stenberg
2006-05-03Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg
2006-05-02curl-config got a --checkfor optionDaniel Stenberg
2006-05-02Make this code use the proper pointersDaniel Stenberg
2006-04-26Added revision ID-tag.Gisle Vanem
2006-04-26Fixed signed/unsigned convertion errors in Salford-C.Gisle Vanem
2006-04-26Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem