Kyle L. Huff
7e489c42f7
curl.1: Add usage of '--bearer' option
2013-08-30 21:34:20 +01:00
Daniel Stenberg
a74b36af2a
symbols-in-versions: add CURLOPT_XOAUTH2_BEARER
2013-08-28 09:31:37 +02:00
Daniel Stenberg
0192ad65bb
KNOWN_BUGS: refer to bug numbers with the existing number series
...
The old numbers would still redirect but who knows for how long...
2013-08-26 00:29:33 +02:00
Daniel Stenberg
1a911f7ec4
FAQ: editorial updates
...
Several language fixes. Several reformats that should make the HTML
generation of this document look better.
Reported-by: Dave Thompson
2013-08-24 17:13:46 +02:00
Daniel Stenberg
19122c0768
CURLM_ADDED_ALREADY: new error code
...
Doing curl_multi_add_handle() on an easy handle that is already added to
a multi handle now returns this error code. It previously returned
CURLM_BAD_EASY_HANDLE for this condition.
2013-08-20 23:13:19 +02:00
Daniel Stenberg
70812c2f32
THANKS: added contributors from the 7.32.0 release notes
2013-08-11 23:43:32 +02:00
Daniel Stenberg
8c9236bb2c
curl_multi_add_handle.3: ... that timer callback is for event-based
2013-08-09 23:53:51 +02:00
Daniel Stenberg
08adecc9a1
curl_multi_add_handle.3: mention the CURLMOPT_TIMERFUNCTION use
2013-08-09 23:27:43 +02:00
John E. Malmberg
015556d74c
KNOWN_BUGS: 22 and 57 have been fixed and committed
2013-08-08 23:34:36 +02:00
Daniel Stenberg
0018d6830e
mk-ca-bundle.1: don't install on make install
...
Since the mk-ca-bundle tool itself isn't installed with make install,
there's no point in installing its documentation.
Bug: http://curl.haxx.se/mail/lib-2013-08/0057.html
Reported-by: Guenter Knauf
2013-08-08 09:45:51 +02:00
Daniel Stenberg
96749554fd
LIBCURL-STRUCTS: new document
...
This is the first version of this new document, detailing the seven
perhaps most important internal structs in libcurl source code:
1.1 SessionHandle
1.2 connectdata
1.3 Curl_multi
1.4 Curl_handler
1.5 conncache
1.6 Curl_share
1.7 CookieInfo
2013-08-06 14:13:33 +02:00
Daniel Stenberg
785749405f
CONTRIBUTE: minor language polish
2013-08-06 14:12:45 +02:00
Steve Holme
7da3caaf95
Revert "DOCS: Added IMAP URL example for listing new messages"
...
This reverts commit 82ab5f1b0c
as this was the wrong place to
document the complexity of IMAP URLs and Custom Requests.
2013-08-02 14:25:21 +01:00
Steve Holme
82ab5f1b0c
DOCS: Added IMAP URL example for listing new messages
...
In addition to listing the folder contents, in the URL examples, added
an example to list the new messages waiting in the user's inbox.
2013-08-02 10:08:55 +01:00
Daniel Stenberg
b5478a0e03
curl_easy_pause: on unpause, trigger mulit-socket handling
...
When the multi-socket API is used, we need the handle to be checked
again when it gets unpaused.
Bug: http://curl.haxx.se/mail/lib-2013-07/0239.html
Reported-by: Justin Karneges
2013-07-29 14:37:08 +02:00
Daniel Stenberg
12d01cb6fa
CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
...
CURLOPT_XFERINFOFUNCTION is now the preferred progress callback function
and CURLOPT_PROGRESSFUNCTION is considered deprecated.
This new callback uses pure 'curl_off_t' arguments to pass on full
resolution sizes. It otherwise retains the same characteristics: the
same call rate, the same meanings for the arguments and the return code
is used the same way.
The progressfunc.c example is updated to show how to use the new
callback for newer libcurls while supporting the older one if built with
an older libcurl or even built with a newer libcurl while running with
an older.
2013-07-18 23:44:06 +02:00
Daniel Stenberg
7b115cc1e1
mk-ca-bundle.1: point out certdata.txt format docs
2013-07-17 00:06:16 +02:00
Dave Reisner
d8c04909fa
src/tool: allow timeouts to accept decimal values
...
Implement wrappers around strtod to convert the user argument to a
double with sane error checking. Use this to allow --max-time and
--connect-timeout to accept decimal values instead of strictly integers.
The manpage is updated to make mention of this feature and,
additionally, forewarn that the actual timeout of the operation can
vary in its precision (particularly as the value increases in its
decimal precision).
2013-07-14 23:04:05 +02:00
Dave Reisner
c0a7a98aee
curl.1: fix long line, found by checksrc.pl
2013-07-14 22:50:29 +02:00
Kamil Dudka
45339625bc
Revert "curl.1: document the --time-cond option in the man page"
...
This reverts commit 3a0e931fc7
because
the documentation of --time-cond was duplicated by mistake.
Reported by: Dave Reisner
2013-07-09 15:46:49 +02:00
Kamil Dudka
20ff820ef2
curl.1: document the --sasl-ir option in the man page
2013-07-09 15:18:39 +02:00
Kamil Dudka
39e85d99fe
curl.1: document the --post303 option in the man page
2013-07-09 15:18:39 +02:00
Kamil Dudka
3a0e931fc7
curl.1: document the --time-cond option in the man page
2013-07-09 15:18:39 +02:00
Guenter Knauf
b7a933154a
Added libmetalink URL; added Android versions.
2013-07-04 04:35:22 +02:00
Dan Fandrich
54f18e5427
examples: Moved usercertinmem.c to COMPLICATED_EXAMPLES
...
This prevents it from being built during a "make check" since it
depends on OpenSSL.
2013-07-03 21:13:12 +02:00
Daniel Stenberg
9c2853f2ae
curl.1: fix typo in --xattr description
...
Bug: http://curl.haxx.se/bug/view.cgi?id=1252
Reported-by: Jean-Noël Rouvignac
2013-06-25 10:41:16 +02:00
Daniel Stenberg
d23745f7c9
TODO: 1.8 Modified buffer size approach
...
Thoughts around buffer sizes and what might be possible to do...
2013-06-23 22:49:06 +02:00
Daniel Stenberg
a2e0ce86ba
KNOWN_BUGS: #83 unable to load non-default openssl engines
2013-06-22 22:24:36 +02:00
Alessandro Ghedini
832c195179
docs: fix typo in curl_easy_getinfo manpage
2013-06-22 18:28:18 +02:00
Daniel Stenberg
4846b5e9fe
THANKS: added 24 new contributors from the 7.31.0 release
2013-06-22 13:52:27 +02:00
Guenter Knauf
da0db499fd
Use opened body.out file and write content to it.
2013-06-20 22:53:37 +02:00
Daniel Stenberg
e305f5ec71
TODO: mention the DANE patch from March
2013-06-18 09:38:06 +02:00
Daniel Stenberg
5fc24a5297
TODO: HTTP2/SPDY support
2013-06-15 14:36:35 +02:00
Daniel Stenberg
b1a295ac4e
curl_easy_setopt.3: clarify CURLOPT_PROGRESSFUNCTION frequency
...
Make it clearer that the CURLOPT_PROGRESSFUNCTION callback will be
called more frequently than once per second when things are happening.
2013-06-14 23:17:14 +02:00
Daniel Stenberg
9c3e098259
curl_multi_wait.3: clarify the numfds counter
2013-06-13 22:38:53 +02:00
Daniel Stenberg
9b8df58169
KNOWN_BUGS: #82 failed build with Borland compiler
2013-06-11 00:21:16 +02:00
Peter Gal
c53fb36b0c
curl_easy_setopt.3: HTTP header with no content
...
Update the documentation on how to specify a HTTP header with no
content.
2013-06-08 00:15:40 +02:00
Dan Fandrich
159d34b58e
libcurl-tutorial.3: added a section on IPv6
...
Also added a (correctly-escaped) backslash to the autoexec.bat
example file and a new Windows character device name with
a colon as examples of other characters that are special
and potentially dangerous (this reverts and reworks commit
7d8d2a54
).
2013-06-03 22:44:05 +02:00
Daniel Stenberg
29bf0598aa
curl_multi_wait: reduce timeout if the multi handle wants to
...
If the multi handle's pending timeout is less than what is passed into
this function, it will now opt to use the shorter time anyway since it
is a very good hint that the handle wants to process something in a
shorter time than what otherwise would happen.
curl_multi_wait.3 was updated accordingly to clarify
This is the reason for bug #1224
Bug: http://curl.haxx.se/bug/view.cgi?id=1224
Reported-by: Andrii Moiseiev
2013-06-03 20:27:08 +02:00
Daniel Stenberg
7d8d2a54ba
libcurl-tutorial.3: remove incorrect backslash
...
A single backslash in the content is not legal nroff syntax.
Reported and fixed by: Eric S. Raymond
Bug: http://curl.haxx.se/bug/view.cgi?id=1234
2013-05-28 13:37:08 +02:00
Daniel Stenberg
9986c6cb2b
curl_formadd.3: fixed wrong "end-marker" syntax
...
Reported and fixed by: Eric S. Raymond
Bug: http://curl.haxx.se/bug/view.cgi?id=1233
2013-05-28 13:35:13 +02:00
Daniel Stenberg
ba9a66663a
curl.1: clarify that --silent still outputs data
2013-05-28 11:37:58 +02:00
Daniel Stenberg
84f7991474
KNOWN_BUGS: curl -OJC- fails to resume
...
Bug: http://curl.haxx.se/bug/view.cgi?id=1169
2013-05-21 23:58:52 +02:00
Daniel Stenberg
7d4d4892d8
curl_easy_setopt.3: expand the PROGRESSFUNCTION section
...
Explain the callback and its arguments better and with more descriptive
text.
2013-05-20 10:50:51 +02:00
Daniel Stenberg
ee84c47655
tarball: include the xmlstream example
2013-05-19 11:21:56 +02:00
David Strauss
ce32176db7
xmlstream: XML stream parsing example source code
...
Add an XML stream parsing example using Expat. Add missing ignore for
the binary from an unrelated example.
2013-05-19 11:19:28 +02:00
Guenter Knauf
ae26ee3489
Updated zlib version in build files.
2013-05-11 17:08:00 +02:00
Kamil Dudka
42e01cff9a
curl.1: document escape sequences recognized by -E
2013-05-06 14:32:26 +02:00
Steve Holme
f4e3cae8a7
TODO: Updated following the addition of CURLOPT_SASL_IR
2013-04-30 00:12:41 +01:00
Steve Holme
945246988d
DOCS: Corrected line length of recent Secure Transport changes
2013-04-28 12:17:15 +01:00