aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-07-07Fixed building curllib.dsp when running make outside the source tree.Dan Fandrich
2006-07-07Correct the trace for WinCE.Gisle Vanem
2006-07-07WinCE uses CreateThread(). Hence error is not in 'errno'.Gisle Vanem
2006-07-07Removed copying 'stderr' since it doesn't have the desiredGisle Vanem
2006-07-07updated after discussions and thinkingDaniel Stenberg
2006-07-06Undefine symbols before redefining them.Gisle Vanem
2006-07-06Undefine correct symbol.Gisle Vanem
2006-07-05Oops !Yang Tse
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2006-07-05Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.Gisle Vanem
2006-07-05 Add types and qualifiers for getnameifo(), send() and recv().Gisle Vanem
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse
2006-07-04Platforms that don't have/run configure need default values in their config f...Yang Tse
2006-07-04Toshiyuki Maezawa fixed a problem where you couldn't override theDaniel Stenberg
2006-07-04Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.Yang Tse
2006-07-03Fix compiler warning.Yang Tse
2006-06-29with a very recent yassl, we now can display 'yassl' when the OpenSSL API isDaniel Stenberg
2006-06-28fix better minor compiler warningYang Tse
2006-06-28fix minor compiler warningYang Tse
2006-06-28fix minor compiler warningYang Tse
2006-06-24Added README.pipelining but also extracted the "docs" files to a separate listDaniel Stenberg
2006-06-24thoughts and ideas as posted to the list the other dayDaniel Stenberg
2006-06-24Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg
2006-06-23Arve Knudsen found a flaw in curl_multi_fdset() for systems whereDaniel Stenberg
2006-06-22Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg
2006-06-15select_res is not a socket, it should be a plain intDaniel Stenberg
2006-06-09proper use of newlinesDaniel Stenberg
2006-06-09oops, serious breakage in the fdset() functionDaniel Stenberg
2006-06-08Brian Dessent's fixes for cygwin buildsDaniel Stenberg
2006-06-07NTLM2 session response supportDaniel Stenberg
2006-05-31Added config-tpf.h to the release packageDaniel Stenberg
2006-05-27one modified proto and one removed protoDaniel Stenberg
2006-05-27adapted to the new Curl_splayremovebyaddr() protoDaniel Stenberg
2006-05-27Ifdef'ed out unused function, added lots of comments and renamed a fewDaniel 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-24Michael Wallner provided a patch that allows "SESS" to be set withDaniel Stenberg
2006-05-24minor fix to make Curl_splayremove() return a NULL as "removed" in caseDaniel Stenberg
2006-05-23David McCreedy's updateDaniel 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-101 - allow DICT with properly URL-escaped words, like using %20 for spacesDaniel Stenberg
2006-05-09oops, could return an uninitialized variableDaniel 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