Daniel Stenberg
bda1e9aeab
Made the copyright year match the latest modification's year.
18 years ago
Daniel Stenberg
b6e9229cf0
Removed inaccurate comment for upcoming curl_multi_socket() and family.
...
Modified the callback proto used for it.
18 years ago
Gisle Vanem
9e61dfe85e
Changes for PellesC compiler under Win32.
18 years ago
Yang Tse
e6b98d3152
Undo previous change. This header file belongs to the public
...
interface and the change could break the compilation of thrid
party apps which link against this library.
18 years ago
Yang Tse
d6c5d24af3
Cleanup windows header includes. Where aplicable, inclusion of
...
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
18 years ago
Dan Fandrich
ce95eee903
lcc isn't Windows-only, so check for it in conjunction with WIN32
18 years ago
Daniel Stenberg
e1269e3156
start working on 7.15.2
18 years ago
Daniel Stenberg
21709e1557
Yang Tse adjusted the multiple header inclusion prevention definition
...
H_MPRINTF to our more used style __CURL_MPRINTF_H
18 years ago
Daniel Stenberg
0fd282b078
new experimental "ftp method" code
18 years ago
Daniel Stenberg
fdf9900114
added note about the inclusion of curl.h from within this file
18 years ago
Daniel Stenberg
fdef584681
Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.
18 years ago
Daniel Stenberg
f335bac8a3
Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin
...
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.
18 years ago
Daniel Stenberg
e73c6e039e
start working on 7.15.1
18 years ago
Daniel Stenberg
62fdf8eaed
we all the next version 7.15.0 due to the new TFTP support
18 years ago
Daniel Stenberg
7e845e7cfd
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
18 years ago
Daniel Stenberg
56d9624b56
John Kelly added TFTP support to libcurl. A bunch of new error codes was
...
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to
list of protocols whereever those are mentioned.
18 years ago
Daniel Stenberg
7722452b98
work on 7.14.2 starts now
18 years ago
Daniel Stenberg
a4773fcbbb
Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
...
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.
18 years ago
Daniel Stenberg
2b7a38d032
removed old info about curl_getdate() just simply isn't true and hasn't been
...
true since the getdate() parser code rewrite
18 years ago
Daniel Stenberg
2236ba0d20
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
...
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
18 years ago
Daniel Stenberg
3afc57bab8
start working on 7.14.1
18 years ago
Daniel Stenberg
9a9c07f571
Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed for
...
documentational purposes.
18 years ago
Daniel Stenberg
e01e364c37
next release will be version 7.14.0 thanks to the added GnuTLS support
18 years ago
Daniel Stenberg
2a8b91cdb9
ssl_version_num won't be used anymore since we will soon offer multiple SSL
...
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.
18 years ago
Daniel Stenberg
c53e9ccf4a
7.13.3 in progress
18 years ago
Daniel Stenberg
ab4086bc24
Updated the copyright year since changes have been this year.
18 years ago
Daniel Stenberg
84bc23b92f
curl_version_info() returns the feature bit CURL_VERSION_SSPI
19 years ago
Daniel Stenberg
4869fa285b
7.13.2-CVS
19 years ago
Daniel Stenberg
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
...
The tag 'before_ftp_statemachine' was set just before this commit in case
of future need.
19 years ago
Daniel Stenberg
0d9301539e
and we start over again
19 years ago
Daniel Stenberg
177dbc7be0
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
...
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.
19 years ago
Daniel Stenberg
d8f79b263d
next release will be 7.13.0
19 years ago
Daniel Stenberg
7e42cb61f7
FTP third transfer support overhaul. See CHANGES for details.
19 years ago
Daniel Stenberg
0406b1facf
skip sys/socket.h on windows CE
19 years ago
Dan Fandrich
327b46cced
Fixed a compile warning introduced by making the protocol table const. This
...
involves a binary-compatible change to the API struct curl_version_info_data
19 years ago
Daniel Stenberg
7270d5ce26
start working on 7.12.4
19 years ago
Daniel Stenberg
37c7a695a2
Moved the CURLE_SSL_ENGINE_INITFAILED error code last in the list so that
...
the others remain at previous values.
19 years ago
Gisle Vanem
4cf14e9f85
Added CURLcode CURLE_SSL_ENGINE_INITFAILED,
...
Added CURLINFO_SLIST type for returing a 'struct slist' in
curl_easy_getinfo().
Added CURLINFO_SSL_ENGINES.
19 years ago
Daniel Stenberg
976285ccbc
undef more obsolete defines if CURL_NO_OLDIES is defined
19 years ago
Daniel Stenberg
3e1caa6185
HTTP "auth done right". See lib/README.httpauth
19 years ago
Gisle Vanem
7ec200f4d1
Update comment.
19 years ago
Gisle Vanem
98a8103a3b
Netware target (hosted on Linux gcc) doesn't support
...
or need __declspec.
19 years ago
Daniel Stenberg
8ef8e949bd
fix curl.h include
19 years ago
Gisle Vanem
3ccbed1022
Changes for removing libcurl.def file on Win32.
...
19 years ago
Daniel Stenberg
24d47a6e07
Paul Nolan fix to make libcurl build nicely on Windows CE
19 years ago
Daniel Stenberg
f4bef25b5e
CURLINFO_NUM_CONNECTS and more
19 years ago
Daniel Stenberg
48750d5fc7
start over on 7.12.3
19 years ago
Daniel Stenberg
39af394a1c
removed tabs and trailing whitespace from source
19 years ago
Daniel Stenberg
be1cece69b
- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
...
app to retrieve the errno variable after a (connect) failure. It will make
sense to provide this for more failures in a more generic way, but let's
start like this.
19 years ago
Daniel Stenberg
d4db35c125
Günter Knauf and Casey O'Donnell worked out an extra #if condition for the
...
curl/multi.h header to work better in winsock-using apps.
19 years ago