aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2006-01-30Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg
curl tool with --local-port. Plain and simply set the range of ports to bind the local end of connections to. Implemented on to popular demand. Not extensively tested. Please let me know how it works.
2006-01-28include sys/select.h on NetBSD as wellDaniel Stenberg
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-02Removed inaccurate comment for upcoming curl_multi_socket() and family.Daniel Stenberg
Modified the callback proto used for it.
2005-12-20Changes for PellesC compiler under Win32.Gisle Vanem
2005-12-19Undo previous change. This header file belongs to the publicYang Tse
interface and the change could break the compilation of thrid party apps which link against this library.
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
2005-12-12lcc isn't Windows-only, so check for it in conjunction with WIN32Dan Fandrich
2005-12-06start working on 7.15.2Daniel Stenberg
2005-12-02Yang Tse adjusted the multiple header inclusion prevention definitionDaniel Stenberg
H_MPRINTF to our more used style __CURL_MPRINTF_H
2005-11-28new experimental "ftp method" codeDaniel Stenberg
2005-11-28added note about the inclusion of curl.h from within this fileDaniel Stenberg
2005-10-18Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.Daniel Stenberg
2005-10-14Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave DribinDaniel Stenberg
reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version.
2005-10-13start working on 7.15.1Daniel Stenberg
2005-10-06we all the next version 7.15.0 due to the new TFTP supportDaniel 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
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.
2005-09-01work on 7.14.2 starts nowDaniel Stenberg
2005-08-24Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg
from the command line tool with --ignore-content-length. This will make it easier to download files from Apache 1.x (and similar) servers that are still having problems serving files larger than 2 or 4 GB. When this option is enabled, curl will simply have to wait for the server to close the connection to signal end of transfer. I wrote test case 269 that runs a simple test that this works.
2005-08-17removed old info about curl_getdate() just simply isn't true and hasn't beenDaniel Stenberg
true since the getdate() parser code rewrite
2005-07-27Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
2005-05-16start working on 7.14.1Daniel Stenberg
2005-04-18Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed forDaniel Stenberg
documentational purposes.
2005-04-12next release will be version 7.14.0 thanks to the added GnuTLS supportDaniel Stenberg
2005-04-07ssl_version_num won't be used anymore since we will soon offer multiple SSLDaniel Stenberg
layers and it won't make sense to provide a numerical version for it. I also doubt that many people have used this for anything critical.
2005-04-057.13.3 in progressDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-11curl_version_info() returns the feature bit CURL_VERSION_SSPIDaniel Stenberg
2005-03-047.13.2-CVSDaniel Stenberg
2005-02-09FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
2005-02-01and we start over againDaniel Stenberg
2005-01-25Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.
2005-01-22next release will be 7.13.0Daniel Stenberg
2005-01-21FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg
2005-01-18skip sys/socket.h on windows CEDaniel Stenberg
2004-12-20Fixed a compile warning introduced by making the protocol table const. ThisDan Fandrich
involves a binary-compatible change to the API struct curl_version_info_data
2004-12-20start working on 7.12.4Daniel Stenberg
2004-12-14Moved the CURLE_SSL_ENGINE_INITFAILED error code last in the list so thatDaniel Stenberg
the others remain at previous values.
2004-12-13Added CURLcode CURLE_SSL_ENGINE_INITFAILED,Gisle Vanem
Added CURLINFO_SLIST type for returing a 'struct slist' in curl_easy_getinfo(). Added CURLINFO_SSL_ENGINES.
2004-12-11undef more obsolete defines if CURL_NO_OLDIES is definedDaniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-13Update comment.Gisle Vanem
2004-11-12Netware target (hosted on Linux gcc) doesn't supportGisle Vanem
or need __declspec.
2004-11-11fix curl.h includeDaniel Stenberg
2004-11-09Changes for removing libcurl.def file on Win32.Gisle Vanem
Mark public functions with "CURL_EXTERN".
2004-11-02Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-18start over on 7.12.3Daniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg