Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-05-19 | build: bump version in default nghttp2 paths | Viktor Szakats | |
2015-05-19 | INTERNALS: we require nghttp2 1.0.0+ now | Daniel Stenberg | |
2015-05-18 | symbols-in-versions: add CURLOPT_PIPEWAIT | Daniel Stenberg | |
2015-05-18 | CURLOPT_PIPEWAIT: added | Daniel Stenberg | |
By setting this option to 1 libcurl will wait for a connection to reveal if it is possible to pipeline/multiplex on before it continues. | |||
2015-05-18 | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg | |
2015-05-18 | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg | |
2015-05-12 | CURLMOPT_MAX_HOST_CONNECTIONS: host = host name + port number | Daniel Stenberg | |
2015-05-08 | opts: improved the TCP keepalive examples | Egon Eckert | |
2015-05-04 | curl_multi_info_read.3: fix typo | Daniel Stenberg | |
Reported-by: Liviu Chircu | |||
2015-05-04 | MANUAL: language fix | Daniel Stenberg | |
Reported-by: Fred Stluka Bug: https://github.com/bagder/curl/issues/255 | |||
2015-04-30 | build: update depedency versions, urls, example makefiles | Viktor Szakats | |
- update default versions of dependencies (except for rare/old platforms) - update urls - sync examples makefiles with main ones - remove line ending space | |||
2015-04-29 | docs/libcurl: gitignore libcurl-symbols.3 | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-04/0191.html Reported-by: Michael Osipov | |||
2015-04-29 | THANKS: merged from the 7.42.1 release | Daniel Stenberg | |
2015-04-28 | CURLOPT_HEADEROPT: default to separate | Daniel Stenberg | |
Make the HTTP headers separated by default for improved security and reduced risk for information leakage. Bug: http://curl.haxx.se/docs/adv_20150429.html Reported-by: Yehezkel Horowitz, Oren Souroujon | |||
2015-04-28 | docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentation | Linus Nielsen | |
2015-04-28 | dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME | Daniel Stenberg | |
2015-04-28 | Negotiate: custom service names for SPNEGO. | Linus Nielsen | |
* Add new options, CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME. * Add new curl options, --proxy-service-name and --service-name. | |||
2015-04-27 | curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION | Daniel Stenberg | |
... as it was previouly undocumented what the pointer was. | |||
2015-04-25 | tool: New option --data-raw to HTTP POST data, '@' allowed. | Anthony Avina | |
Add new option --data-raw which is almost the same as --data but does not have a special interpretation of the @ character. Prior to this change there was no (easy) way to pass the @ character as the first character in POST data without it being interpreted as a special character. Bug: https://github.com/bagder/curl/issues/198 Reported-by: Jens Rantil | |||
2015-04-24 | ROADMAP.md: extended the HTTP/2 section, reformatted | Daniel Stenberg | |
Elaborated on several of the remaining HTTP/2 parts and made document use a format that ends up nicer on the web page: http://curl.haxx.se/dev/roadmap.html | |||
2015-04-22 | cyassl: Implement public key pinning | Jay Satiro | |
Also add public key extraction example to CURLOPT_PINNEDPUBLICKEY doc. | |||
2015-04-22 | curl.1: fix typo | Alessandro Ghedini | |