summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CURL_TIMECOND_IFMODSINCE actually requires that the remote document has beenDaniel Stenberg2005-10-051-1/+1
* Michael Wallner reported that the date parser had wrong offset stored forDaniel Stenberg2005-10-041-2/+2
* Avoid gcc warning "dereferencing type-punned pointerGisle Vanem2005-10-021-2/+3
* Fix for building with MS Visual-C and single-threadedGisle Vanem2005-10-022-0/+12
* Starting now, the verbose text that goes like "About to connect() to" willDaniel Stenberg2005-09-291-1/+2
* An anonymous submitter filed bug #1299181Daniel Stenberg2005-09-271-4/+4
* TJ Saunders of the proftpd project identified and pointed out problems withDaniel Stenberg2005-09-271-27/+19
* stricter type usage for time variables to avoid picky compiler warningsDaniel Stenberg2005-09-211-2/+2
* return an error string for the missing URL caseDaniel Stenberg2005-09-211-1/+3
* Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn'tDaniel Stenberg2005-09-201-1/+1
* typecasts added in an attempt to please the picky compilersDaniel Stenberg2005-09-201-2/+2
* Dmitry Bartsevich made the SSPI support work on Windows 9x as wellDaniel Stenberg2005-09-191-6/+18
* keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg2005-09-167-21/+22
* minor changes, the biggest one being using Curl_select()Daniel Stenberg2005-09-151-47/+34
* oops, return error if an error did occur!Daniel Stenberg2005-09-141-0/+1
* added tftp.cDaniel Stenberg2005-09-071-0/+1
* Fix warning about missing initializers.Gisle Vanem2005-09-061-2/+2
* Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.Gisle Vanem2005-09-061-1/+9
* sockets are curl_socket_t to build cleanerDaniel Stenberg2005-09-061-1/+1
* Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, weDaniel Stenberg2005-09-061-1/+4
* minor Makefile fixes.Gunter Knauf2005-09-061-1/+1
* check that bind() returns successDaniel Stenberg2005-09-041-0/+4
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-043-6/+23
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-0210-8/+836
* use it as 'struct addrinfo' so perhaps it builds on mingw againDaniel Stenberg2005-08-311-1/+1
* Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.Daniel Stenberg2005-08-291-4/+4
* Igor Polyakov fixed a rather nasty problem with the threaded name resolverDaniel Stenberg2005-08-291-32/+190
* Simon Josefson brought GNU GSS supportDaniel Stenberg2005-08-291-6/+8
* Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg2005-08-291-17/+0
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-243-1/+6
* Fixed CA cert verification using GnuTLS with the default bundle, whichDaniel Stenberg2005-08-241-2/+7
* enabled statically linked builds.Gunter Knauf2005-08-221-15/+14
* Norbert Novotny had problems with FTPS and he helped me work out a patchDaniel Stenberg2005-08-191-19/+27
* minor Makefile fixes.Gunter Knauf2005-08-181-1/+7
* remove the typecast to long from time_t, since we now store it as curl_off_tDaniel Stenberg2005-08-171-1/+1
* - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg2005-08-174-64/+81
* added curl_mvsnprintf to the export list; I appened to the end cause of the n...Gunter Knauf2005-08-161-0/+1
* added curl_mvsnprintf to the export list.Gunter Knauf2005-08-161-0/+1
* James Bursa identified a libcurl HTTP bug and a good way to repeat it. If aDaniel Stenberg2005-08-131-0/+2
* removed old debug left-over infof() callDaniel Stenberg2005-08-111-2/+0
* Added comment about strtoimax()Daniel Stenberg2005-08-111-0/+8
* the debug callback was called with CURLINFO_TEXT with the data size oneDaniel Stenberg2005-08-101-2/+2
* some minor Makefile fixes for SSL.Gunter Knauf2005-08-101-9/+19
* Christopher R. Palmer fixed the offsets used for date parsings when the timeDaniel Stenberg2005-08-091-43/+44
* Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on aDaniel Stenberg2005-08-071-0/+5
* Don't prevent FTPS:// through a http proxy, as we cannot know if it works orDaniel Stenberg2005-08-071-6/+0
* reset the numcookies counter too (I missed it in the previous commit)Daniel Stenberg2005-07-281-0/+1
* now strdups the cookielist inpointer before passed on, as the cookie functionDaniel Stenberg2005-07-281-9/+14
* curl standard indent/formatDaniel Stenberg2005-07-281-21/+22
* If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST isDaniel Stenberg2005-07-271-1/+5