aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-22renamed curl_thread to my_thread to avoid confusionDaniel Stenberg
2004-11-22add URLs in comments for all libcurl function callsDaniel Stenberg
2004-11-22Curl_select's timeout arg is an intDaniel Stenberg
2004-11-21the FD_SETSIZE problem is fixedDaniel Stenberg
2004-11-21The FD_SETSIZE issue is already sorted, at least internally. We still needDaniel Stenberg
2004-11-21added comment for windows people about READFUNCTION being neededDaniel Stenberg
2004-11-20Dan Fandrich fix to compile with libc5Daniel Stenberg
2004-11-19Enable >2GB files for MingW.Gisle Vanem
2004-11-19Suppress signed vs. unsigned warnings on Win32Gisle Vanem
2004-11-19Curl_select() now uses curl_socket_t on socket argumentsDaniel Stenberg
2004-11-19ifdef for portable "/dev/null".Gisle Vanem
2004-11-19Winsock sockets are not in range 0..FD_SETSIZE.Gisle Vanem
2004-11-19add select.objDaniel Stenberg
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg
2004-11-18Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings andDaniel Stenberg
2004-11-16Added revision tag.Gisle Vanem
2004-11-16Added README.httpauth to the distDaniel Stenberg
2004-11-16saved for the futureDaniel Stenberg
2004-11-16mention the openssl callbacks for SSL multithreadDaniel Stenberg
2004-11-15added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg
2004-11-15tiny format fix for nicer man outputDaniel Stenberg
2004-11-15clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg
2004-11-15new -w variables supportedDaniel Stenberg
2004-11-15Added top_srcdir.Gisle Vanem
2004-11-15Added revision id, test for USE_ARES.Gisle Vanem
2004-11-15binding for RDaniel Stenberg
2004-11-14Changes for static/dynamic linking of libcurl.Gisle Vanem
2004-11-14Borland doesn't have <sys/utime.h>, utime() norGisle Vanem
2004-11-14Borland doesn't have <sys/utime.h> nor utime().Gisle Vanem
2004-11-14Static lib is libcurl.lib and import lib libcurl_imp.lib.Gisle Vanem
2004-11-13Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions sinceDaniel Stenberg
2004-11-13MingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles.Gisle Vanem
2004-11-13Fix location of timeval.c.Gisle Vanem
2004-11-13Update comment.Gisle Vanem
2004-11-13Add "-DCURL_STATICLIB" for static build.Gisle Vanem
2004-11-13Renamed import lib to "libcurl_imp.lib".Gisle Vanem
2004-11-13Set OpenSSL path to same as in ../lib/Makefile.vc6.Gisle Vanem
2004-11-12MSVC with static link must define CURL_STATICLIB.Gisle Vanem
2004-11-12Netware target (hosted on Linux gcc) doesn't supportGisle Vanem
2004-11-12Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg
2004-11-12format mistake fixedDaniel Stenberg
2004-11-11Dan Fandrich can spell, I cannotDaniel Stenberg
2004-11-11Dan Fandrich: make --disable-dict actually disable dictDaniel Stenberg
2004-11-11clarify and update according to commit made just nowDaniel Stenberg
2004-11-11Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg
2004-11-11fix a IDN detect/use mistakeDaniel Stenberg
2004-11-11added some details on what to comeDaniel Stenberg
2004-11-11Dan Fandrich added --disable-verboseDaniel Stenberg
2004-11-11When libidn is detected without explicitly told to, we provide -L/lib andDaniel Stenberg
2004-11-11fix the -I path to the proper include dir when --enable-debug is usedDaniel Stenberg