Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | curl_easy_setopt.3: option order doesn't matter | Daniel Stenberg | |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Fix example, escape backslashes | Jay Satiro | |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Improve example | Jay Satiro | |
2015-06-17 | THANKS: updated with 7.43.0 names | Daniel Stenberg | |
2015-06-16 | Fix typo in docs | Paul Oliver | |
s/curret/current/ | |||
2015-06-16 | docs: update URLs | Viktor Szakats | |
2015-06-15 | HTTP2.md: use SSL/TLS IETF URLs | Viktor Szakats | |
2015-06-15 | LICENSE-MIXING: update URLs | Viktor Szakats | |
* use SSL/TLS where available * follow permanent redirects | |||
2015-06-15 | LICENSE-MIXING: refreshed | Daniel Stenberg | |
2015-06-15 | curl_easy_duphandle: see also *reset | Daniel Stenberg | |
2015-06-15 | curl.1: netrc is in man section 5 | Daniel Stenberg | |
2015-06-15 | curl.1: small format fix | Daniel Stenberg | |
use \fI-style instead of .BR for references | |||
2015-06-13 | curl_multi_info_read.3: fix example formatting | Jay Satiro | |
2015-06-13 | BINDINGS: there's a new R binding in town! | Daniel Stenberg | |
2015-06-11 | BINDINGS: added the Xojo binding | Daniel Stenberg | |
2015-06-11 | curl_easy_cleanup.3: provide more SEE ALSO | Daniel Stenberg | |
2015-06-10 | VERSIONS: now using markdown | Daniel Stenberg | |
2015-06-10 | RELEASE-PROCEDURE: remove ascii logo at the top of file | Daniel Stenberg | |
2015-06-10 | INTERNALS: absorbed docs/LIBCURL-STRUCTS | Daniel Stenberg | |
2015-06-09 | INTERNALS: cat lib/README* >> INTERNALS | Daniel Stenberg | |
and a conversion to markdown. Removed the lib/README.* files. The idea being to move toward having INTERNALS as the one and only "book" of internals documentation. Added a TOC to top of the document. | |||
2015-06-08 | fopen.c: fix a few compiler warnings | Daniel Stenberg | |
2015-06-08 | docs: Spelling fixes | Ville Skyttä | |
2015-06-08 | docs: man page indentation and syntax fixes | Ville Skyttä | |
2015-06-05 | BINDINGS: update several URLs | Daniel Stenberg | |
Stop linking to the curl.haxx.se anchor pages, they are usually only themselves pointers to the real page so better point there directly instead. | |||
2015-06-05 | BINDINGS: the curl-rust binding | Daniel Stenberg | |
2015-06-05 | curl.h: add CURL_HTTP_VERSION_2 | Daniel Stenberg | |
The protocol is named "HTTP/2" after all. It is an alias for the existing CURL_HTTP_VERSION_2_0 enum. | |||
2015-06-04 | LIBCURL-STRUCTS: clarify for multiplexing | Daniel Stenberg | |
2015-06-03 | cookie: Stop exporting any-domain cookies | Jay Satiro | |
Prior to this change any-domain cookies (cookies without a domain that are sent to any domain) were exported with domain name "unknown". Bug: https://github.com/bagder/curl/issues/292 | |||
2015-06-03 | RELEASE-PROCEDURE: refreshed 'coming dates' | Daniel Stenberg | |
2015-06-02 | curl_multi_timeout.3: added example | Daniel Stenberg | |
2015-06-02 | curl_multi_perform.3: added example | Daniel Stenberg | |
2015-06-02 | curl_multi_info_read.3: added example | Daniel Stenberg | |
2015-06-01 | curl_getdate.3: update RFC reference | Daniel Stenberg | |
2015-06-01 | http2-upload.c: use PIPEWAIT for playing HTTP/2 better | Daniel Stenberg | |
2015-06-01 | http2-download: check for CURLPIPE_MULTIPLEX properly | Daniel Stenberg | |
Bug: http://curl.haxx.se/mail/lib-2015-06/0001.html Reported-by: Rafayel Mkrtchyan | |||
2015-05-31 | 5.6 Refuse "downgrade" redirects | Daniel Stenberg | |
2015-05-30 | ROADMAP: remove HTTP/2 multiplexing - its here now | Daniel Stenberg | |
2015-05-30 | HTTP2.md: formatted properly | Daniel Stenberg | |
2015-05-30 | HTTP2: moved docs into docs/ and make it markdown | Daniel Stenberg | |
2015-05-28 | dist: add the http2 examples | Daniel Stenberg | |
2015-05-28 | http2 examples: clean up some comments | Daniel Stenberg | |
2015-05-28 | examples: added two programs doing multiplexed HTTP/2 | Daniel Stenberg | |
2015-05-26 | FAQ: How do I port libcurl to my OS? | Daniel Stenberg | |
2015-05-25 | CURLOPT_COOKIELIST.3: Explain Set-Cookie without a domain | Jay Satiro | |
Document that if Set-Cookie is used without a domain then the cookie is sent for any domain and will not be modified. Bug: http://curl.haxx.se/mail/lib-2015-05/0137.html Reported-by: Alexander Dyagilev | |||
2015-05-24 | CURLOPT_COOKIE.3: Explain that the cookies won't be modified | Jay Satiro | |
The CURLOPT_COOKIE doc says it "sets the cookie header explicitly in the outgoing request(s)." However there seems to be some user confusion about cookie modification. Document that the cookies set by this option are not modified by the cookie engine. Bug: http://curl.haxx.se/mail/lib-2015-05/0115.html Reported-by: Alexander Dyagilev | |||
2015-05-24 | CURLOPT_COOKIELIST.3: Add example | Jay Satiro | |
2015-05-21 | CURLOPT_HTTPPROXYTUNNEL.3: only works with a HTTP proxy! | Daniel Stenberg | |
2015-05-20 | curl_easy_unescape.3: update RFC reference | Daniel Stenberg | |
Reported-by: bsammon Bug: https://github.com/bagder/curl/issues/282 | |||
2015-05-20 | CURLOPT_POSTFIELDS.3: Mention curl_easy_escape | Jay Satiro | |
.. also correct some variable naming in curl_easy_escape.3 Bug: https://github.com/bagder/curl/issues/281 Reported-by: bsammon@users.noreply.github.com | |||
2015-05-19 | curl.1: fix missing space in section --data | Jay Satiro | |