aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-10-02Avoid gcc warning "dereferencing type-punned pointerGisle Vanem
2005-10-02Fix for building with MS Visual-C and single-threadedGisle Vanem
2005-09-29Starting now, the verbose text that goes like "About to connect() to" willDaniel Stenberg
2005-09-27An anonymous submitter filed bug #1299181Daniel Stenberg
2005-09-27TJ Saunders of the proftpd project identified and pointed out problems withDaniel Stenberg
2005-09-21stricter type usage for time variables to avoid picky compiler warningsDaniel Stenberg
2005-09-21return an error string for the missing URL caseDaniel Stenberg
2005-09-20Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn'tDaniel Stenberg
2005-09-20typecasts added in an attempt to please the picky compilersDaniel Stenberg
2005-09-19Dmitry Bartsevich made the SSPI support work on Windows 9x as wellDaniel Stenberg
2005-09-16keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg
2005-09-15minor changes, the biggest one being using Curl_select()Daniel Stenberg
2005-09-14oops, return error if an error did occur!Daniel Stenberg
2005-09-07added tftp.cDaniel Stenberg
2005-09-06Fix warning about missing initializers.Gisle Vanem
2005-09-06Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.Gisle Vanem
2005-09-06sockets are curl_socket_t to build cleanerDaniel Stenberg
2005-09-06Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, weDaniel Stenberg
2005-09-06minor Makefile fixes.Gunter Knauf
2005-09-04check that bind() returns successDaniel Stenberg
2005-09-04Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg
2005-09-02John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg
2005-08-31use it as 'struct addrinfo' so perhaps it builds on mingw againDaniel Stenberg
2005-08-29Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.Daniel Stenberg
2005-08-29Igor Polyakov fixed a rather nasty problem with the threaded name resolverDaniel Stenberg
2005-08-29Simon Josefson brought GNU GSS supportDaniel Stenberg
2005-08-29Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg
2005-08-24Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg
2005-08-24Fixed CA cert verification using GnuTLS with the default bundle, whichDaniel Stenberg
2005-08-22enabled statically linked builds.Gunter Knauf
2005-08-19Norbert Novotny had problems with FTPS and he helped me work out a patchDaniel Stenberg
2005-08-18minor Makefile fixes.Gunter Knauf
2005-08-17remove the typecast to long from time_t, since we now store it as curl_off_tDaniel Stenberg
2005-08-17- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg
2005-08-16added curl_mvsnprintf to the export list; I appened to the end cause of the n...Gunter Knauf
2005-08-16added curl_mvsnprintf to the export list.Gunter Knauf
2005-08-13James Bursa identified a libcurl HTTP bug and a good way to repeat it. If aDaniel Stenberg
2005-08-11removed old debug left-over infof() callDaniel Stenberg
2005-08-11Added comment about strtoimax()Daniel Stenberg
2005-08-10the debug callback was called with CURLINFO_TEXT with the data size oneDaniel Stenberg
2005-08-10some minor Makefile fixes for SSL.Gunter Knauf
2005-08-09Christopher R. Palmer fixed the offsets used for date parsings when the timeDaniel Stenberg
2005-08-07Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on aDaniel Stenberg
2005-08-07Don't prevent FTPS:// through a http proxy, as we cannot know if it works orDaniel Stenberg
2005-07-28reset the numcookies counter too (I missed it in the previous commit)Daniel Stenberg
2005-07-28now strdups the cookielist inpointer before passed on, as the cookie functionDaniel Stenberg
2005-07-28curl standard indent/formatDaniel Stenberg
2005-07-27If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST isDaniel Stenberg
2005-07-27Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg
2005-07-27disabling HTTP should also nullify this function callDaniel Stenberg