Daniel Stenberg
2d6796aac5
curl_multi_fdset: avoid FD_SET out of bounds
...
If a socket is larger than FD_SETSIZE, avoid using FD_SET() on the
platforms where this is possible.
Bug: http://curl.haxx.se/bug/view.cgi?id=3413274
Reported by: Tim Starling
2011-09-25 17:34:12 +02:00
Guenter Knauf
bb94b92894
Fixed MinGW examples makefile.
2011-09-25 16:31:31 +02:00
Guenter Knauf
230459dd00
NetWare makefile tweaks to select different builds.
2011-09-25 16:29:08 +02:00
Guenter Knauf
8bab6700d9
Added header to be included by dist script.
...
Probably the wrong place, but I dont know better.
2011-09-24 15:06:21 +02:00
Guenter Knauf
87a45c7998
MinGW64 has this prototype already.
2011-09-23 03:56:34 +02:00
Guenter Knauf
dafa2fc944
Fixed scanf format for WORD = unsigned short.
2011-09-23 03:21:50 +02:00
Guenter Knauf
ef3f1f3146
Added Win32-only samples.
2011-09-23 03:00:32 +02:00
Guenter Knauf
ba52e0a93b
Added a workaround for printing size_t.
2011-09-23 02:16:20 +02:00
Guenter Knauf
3c3aa09c65
Added NetWare examples makefile.
2011-09-22 14:35:49 +02:00
Guenter Knauf
62b0fdca9e
Another MinGW example makefile tweak.
2011-09-21 18:21:05 +02:00
Guenter Knauf
3317160c19
Fixed sample to compile for Windows platform.
2011-09-21 18:09:34 +02:00
Guenter Knauf
e4172d934d
Changed suffix rules to pattern rules.
...
Suffix rules cannot have any prerequisites of their own.
2011-09-21 03:25:19 +02:00
Guenter Knauf
a6b69b64ad
Some more MinGW build tweaks.
...
Added envvars to specify OpenSSL include, libpath and lib.
Added rule to create curlbuild.h from curlbuild.h.dist.
2011-09-21 02:06:05 +02:00
Guenter Knauf
a6c168b893
A bunch of MinGW build tweaks.
...
All paths to dependencies now quoted; synced examples makefile.
2011-09-20 15:05:28 +02:00
Daniel Stenberg
00532341b5
CURLOPT_URL docs: no need to mention function names
2011-09-18 23:42:29 +02:00
Steve Holme
dae0b7d1aa
CURLOPT_URL: Expanded URL description
...
Expanded the section about CURLOPT_URL to include the format of the URL
and detailed information and examples relating to specific protocols.
2011-09-18 23:38:08 +02:00
warp kawada
aff70e2e95
Curl_add_custom_headers: support headers with no data
...
A custom HTTP header ending in a semicolon instead of a colon
will be treated as a header to be added without any data
portion.
2011-09-13 16:17:21 -07:00
Daniel Stenberg
6790a543d4
progressfunc: a simple CURLOPT_PROGRESSFUNCTION example
2011-09-13 22:48:55 +02:00
Daniel Stenberg
d52cd3bd17
THANKS: 16 new contributors from 7.22.0
2011-09-13 20:03:17 +02:00
Daniel Stenberg
432044b774
BUGS: spellfixed, slightly reformatted for web looks
...
Reported by: Jeff Pohlmeyer
2011-09-13 13:05:31 +02:00
Dan Fandrich
9dfd7a3d13
Document NTLM winbind options (and caveats)
2011-09-12 14:45:37 -07:00
Daniel Stenberg
deb3321092
BUGS: renumbered to look better in the web version
2011-09-12 23:02:59 +02:00
Daniel Stenberg
68253ca52e
BUGS: revamped bug report documentation
2011-09-12 22:55:40 +02:00
Yang Tse
50c3c20416
Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental.
2011-09-12 16:01:07 +02:00
Daniel Stenberg
587ed3234b
TODO: remove 4 entries, add one new
...
Zero-copy and "Avoid having to remove/readd handles" are not really
features we think are worthwhile to add. Removed.
SRP features have been added already, removed.
11.9 IPv6 addresses with globbing added
2011-09-11 19:26:17 +02:00
Daniel Stenberg
450975b0c3
getinmemory.c: use better argument names for write callback
2011-09-07 22:43:28 +02:00
Daniel Stenberg
e18c3f447e
--cookie-jar: activates the cookie engine
2011-08-26 23:23:07 +02:00
Yang Tse
407e08baad
NTLM single-sign on adjustments (X)
...
Functions renamed:
Curl_output_ntlm_sso -> Curl_output_ntlm_wb
sso_ntlm_close -> wb_ntlm_close
sso_ntlm_response -> wb_ntlm_response
sso_ntlm_initiate -> wb_ntlm_initiate
Preprocessor symbols renamed:
CURLAUTH_NTLM_SSO -> CURLAUTH_NTLM_WB
CURL_VERSION_NTLM_SSO -> CURL_VERSION_NTLM_WB
2011-08-26 18:57:50 +02:00
Daniel Stenberg
186463e7fa
TODO: progress callback without doubles
2011-08-25 16:05:04 +02:00
Kamil Dudka
f5ad192d23
docs: the next release is going to be 7.22.0
2011-08-24 23:51:21 +02:00
Daniel Stenberg
cce6508242
resolve.c: new example showing off CURLOPT_RESOLVE
2011-08-23 16:31:10 +02:00
Daniel Stenberg
af809923e4
externalsocket.c: new example
2011-08-23 11:28:35 +02:00
Daniel Stenberg
c8766ed3fb
ignore rtsp
2011-08-13 00:22:47 +02:00
Daniel Stenberg
8bd877d179
docs: --delegation
2011-08-12 23:51:41 +02:00
Daniel Stenberg
784971743d
curl_easy_cleanup: clarify the callback situation
2011-08-11 14:55:17 +02:00
Daniel Stenberg
657d02fbac
rtsp.c: converted to C
...
Trimmed the newlines to be LF-only. Converted the source to plain C, to
use curl style indents, to compile warning-free with picky options and
fixed the minor fprintf() bug on line 245. Added to makefile.
2011-08-10 10:57:50 +02:00
Jim Hollinger
8e2de86723
rtsp.c: new example
...
Code from
http://code.google.com/p/rtsprequest/source/browse/trunk/rtsprequest.cpp
2011-08-10 10:54:53 +02:00
Daniel Stenberg
4b48adb876
TODO: remove curl_formpost in a future version
...
15.8 remove 'curl_httppost' from public
2011-08-10 08:55:13 +02:00
Daniel Stenberg
27dbc3f526
proxy protocol docs: rephrased and updated
2011-08-09 09:12:51 +02:00
Daniel Stenberg
73548e1d22
s/7.21.8/7.22.0
2011-08-08 10:13:09 +02:00
Daniel Stenberg
967deb43f8
VERSIONS: clarify our versioning concept
...
Drop the pre-release part from this text as we don't use that in
practise since many years.
Update the phrasing to reflect our more strict interpretation:
http://curl.haxx.se/mail/lib-2011-08/0064.html
2011-08-08 09:25:59 +02:00
Yang Tse
817b863466
BSD-style lwIP TCP/IP stack support - docs/INSTALL blurb
2011-08-05 16:32:20 +02:00
Kamil Dudka
a7864c41db
curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATION
...
Suggested by Richard Silverman.
2011-08-03 10:56:41 +02:00
Adam Tkac
ebf42c4be7
Add new CURLOPT_GSSAPI_DELEGATION option.
...
Curl_gss_init_sec_context got new parameter - SessionHandle.
Signed-off-by: Adam Tkac <atkac@redhat.com>
2011-08-03 10:23:34 +02:00
Daniel Stenberg
d95f45cd40
symbols-in-versions: add NTLM_SSO symbols
2011-07-19 00:54:41 +02:00
Daniel Stenberg
3e71ebe4eb
docs: FTP quotes support '*' prefix to ignore errors
...
By default libcurl stops processing quote commands on failures.
2011-06-30 09:57:23 +02:00
Daniel Stenberg
bfca0e2f50
THANKS: new contributors from 7.21.7
2011-06-29 20:42:02 +02:00
Daniel Stenberg
ac28971aa6
examples: cleanup curl includes
...
Only <curl/curl.h> is needed typically and curl/types.h has been removed
2011-06-28 19:08:51 +02:00
Daniel Stenberg
8da5da9b65
curl_formfree: clarify which pointer to free
2011-06-23 09:31:12 +02:00
Daniel Stenberg
c9a82f39e2
FAQ: more blurb on persistent connections
2011-06-21 08:45:45 +02:00
Daniel Stenberg
56e5302b53
INSTALL: mention the GIT-INFO file
2011-06-20 22:20:39 +02:00
Daniel Stenberg
84e13f2e07
curl_formget.3: CURLFORM_STREAM has its drawbacks
...
Due to a design flaw, the CURLFORM_STREAM option doesn't really work
with curl_formget until after curl_easy_perform (or similar).
2011-06-13 22:03:33 +02:00
Daniel Stenberg
832e827518
FAQ: binding clarification
...
We don't author the bindings, they are created outside the main project.
2011-06-13 19:02:38 +02:00
Daniel Stenberg
d5cc77b744
CURLOPT_WRITEHEADER: clarify the docs
2011-06-10 13:17:17 +02:00
Dan Fandrich
b3740f0e09
curl hasn't sent a Pragma: header by default for a while
2011-06-02 18:41:57 -07:00
Daniel Stenberg
d6bb8dcc23
CURLOPT_WILDCARDMATCH: minor style edit
...
Due to some flaw in roffit I removed some style changes to make the web
page look better.
2011-06-01 19:51:16 +02:00
Daniel Stenberg
f3d77f772d
curl_easy_setopt.3: NOPROGRESS also affects the callback
2011-05-27 11:13:13 +02:00
Daniel Stenberg
340228cc81
setopt.3: remove leftover style change
2011-05-25 13:51:57 +02:00
Daniel Stenberg
edf282c096
setopt.3: CURLOPT_WRITEFUNCTION had wrong function proto
2011-05-25 13:50:52 +02:00
Daniel Stenberg
e83816bfcf
typo: close is in man page section 3
2011-05-19 22:31:04 +02:00
Daniel Stenberg
664ff30650
curl_easy_setopt.3: document CLOSESOCKET* options
2011-05-18 22:56:46 +02:00
Daniel Stenberg
6dfa16c3c4
symbols-in-versions: add CLOSESOCKET*
2011-05-18 22:56:46 +02:00
Daniel Stenberg
4508ea103f
curl.1: --socks* options no longer needed
...
As we now can specify all the socks proxy types with the regular --proxy
option using protocol prefix.
2011-05-05 11:54:58 +02:00
Daniel Stenberg
558f997e99
socks proxy: allow socks5h:// prefix too
...
Using 'socks5h' as proxy protocol will make it a
CURLPROXY_SOCKS5_HOSTNAME proxy which is SOCKS5 and asking the proxy to
resolve host names. I found no "standard" protocol name for this.
2011-05-05 11:47:55 +02:00
Daniel Stenberg
fda0985bfd
curl.1: minor edit of --ftp-ssl*
2011-05-05 11:28:03 +02:00
Jari Aalto
93ec4555ff
curl.1: use GNU style and sort options
...
Follow style of GNU layout (cp, mv ...) where options are separated with
comma: -o, --option
Order item alphabetically (by length also): -o, -O, --option
Follow style of GNU layout by moving help related options to the end:
--help, -M, --version
2011-05-05 11:26:12 +02:00
Daniel Stenberg
ade337d79e
curl_easy_getinfo.3: clarify some timing info
2011-05-03 22:47:56 +02:00
Daniel Stenberg
365db94e0a
curl_easy_setopt.3: clarify the SSH KEYFILE options usage
...
The internal defaults are important info
2011-05-02 23:33:03 +02:00
Daniel Stenberg
d4ebf3c6b0
docs: mention the protocol:// support in proxy strings
2011-05-02 22:15:14 +02:00
Daniel Stenberg
f78fa6a57d
--data-ascii: add mention
...
As it is a separate option it should have a .IP title
2011-05-02 14:40:17 +02:00
Daniel Stenberg
038a631274
url encode docs: mention '-', '.', '_' and '~'
...
Clarify that the '-', '.', '_' or '~' letters are also not escaped since
they shouldn't according to RFC3986 section 2.3.
This is how this function has behaved since sep 2010, commit
5df13c3173
.
2011-05-02 11:14:30 +02:00
Daniel Stenberg
a490961b10
curl_formfree.3: mention argument may be NULL
...
As the code already checks for it we can just as well make it official!
2011-04-30 18:49:35 +02:00
Daniel Stenberg
c4bc1d473f
anyauthput.c: stdint.h must not be included unconditionally
...
As it is already included by curlbuild.h if it exists on the platform it
was included here superfluously anyway.
Reported by: Dagobert Michelsen
Bug: http://curl.haxx.se/bug/view.cgi?id=3294509
2011-04-28 22:14:05 +02:00
Zmey Petroff
2cbe885c1a
CMake: improve library search, implement install.
...
Improved library search by check_function_exists_concat() macro:
it does not revert the list of libraries any more.
Improved OpenSSL library search: first find zlib, then search for
openssl libraries that may depend on zlib.
For Unix: openssl libraries can now be detected in nonstandard
locations. Supply CMAKE_LIBRARY_PATH to CMake on command line.
Added installation capability (very basic one yet).
2011-04-28 10:12:33 +02:00
Daniel Stenberg
a0fad3017e
THANKS: contributors from 7.21.6
2011-04-22 22:02:33 +02:00
Daniel Stenberg
c6a0abdd97
curl_easy_setopt.3: CURLOPT_PROXYTYPE clarification
...
When set to a HTTP 1.0 proxy, that only affects the CONNECT request and
not the regular HTTP request.
2011-04-20 15:42:23 +02:00
Guenter Knauf
65aadf2118
Updated default (recommended) dependency versions.
2011-04-19 14:32:08 +02:00
Daniel Stenberg
5aae3c13e2
transfer-encoding: document the options
...
The new libcurl and command line options are now described.
2011-04-18 19:46:21 +02:00
Daniel Stenberg
8e4fb01e64
transfer-encoding: added new option and cmdline
...
Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer
Encoding in HTTP requests (if built zlib enabled). I also renamed
CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name
around) to reduce the confusion when we have to encoding options for
HTTP.
--tr-encoding is now the new command line option for curl to request
this, and thus I updated the test cases accordingly.
2011-04-18 19:46:21 +02:00
Daniel Stenberg
cae351e9f5
THANKS: 11 new contributors from 7.21.5
2011-04-17 23:46:21 +02:00
Daniel Stenberg
c91c48723a
INTERNALS: clean up
...
Clarified the release procedure
2011-04-17 16:34:25 +02:00
Daniel Stenberg
6ff4ebbc80
curl.1: error code update
...
Error 4 has got a meaning
Error 48 has got a slightly different meaning now
2011-04-14 23:16:21 +02:00
Daniel Stenberg
fa81193bf0
FAQ: c-ares does ipv6 pretty well now
2011-04-14 23:12:27 +02:00
Dan Fandrich
996630d5ed
Updated minimum binary sizes
2011-04-12 18:46:58 -07:00
Daniel Stenberg
b2e06ea166
curl.1: spell out the -O target directory
...
When using -O the file will be saved in the current directory, and this
is now spelled out clearly.
2011-04-11 10:35:16 +02:00
Daniel Stenberg
2064ea9612
curl_easy_setopt.3: CURLOPT_RESOLVE typo version
...
Reported by: Hongli Lai
2011-04-09 20:04:22 +02:00
Dan Fandrich
2f6924032a
Added mention of FTP proxies
2011-04-07 11:31:39 -07:00
Gisle Vanem
e9afbe2a65
examples/makefile.dj: update email
2011-04-07 15:16:38 +02:00
Daniel Stenberg
01f05d0c75
return code cleanup: build, init and run-time errors
...
Stop the abuse of CURLE_FAILED_INIT as return code for things not being
init related by introducing two new return codes:
CURLE_NOT_BUILT_IN and CURLE_UNKNOWN_OPTION
CURLE_NOT_BUILT_IN replaces return code 4 that has been obsoleted for
several years. It is used for returning error when something is
attempted to be used but the feature/option was not enabled or
explictitly disabled at build-time. Getting this error mostly means that
libcurl needs to be rebuilt.
CURLE_FAILED_INIT is now saved and used strictly for init
failures. Getting this problem means something went seriously wrong,
like a resource shortage or similar.
CURLE_UNKNOWN_OPTION is the option formerly known as
CURLE_UNKNOWN_TELNET_OPTION (and the old name is still present,
separately defined to be removed in a very distant future). This error
code is meant to be used to return when an option is given to libcurl
that isn't known. This problem would mostly indicate a problem in the
program that uses libcurl.
2011-04-05 15:14:02 +02:00
Daniel Stenberg
2a0c7ea4cc
curl_easy_setopt.3: mention TFTP read callback flaw
...
The read callback must return the exact requested amount of data when it
is used for doing TFTP uploads. This is due to how it deals with data
internally. This could/should be fixed but for now we document the
existing behavior.
Reported by: Colin Blair
Bug: http://curl.haxx.se/mail/lib-2011-03/0319.html
2011-03-29 11:19:49 +02:00
Peter Sylvester
2531cd94a5
TSL-SRP: enabled with OpenSSL
...
If a new enough OpenSSL version is used, configure detects the TLS-SRP
support and enables it.
2011-03-25 23:09:28 +01:00
Daniel Stenberg
d02f444759
symbols-in-versions: make test 1119 happy
2011-03-24 13:48:18 +01:00
Daniel Stenberg
970587567e
MAIL-ETIQUETTE: intro and spam
...
Added a little generic info section about the lists and a section about
how to deal with trolls and spam on the lists.
2011-03-23 14:22:29 +01:00
Daniel Stenberg
9680df4807
headers: more copyright headers added
2011-03-22 22:48:11 +01:00
Daniel Stenberg
0addc57188
MAIL-ETIQUETTE: how to behave
...
This is a new documentation for the source tree. This information has
been present since a long time at
http://curl.haxx.se/mail/etiquette.html but now it is put into a plain
text version too for wider distribution. The web version will be
automatically generated from this source document.
2011-03-22 09:23:04 +01:00
Dave Reisner
a374d8f85d
libcurl.m4: Add missing quotes in AC_LINK_IFELSE
...
This avoids warnings generated by autoconf 2.68.
Signed-off-by: Dave Reisner <d@falconindy.com>
2011-03-21 19:35:46 +01:00
Daniel Stenberg
e765afccb6
symbols-in-versions: many corrections
...
Scanned with a tool that checked for mistakes and this is the subsequent
cleanup.
2011-03-20 19:17:46 +01:00
Daniel Stenberg
89d412b5e7
CONTRIBUTE: minor edits
...
Slightly modified to become a nicer web page when converted for the site
2011-03-18 11:14:51 +01:00
Daniel Stenberg
929aeed386
symbols-in-versions: remove duplicates
2011-03-17 15:25:12 +01:00
Daniel Stenberg
42d95bcc44
symbols-in-versions: 2 corrections
...
CURLE_CHUNK_FAILED and CURLE_FTP_BAD_FILE_LIST were introduced in
7.21.0, not 7.20.1
2011-03-17 13:42:36 +01:00