Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-03-09 | curl_multi_wait.3: add example | Daniel Stenberg | |
2016-03-08 | opt-docs: fix heading macros | Jay Satiro | |
..SH should be .SH Bug: https://github.com/curl/curl/issues/705 Reported-by: Eric S. Raymond | |||
2016-03-08 | HTTP2.md: HTTP/2 by default for curl's HTTPS connections | Daniel Stenberg | |
2016-03-08 | HTTP2.md: mention the disable ALPN and NPN options | Daniel Stenberg | |
2016-03-07 | TODO: 17.12 keep running, read instructions from pipe/socket | Daniel Stenberg | |
And delete trailing whitespace And rename section 17 to "command line tool" from "client" Closes #702 | |||
2016-03-06 | CURLOPT_ACCEPTTIMEOUT_MS.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_ACCEPT_ENCODING.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_APPEND.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_NOPROGRESS.3: added example, conform to stardard style | Daniel Stenberg | |
2016-03-06 | opts: added two examples | Daniel Stenberg | |
2016-03-06 | CURLOPT_SSL_CTX_FUNCTION.3: use .NF for example | Daniel Stenberg | |
2016-03-06 | CURLOPT_SSL_CTX_FUNCTION.3: added example | Daniel Stenberg | |
and removed erroneous reference to test case lib509 | |||
2016-03-06 | curlx.c: use more curl style code | Daniel Stenberg | |
2016-02-27 | getinfo: Add support for mbedTLS TLS session info | Jay Satiro | |
.. and preprocessor check TLS session info is defined for all backends. | |||
2016-02-26 | ROADMAP: clarify on the TLS proxy, mention HTTP cookies to work on | Daniel Stenberg | |
2016-02-23 | getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION | Jay Satiro | |
The two options are almost the same, except in the case of OpenSSL: CURLINFO_TLS_SESSION OpenSSL session internals is SSL_CTX *. CURLINFO_TLS_SSL_PTR OpenSSL session internals is SSL *. For backwards compatibility we couldn't modify CURLINFO_TLS_SESSION to return an SSL pointer for OpenSSL. Also, add support for the 'internals' member to point to SSL object for the other backends axTLS, PolarSSL, Secure Channel, Secure Transport and wolfSSL. Bug: https://github.com/curl/curl/issues/234 Reported-by: dkjjr89@users.noreply.github.com Bug: https://curl.haxx.se/mail/lib-2015-09/0127.html Reported-by: Michael König | |||
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro | |
- Add tests. - Add an example to CURLOPT_TFTP_NO_OPTIONS.3. - Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS. Bug: https://github.com/curl/curl/issues/481 | |||
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 1) | Michael Koenig | |
Some TFTP server implementations ignore the "TFTP Option extension" (RFC 1782-1784, 2347-2349), or implement it in a flawed way, causing problems with libcurl. Another switch for curl_easy_setopt "CURLOPT_TFTP_NO_OPTIONS" is introduced which prevents libcurl from sending TFTP option requests to a server, avoiding many problems caused by faulty implementations. Bug: https://github.com/curl/curl/issues/481 | |||
2016-02-20 | CURLOPT_DEBUGFUNCTION.3: Fix example | Jay Satiro | |
2016-02-18 | CURLOPT_COOKIEFILE.3: HTTP headers must be Set-Cookie style | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/666 Reported-by: baumanj@users.noreply.github.com | |||
2016-02-18 | curl.1: HTTP headers for --cookie must be Set-Cookie style | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/666 Reported-by: baumanj@users.noreply.github.com | |||
2016-02-18 | curl.1: add a missing dash | Daniel Stenberg | |
2016-02-18 | opts: add references | Daniel Stenberg | |
2016-02-17 | examples/make: add 'checksrc' target | Daniel Stenberg | |
2016-02-17 | 10-at-a-time: typecast the argument passed to sleep() | Daniel Stenberg | |
2016-02-17 | externalsocket.c: fix compiler warning for fwrite return type | Daniel Stenberg | |
2016-02-17 | anyauthput.c: fix compiler warnings | Daniel Stenberg | |
2016-02-17 | simplessl.c: warning: while with space | Daniel Stenberg | |
2016-02-17 | curlx.c: i2s_ASN1_IA5STRING() clashes with an openssl function | Daniel Stenberg | |
Reported-By: Gisle Vanem | |||
2016-02-14 | CURLOPT_CONNECTTIMEOUT_MS.3: Fix example to use milliseconds option | Clint Clayton | |
Change the example in the docs for CURLOPT_CONNECTTIMEOUT_MS to use CURLOPT_CONNECTTIMEOUT_MS instead of CURLOPT_CONNECTTIMEOUT. Closes #653 | |||
2016-02-14 | opt-docs: add more references | Daniel Stenberg | |
2016-02-12 | curl.1: --disable-{eprt,epsv} are ignored for IPv6 hosts | Kamil Dudka | |
The behavior has been clarified in CURLOPT_FTP_USE_{EPRT,EPSV}.3 man pages since curl-7_12_3~131. This patch makes it clear in the curl.1 man page, too. Bug: https://bugzilla.redhat.com/1305970 | |||
2016-02-11 | examples: fix some compiler warnings | Daniel Stenberg | |
2016-02-11 | simplessl.c: fix my breakage | Daniel Stenberg | |
2016-02-11 | examples: adhere to curl code style | Daniel Stenberg | |
All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed. | |||
2016-02-11 | examples/cookie_interface.c: add cleanup call | Daniel Stenberg | |
cleaning up handles is a good idea as we leak memory otherwise Also, line wrapped before 80 columns. | |||
2016-02-09 | opts: update references to renamed options | Timotej Lazar | |
2016-02-09 | KNOWN_BUGS: Update #92 - Windows device prefix | Jay Satiro | |
2016-02-09 | openssl: remove most BoringSSL #ifdefs. | David Benjamin | |
As of https://boringssl-review.googlesource.com/#/c/6980/, almost all of BoringSSL #ifdefs in cURL should be unnecessary: - BoringSSL provides no-op stubs for compatibility which replaces most #ifdefs. - DES_set_odd_parity has been in BoringSSL for nearly a year now. Remove the compatibility codepath. - With a small tweak to an extend_key_56_to_64 call, the NTLM code builds fine. - Switch OCSP-related #ifdefs to the more generally useful OPENSSL_NO_OCSP. The only #ifdefs which remain are Curl_ossl_version and the #undefs to work around OpenSSL and wincrypt.h name conflicts. (BoringSSL leaves that to the consumer. The in-header workaround makes things sensitive to include order.) This change errs on the side of removing conditionals despite many of the restored codepaths being no-ops. (BoringSSL generally adds no-op compatibility stubs when possible. OPENSSL_VERSION_NUMBER #ifdefs are bad enough!) Closes #640 | |||
2016-02-08 | KNOWN_BUGS: Windows device prefix is required for devices | Jay Satiro | |
2016-02-08 | SSLCERTS: update wrt SSL CA certificate store | Ludwig Nussel | |
2016-02-08 | THANKS: 2 contributors from the 7.47.1 release | Daniel Stenberg | |