Dan Fandrich
a7f6747019
Mention the Debian Popularity Contest
2010-09-09 12:38:15 -07:00
Daniel Stenberg
9808480860
curl.1: updated protocols and polished language
2010-09-09 00:04:55 +02:00
Daniel Stenberg
6ce76e6996
FAQ: CURL_STATICLIB for visual studio users
...
Clarified as it isn't used with a -D option for them.
Reported by: Artfunkel
Bug: http://curl.haxx.se/bug/view.cgi?id=3060381
2010-09-08 23:23:19 +02:00
Daniel Stenberg
64f12a3b9f
FAQ: updated and added host with custom IP question
...
Added "3.19 How do I get HTTP from a host using a specific IP address?"
and updated some stuff about certs etc.
2010-09-07 19:06:10 +02:00
Daniel Stenberg
09cee1633b
CURLOPT_DIRLISTONLY: don't use with CURLOPT_WILDCARDMATCH
2010-08-28 23:07:21 +02:00
Daniel Stenberg
8d121b6f8f
FAQ: update list of supported protocols
2010-08-28 22:51:22 +02:00
Daniel Stenberg
19d2bf4ee4
HISTORY: mention the gopher story
2010-08-28 22:51:22 +02:00
Daniel Stenberg
0cbdcd07a8
TODO: we now support RTMP
2010-08-25 09:20:08 +02:00
Daniel Stenberg
d106189a47
TODO: done "NTLM with other crypto functions"
...
Since NTLM was made to work with the NSS API as well, the primary SSL
alternatives will be built with NTLM support in libcurl.
2010-08-25 09:18:46 +02:00
Daniel Stenberg
ddb810ab70
TODO: fixed "Make curl_multi_info_read faster"
...
It is really fast now
2010-08-25 09:17:09 +02:00
Dan Fandrich
9a0b6e42af
Mention PolarSSL in tutorial & add some URLs to INSTALL
2010-08-23 15:07:14 -07:00
Daniel Stenberg
cfdc4aca45
RESUME_FROM: clarify what ftp uploads do
...
The numerical value passed to CURLOPT_RESUME_FROM for FTP uploads is
interpreted and used as position where to resume the _reading_ of the
local file and it will "blindly" append that data on the remote
file. This was certainly not clear in the docs previously.
Reported by: catalin
Bug: http://curl.haxx.se/bug/view.cgi?id=3048174
2010-08-23 00:36:11 +02:00
Daniel Stenberg
ac20f52ed3
FAQ: update the list of supported protocols
2010-08-18 19:43:06 +02:00
Daniel Stenberg
59842d4d5f
FAQ: added blurb about ECCN
...
"1.13 curl's ECCN number" is a new section mostly made up from
Alessandro Vesely's very informative ML post on the subject:
http://curl.haxx.se/mail/lib-2008-03/0251.html
2010-08-18 16:56:17 +02:00
Daniel Stenberg
41572648db
THANKS: added contributors from 7.21.1
2010-08-15 13:59:44 +02:00
Daniel Stenberg
232ad6549a
multi: support timeouts
...
Curl_expire() is now expanded to hold a list of timeouts for each easy
handle. Only the closest in time will be the one used as the primary
timeout for the handle and will be used for the splay tree (which sorts
and lists all handles within the multi handle).
When the main timeout has triggered/expired, the next timeout in time
that is kept in the list will be moved to the main timeout position and
used as the key to splay with. This way, all timeouts that are set with
Curl_expire() internally will end up as a proper timeout. Previously any
Curl_expire() that set a _later_ timeout than what was already set was
just silently ignored and thus missed.
Setting Curl_expire() with timeout 0 (zero) will cancel all previously
added timeouts.
Corrects known bug #62 .
2010-08-15 13:16:39 +02:00
Daniel Stenberg
9754b20adb
FAQ: s/libcurl.so.3/libcurl.so.X
2010-08-11 09:16:00 +02:00
Dan Fandrich
17c1e3bcba
KNOWN_BUG #59 is fixed. Clarify support of IPv6 zone IDs.
2010-08-10 21:47:10 -07:00
Daniel Stenberg
67d76dd520
HISTORY: added stuff from recent years
2010-08-11 00:50:56 +02:00
Daniel Stenberg
625932d398
multi_socket_action: clarify how to kickstart it
...
The callbacks are called when curl_multi_socket_action() is called, not
when handles are added. This is now mentioned in the "TYPICAL USAGE"
section.
2010-08-10 23:18:16 +02:00
Daniel Stenberg
5c2b6b2d3e
curl_easy_setopt.3: rename stream to userdata
...
In some places where the name 'stream' has been used for naming a
function argument that is in fact settable with a setopt() option we now
call that argument 'userdata' to make it more obvious that it is in fact
possible to set by the application.
Suggested by: Jeff Pohlmeyer
2010-08-07 14:08:30 +02:00
Daniel Stenberg
fc308282ac
.gitignore: ignore all built examples
2010-08-02 23:47:44 +02:00
Daniel Stenberg
e9f3513264
example: fix code to build warning-free
2010-08-02 23:46:24 +02:00
Daniel Stenberg
53e47ca947
KNOWN_BUG: The SOCKET type in Win64 is 64 bits
...
The SOCKET type in Win64 is 64 bits large (and thus so is curl_socket_t
on that platform), and long is only 32 bits. It makes it impossible for
curl_easy_getinfo() to return a socket properly with the
CURLINFO_LASTSOCKET option as for all other operating systems.
2010-07-30 23:08:17 +02:00
Dan Fandrich
cef30e0924
Added PolarSSL to the docs
2010-07-26 16:38:29 -07:00
Dan Fandrich
7d166b0ef6
FAQ: Why doesn't cURL error out when the cable is unplugged?
...
This one was long overdue to be mentioned in the FAQ. Also, mention the
new ftp wildcard downloading feature.
2010-07-21 15:27:32 -07:00
Constantine Sapuntzakis
bc0699f226
examples: add curl_multi_timeout
...
Make the multi-interface using examples use curl_multi_timeout to
properly educate users how to do things.
2010-07-14 00:32:53 +02:00
Dan Fandrich
1dbb9a0ba4
Improved the Android build instructions
2010-07-09 16:11:36 -07:00
Daniel Stenberg
18a9ee6bdf
FAQ: the threaded resolver works universally now
2010-06-30 15:52:58 +02:00
Daniel Stenberg
458dd4550b
CONTRIBUTE: the git commit message line length is 72 columns
2010-06-26 23:17:02 +02:00
Pavel Raiskup
31dd8ab1d6
examples: new FTP wildcard showcase
2010-06-24 23:41:09 +02:00
Daniel Stenberg
42432d67cc
THANKS: added contributors from the 7.21.0 release
2010-06-16 14:26:14 +02:00
Frank Meier
8098d9417c
getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-06-05 00:31:36 +02:00
Daniel Stenberg
df06182d86
TODO: add multi interface improvement remove ldap select
2010-06-02 13:53:29 +02:00
Daniel Stenberg
c54ab4dca7
TODO: removed fixed items
...
These two items are now actually implemented:
11.1 Content-Disposition
11.5 ftp wildcard download
2010-05-28 11:57:49 +02:00
Kamil Dudka
2ffe834bff
ftp wildcard: a new option CURLOPT_FNMATCH_DATA
2010-05-16 02:52:33 +02:00
Daniel Stenberg
7871fbad4d
updated with symbols added in recent commits for 7.21.0
2010-05-13 00:07:37 +02:00
Daniel Stenberg
a1a98d5908
ftp wildcards: mention they're added in 7.21.0
2010-05-12 23:59:11 +02:00
Daniel Stenberg
d62ce21249
syntax: cleanups
2010-05-12 23:18:22 +02:00
Pavel Raiskup
0825cd80a6
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-05-12 23:17:51 +02:00
Daniel Stenberg
54b0e87796
git: how to write a fine commit message
2010-05-10 17:25:49 +02:00
Daniel Stenberg
1de6b97a76
TODO: we've done PRET already, consider HOST for the future
...
... and GnuTLS connects are non-blocking, TFTP is better
integrated as a "real" protocol and RTSP is supported.
2010-04-29 23:32:33 +02:00
Daniel Stenberg
f09340de8b
TODO: GnuTLS connects are now non-blocking
...
Since commit c288860
by Jerome Vouillon
2010-04-29 23:23:42 +02:00
Daniel Stenberg
82b55efdba
INTERNALS: tftp is decent now, ldap is not
...
It's not quite fair to list TFTP is a "crappy" member of the
libcurl family so I removed its mentioning.
2010-04-29 21:57:41 +02:00
Daniel Stenberg
2c1b0624ac
progress callback: can be called more than once per sec
2010-04-26 15:38:07 +02:00
Alex Bligh
36e245658b
curl: added --proto and --proto-redir
...
--proto tells curl to use the listed protocols for its initial
retrieval
--proto-redir tells curl to use the listed protocols after a
redirect
2010-04-24 12:18:04 +02:00
Kamil Dudka
d487ade72c
test536: do not fail with threaded DNS resolver
...
Also tweaked comments in certain examples using curl_multi_fdset().
2010-04-24 12:14:21 +02:00
monnerat
4bfe07640c
Implement SMTP authentication
2010-04-19 11:16:30 +02:00
Daniel Stenberg
a76fa17681
IGNORE: files generated by maketgz
2010-04-14 17:34:57 +02:00
Daniel Stenberg
5a16df5e04
added contributors from the 7.20.1 RELEASE-NOTES
2010-04-14 17:33:34 +02:00