Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-06 | curl.1: use example.com more | Daniel Stenberg | |
Make (most) example snippets use the example.com domain instead of the random ones picked and used before. Some of those were probably legitimate sites and some not. example.com is designed for this purpose. | |||
2016-04-06 | URLs: change http to https in many places | Viktor Szakats | |
Closes #754 | |||
2016-04-06 | curl.1: change example for -F | Theodore Dubois | |
It's a bad idea to send your passwords anywhere, especially over HTTP. Modified example to send a picture instead. Fixes #752 | |||
2016-04-06 | KNOWN_BUGS: reorganized and cleaned up | Daniel Stenberg | |
Now sorted into categories and organized in the same style we do the TODO document. It will make each issue linked properly on the https://curl.haxx.se/docs/knownbugs.html web page. The sections should make it easier to find issues and issues related to areas of the reader's specific interest. | |||
2016-04-06 | KNOWN_BUGS: #95 curl in Windows can't handle Unicode arguments | Jay Satiro | |
2016-04-06 | KNOWN_BUGS: Use https://curl.haxx.se URL for github based issues | Steve Holme | |
2016-04-06 | CHECKSRC.md: Corrected some typos | Steve Holme | |
2016-04-05 | KNOWN_BUGS: #94 IMAP custom requests use the LIST handler | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/536 Reported-by: eXeC64@users.noreply.github.com | |||
2016-04-05 | KNOWN_BUGS: remove 68, 70 and 72. | Daniel Stenberg | |
Due to their age (we don't fully know if they actually remain) and lack of detail - very few people will bother to find out what they're about or work on them. If people truly still suffer from any of these, I assume they will be reported again and then we'll deal with them. 72. "Pausing pipeline problems." https://curl.haxx.se/mail/lib-2009-07/0214.html 70. Problem re-using easy handle after call to curl_multi_remove_handle https://curl.haxx.se/mail/lib-2009-07/0249.html 68. "More questions about ares behavior". https://curl.haxx.se/mail/lib-2009-08/0012.html | |||
2016-04-05 | KNOWN_BUGS: remove 92 and 88, fixed | Daniel Stenberg | |
2016-04-04 | CHECKSRC.md: mention cmdline options, fix the bullet list | Daniel Stenberg | |
2016-04-04 | docs/CHECKSRC.md: initial version | Daniel Stenberg | |
2016-04-03 | docs/examples: remove spurious white spaces all over | Daniel Stenberg | |
... to please the new, slightly picker, checksrc.pl | |||
2016-04-03 | code: style updates | Daniel Stenberg | |
2016-04-02 | curl.1: -w filename_effective was introduced in 7.26.0 | Daniel Stenberg | |
We never made a 7.25.1 release | |||
2016-04-02 | test1119: Fixed missing CURL_DID_MEMORY_FUNC_TYPEDEFS symbol | Steve Holme | |
2016-04-01 | curl/mprintf.h: remove support for _MPRINTF_REPLACE | Daniel Stenberg | |
The define is not in our name space and is therefore not protected by our API promises. It was only really used by libcurl internals but was mostly erased from there already in 8aabbf5 (March 2015). This is supposedly the final death blow to that define from everywhere. As a side-effect, making sure _MPRINTF_REPLACE is gone and not used, I made the lib tests in tests/libtest/ use curl_printf.h for its redefine magic and then subsequently the use of sprintf() got banned in the tests as well (as it is in libcurl internals) and I then replaced them all with snprintf(). In the unlikely event that any users is actually using this define and gets sad by this change, it is very easily copied to the user's own code. | |||
2016-03-31 | http2: more documentation for prior knowledge | Daniel Stenberg | |
2016-03-31 | http2: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes | |
Supports HTTP/2 over clear TCP - Optimize switching to HTTP/2 by removing calls to init and setup before switching. Switching will eventually call setup and setup calls init. - Supports new version to “force” the use of HTTP/2 over clean TCP - Add common line parameter “--http2-prior-knowledge” to the Curl command line tool. | |||
2016-03-29 | build: use roffit 0.11 feature | Daniel Stenberg | |
... load file specified as argument. | |||
2016-03-29 | TODO: use secure protocol in recently added URL | Viktor Szakats | |
Closes #733 | |||
2016-03-29 | HTTP2.md: mention libressl and boringssl too | Daniel Stenberg | |
2016-03-29 | docs/HTTP-COOKIES: converted to markdown | Daniel Stenberg | |
2016-03-29 | HTTP2: s/polarssl/mbedtls | Daniel Stenberg | |
2016-03-28 | wolfssl: Add ALPN support | Jay Satiro | |
2016-03-28 | TODO: 2.5 Edge-triggered sockets should work | Daniel Stenberg | |
2016-03-27 | CURLMOPT_SOCKETFUNCTION.3: describe the 'what' argument | Daniel Stenberg | |
2016-03-27 | curl_multi_socket_action.3: mark the options properly | Daniel Stenberg | |
... to make them appear as links on the html version. | |||
2016-03-27 | docs: curlinfo_filetime sftp support, new curlopt_quote "statvfs" | marquis-de-muesli | |
Closes #677 | |||
2016-03-25 | docs/TODO: Add feature request for metalink in HTTP headers | Dusty Mabe | |
Closes #729 Closes #728 | |||
2016-03-24 | schannel: Add ALPN support | JDepooter | |
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724 | |||
2016-03-23 | RELEASE-PROCEDURE: mention the github release tag edit | Daniel Stenberg | |
... and update the coming release dates a bit | |||
2016-03-23 | THANKS: 15 new contributors from 7.48.0 release | Daniel Stenberg | |
2016-03-23 | CURLINFO_TLS_SSL_PTR.3: Warn about limitations | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/685 | |||
2016-03-22 | libcurl-thread.3: minor nroff format fix | Daniel Stenberg | |
2016-03-22 | CURLINFO_TLS_SSL_PTR.3: minor nroff format fix | Daniel Stenberg | |
2016-03-22 | CODE_STYLE: indend example code | Daniel Stenberg | |
... to make it look nicer in markdown outputa | |||
2016-03-20 | CODE_STYLE: Use boolean conditions | Steve Holme | |
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions. Additionally, corrected some example code to adhere to the recommended coding style. | |||
2016-03-19 | KNOWN_BUGS: #93 Issue with CURLFORM_CONTENTLEN in arrays on 32-bit platforms | Steve Holme | |
2016-03-18 | FAQ: 2.5 Install libcurl for both 32bit and 64bit? | Daniel Stenberg | |
2016-03-15 | CURLOPT_SSLENGINE.3: Only for OpenSSL built with engine support | Jay Satiro | |
Bug: https://curl.haxx.se/mail/lib-2016-03/0150.html Reported-by: Oliver Graute | |||
2016-03-14 | CODE_STYLE: Space around operators | Daniel Stenberg | |
As just discussed on the mailing list, also document how we prefer spacing in expressions. | |||
2016-03-14 | CODE_STYLE: add example for indent style as well | Daniel Stenberg | |
2016-03-14 | CODE_STYLE: mention braces for functions too | Daniel Stenberg | |
2016-03-14 | docs/Makefile.am: include CODE_STYLE in tarball too | Daniel Stenberg | |
2016-03-14 | CONTRIBUTE: moved out code style to a separate document | Daniel Stenberg | |
2016-03-14 | CODE_STYLE: initial version | Daniel Stenberg | |
Ripped out from CONTRIBUTE into its own document, but also extended from there. | |||
2016-03-13 | TODO: Use the RFC6265 test suite | Daniel Stenberg | |
2016-03-10 | THANKS-filter: unify Michael König | Daniel Stenberg | |
2016-03-09 | HTTP2.md: add CURL_HTTP_VERSION_2TLS and updated alt-svc link | Daniel Stenberg | |