Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-19 | TODO: Support SSLKEYLOGFILE | Daniel Stenberg | |
2016-09-18 | CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting | Jay Satiro | |
2016-09-18 | examples/imap-append: Set size of data to be uploaded | Jay Satiro | |
Prior to this commit this example failed with error 'Cannot APPEND with unknown input file size'. Bug: https://github.com/curl/curl/issues/1008 Reported-by: lukaszgn@users.noreply.github.com Closes https://github.com/curl/curl/pull/1011 | |||
2016-09-16 | LICENSE-MIXING.md: update with mbedTLS dual licensing | Tony Kelman | |
Recent versions of mbedTLS are available under either Apache 2.0 or GPL 2.0, see https://tls.mbed.org/how-to-get Closes #1019 | |||
2016-09-16 | KNOWN_BUGS: chunked-encoded requests with HTTP/2 is fixed | Daniel Stenberg | |
2016-09-14 | THANKS: updated with curl 7.50.3 contributors | Daniel Stenberg | |
2016-09-12 | CODE_STYLE: fix long-line guideline | Jay Satiro | |
- Change maximum allowed line length from 80 to 79. | |||
2016-09-11 | CODE_STYLE: add column alignment section | Jay Satiro | |
Note that since the added examples are for column alignment I had to encapsulate with ~~~c markdown to preserve their alignment. | |||
2016-09-07 | errors: new alias CURLE_WEIRD_SERVER_REPLY (8) | Jay Satiro | |
Since we're using CURLE_FTP_WEIRD_SERVER_REPLY in imap, pop3 and smtp as more of a generic "failed to parse" introduce an alias without FTP in the name. Closes https://github.com/curl/curl/pull/975 | |||
2016-09-07 | HISTORY: remove ascii logo to render nicer on web | Daniel Stenberg | |
2016-09-07 | THANKS: updated for 7.50.2 | Daniel Stenberg | |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel | |
Speed limits (from CURLOPT_MAX_RECV_SPEED_LARGE & CURLOPT_MAX_SEND_SPEED_LARGE) were applied simply by comparing limits with the cumulative average speed of the entire transfer; While this might work at times with good/constant connections, in other cases it can result to the limits simply being "ignored" for more than "short bursts" (as told in man page). Consider a download that goes on much slower than the limit for some time (because bandwidth is used elsewhere, server is slow, whatever the reason), then once things get better, curl would simply ignore the limit up until the average speed (since the beginning of the transfer) reached the limit. This could prove the limit useless to effectively avoid using the entire bandwidth (at least for quite some time). So instead, we now use a "moving starting point" as reference, and every time at least as much as the limit as been transferred, we can reset this starting point to the current position. This gets a good limiting effect that applies to the "current speed" with instant reactivity (in case of sudden speed burst). Closes #971 | |||
2016-09-03 | HISTORY.md: the multi socket was put in the wrong year! | Daniel Stenberg | |
2016-09-01 | CURLMOPT_PIPELINING.3: language | Daniel Stenberg | |
2016-09-01 | CURLMOPT_PIPELINING.3: extended and clarified | Daniel Stenberg | |
Especially in regards to the multiplexing part. | |||
2016-08-31 | KNOWN_BUGS: Move the Visual Studio project shortcomings from local README | Steve Holme | |
2016-08-31 | KNOWN_BUGS: Expand 6.4 to include Kerberos V5 | Steve Holme | |
...and discuss a possible solution. | |||
2016-08-29 | KNOWN_BUGS: mention some cmake "support gaps" | Daniel Stenberg | |
2016-08-28 | darwinssl: add documentation stating that the --cainfo option is intended ↵ | Nick Zitzmann | |
for backward compatibility only In other news, I changed one other reference to "Mac OS X" in the documentation (that I previously wrote) to say "macOS" instead. | |||
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg | |
With HTTP/2 each transfer is made in an indivial logical stream over the connection, making most previous errors that caused the connection to get forced-closed now instead just kill the stream and not the connection. Fixes #941 | |||
2016-08-25 | INTERNALS: fix title | Daniel Stenberg | |
2016-08-21 | Revert "KNOWN_BUGS: SOCKS proxy not working via IPv6" | Marc Hoersken | |
This reverts commit 9cb1059f92286a6eb5d28c477fdd3f26aed1d554. As discussed in #835 SOCKS5 supports IPv6 proxies and destinations. | |||
2016-08-19 | CURLMOPT_MAX_TOTAL_CONNECTIONS.3: mention it can also multiplex | Daniel Stenberg | |
2016-08-17 | RELEASE-PROCEDURE: Added some more future release dates | Steve Holme | |
...and removed some old ones | |||
2016-08-15 | CURLOPT_PROXY.3: unsupported schemes cause errors now | Daniel Stenberg | |
Follow-up to a96319ebb9 (document the new behavior) | |||
2016-08-13 | MANUAL: Remove invalid link to LDAP documentation (#962) | Ronnie Mose | |
The server developer.netscape.com does not resolve into any ip address and can be removed. | |||
2016-08-11 | mk-ca-bundle.1: document -m, added in 1.26 | Daniel Stenberg | |
2016-08-09 | symbols-in-versions: add CURL_STRICTER | Daniel Stenberg | |
Added in 5fce88aa8c12564 | |||
2016-08-09 | LICENSE-MIXING.md: switched to markdown | Daniel Stenberg | |
2016-08-09 | docs-make: have markdown files use .md | Daniel Stenberg | |
2016-08-09 | HISTORY.md: use markdown extension | Daniel Stenberg | |
2016-08-09 | SSLCERTS.md: renamed to markdown extension | Daniel Stenberg | |
2016-08-09 | INTERNALS.md: use markdown extension for markdown content | Daniel Stenberg | |
2016-08-09 | CONTRIBUTE.md: markdown extension | Daniel Stenberg | |
2016-08-09 | CONTRIBUTE: changed to markdown | Daniel Stenberg | |
2016-08-09 | CONTRIBUTE: refreshed | Daniel Stenberg | |
2016-08-09 | TODO: added an SSH section and two SFTP things to do | Daniel Stenberg | |
2016-08-09 | TODO: remove the 1.22 duplicated item | Daniel Stenberg | |
2016-08-09 | TODO: move "CURLOPT_MAIL_CLIENT" to SMTP section | Daniel Stenberg | |
2016-08-09 | TODO: API for URL parsing/splitting | Daniel Stenberg | |
2016-08-09 | TODO: move QUIC to the HTTP section | Daniel Stenberg | |
2016-08-08 | TODO: Use huge HTTP/2 windows | Daniel Stenberg | |
2016-08-07 | TODO: added several ideas, removed SPDY | Daniel Stenberg | |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg | |
After a few wasted hours hunting down the reason for slowness during a TLS handshake that turned out to be because of TCP_NODELAY not being set, I think we have enough motivation to toggle the default for this option. We now enable TCP_NODELAY by default and allow applications to switch it off. This also makes --tcp-nodelay unnecessary, but --no-tcp-nodelay can be used to disable it. Thanks-to: Tim Rühsen Bug: https://curl.haxx.se/mail/lib-2016-06/0143.html | |||
2016-08-03 | mbedtls: Added support for NTLM | Bill Nagel | |
2016-08-03 | THANKS: 7 new contributors from the 7.50.1 release | Daniel Stenberg | |
2016-08-03 | KNOWN_BUGS: SOCKS proxy not working via IPv6 | Daniel Stenberg | |
Closes #835 | |||
2016-08-03 | KNOWN_BUGS: CURLOPT_SEEKFUNCTION not called with CURLFORM_STREAM | Daniel Stenberg | |
Closes #768 | |||
2016-08-03 | KNOWN_BUGS: transfer-encoding: chunked in HTTP/2 | Daniel Stenberg | |
Closes #662 | |||
2016-08-03 | TODO: Provide cmake config-file | Daniel Stenberg | |
Closes #885 |