summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* curl_multi_socket() updatesDaniel Stenberg2006-04-101-16/+37
* CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg2006-04-091-2/+2
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-4/+46
* for the CURLDEBUG case, we redefine sprintf and vsprintf to make us noticeDaniel Stenberg2006-03-281-2/+9
* David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg2006-03-211-1/+2
* start working towards 7.15.4Daniel Stenberg2006-03-201-3/+3
* --ftp-method and CURLOPT_FTP_FILEMETHOD are now documented and usableDaniel Stenberg2006-03-141-1/+11
* start over on what might become 7.15.3Daniel Stenberg2006-02-271-4/+4
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-111-1/+6
* Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg2006-01-301-1/+9
* include sys/select.h on NetBSD as wellDaniel Stenberg2006-01-281-1/+1
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-092-2/+2
* Removed inaccurate comment for upcoming curl_multi_socket() and family.Daniel Stenberg2006-01-021-45/+2
* Changes for PellesC compiler under Win32.Gisle Vanem2005-12-201-4/+7
* Undo previous change. This header file belongs to the publicYang Tse2005-12-191-1/+5
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-5/+1
* lcc isn't Windows-only, so check for it in conjunction with WIN32Dan Fandrich2005-12-121-3/+3
* start working on 7.15.2Daniel Stenberg2005-12-061-3/+3
* Yang Tse adjusted the multiple header inclusion prevention definitionDaniel Stenberg2005-12-021-4/+3
* new experimental "ftp method" codeDaniel Stenberg2005-11-281-0/+3
* added note about the inclusion of curl.h from within this fileDaniel Stenberg2005-11-281-0/+9
* Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.Daniel Stenberg2005-10-181-1/+1
* Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave DribinDaniel Stenberg2005-10-141-3/+1
* start working on 7.15.1Daniel Stenberg2005-10-131-2/+2
* we all the next version 7.15.0 due to the new TFTP supportDaniel Stenberg2005-10-061-13/+16
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-041-0/+6
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+7
* work on 7.14.2 starts nowDaniel Stenberg2005-09-011-3/+3
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-241-0/+3
* removed old info about curl_getdate() just simply isn't true and hasn't beenDaniel Stenberg2005-08-171-4/+3
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-271-0/+4
* start working on 7.14.1Daniel Stenberg2005-05-161-3/+3
* Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed forDaniel Stenberg2005-04-181-14/+118
* next release will be version 7.14.0 thanks to the added GnuTLS supportDaniel Stenberg2005-04-121-4/+4
* ssl_version_num won't be used anymore since we will soon offer multiple SSLDaniel Stenberg2005-04-071-2/+2
* 7.13.3 in progressDaniel Stenberg2005-04-051-3/+3
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-312-2/+2
* curl_version_info() returns the feature bit CURL_VERSION_SSPIDaniel Stenberg2005-03-111-0/+1
* 7.13.2-CVSDaniel Stenberg2005-03-041-3/+3
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-1/+5
* and we start over againDaniel Stenberg2005-02-011-3/+3
* Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg2005-01-251-0/+4
* next release will be 7.13.0Daniel Stenberg2005-01-221-5/+5
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-15/+17
* skip sys/socket.h on windows CEDaniel Stenberg2005-01-181-0/+2
* Fixed a compile warning introduced by making the protocol table const. ThisDan Fandrich2004-12-201-3/+3
* start working on 7.12.4Daniel Stenberg2004-12-201-3/+3
* Moved the CURLE_SSL_ENGINE_INITFAILED error code last in the list so thatDaniel Stenberg2004-12-141-12/+12
* Added CURLcode CURLE_SSL_ENGINE_INITFAILED,Gisle Vanem2004-12-131-12/+15
* undef more obsolete defines if CURL_NO_OLDIES is definedDaniel Stenberg2004-12-111-1/+7