Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-21 | CURLOPT_SSLVERSION.3: provide an example | Daniel Stenberg | |
2014-10-21 | docs/libcurl/ABI: more markdown friendly | Daniel Stenberg | |
2014-10-21 | docs: edited lots of libcurl docs for clarity | Daniel Stenberg | |
2014-10-21 | opts: added examples | Daniel Stenberg | |
2014-10-21 | HISTORY: two glimpses in 2014 | Daniel Stenberg | |
2014-10-16 | httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features | Daniel Stenberg | |
... and only do a single request for clarity. | |||
2014-10-15 | mk-ca-bundle: added SHA-384 signature algorithm | Bruno Thomsen | |
Certificates based on SHA-1 are being phased out[1]. So we should expect a rise in certificates based on SHA-2. Adding SHA-384 as a valid signature algorithm. [1] https://blog.mozilla.org/security/2014/09/23/phasing-out-certificates-with-sha-1-based-signature-algorithms/ Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> | |||
2014-10-14 | CURLOPT_TLSAUTH_*.3: fix reference typos | Daniel Stenberg | |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat | |
2014-10-13 | cmake: enable IPv6 by default if available | Peter Wu | |
ENABLE_IPV6 depends on HAVE_GETADDRINFO or you will get a Curl_getaddrinfo_ex error. Enable IPv6 by default, disabling it if struct sockaddr_in6 is not found in netinet/in.h. Note that HAVE_GETADDRINFO_THREADSAFE is still not set as it needs more platform checks even though POSIX requires a thread-safe getaddrinfo. Verified on Arch Linux x86_64 with glibc 2.20-2 and Linux 3.16-rc7. Signed-off-by: Peter Wu <peter@lekensteyn.nl> | |||
2014-10-12 | cmake: build tool_hugehelp (ENABLE_MANUAL) | Peter Wu | |
Rather than always outputting an empty manual page for the '-M' option, generate a full manual page as done by autotools. For simplicity in CMake, always generate the gzipped page as it will not be used anyway when zlib is not available. Signed-off-by: Peter Wu <peter@lekensteyn.nl> | |||
2014-10-10 | SECURITY: slightly nicer markdown format | Daniel Stenberg | |
2014-10-10 | RELEASE-PROCEDURE: better markdown, more content | Daniel Stenberg | |
2014-10-09 | curl_multi_fdset.3: improved the formatting slightly | Daniel Stenberg | |
2014-10-09 | curl_multi_fdset: explain the fd_set arguments | Daniel Stenberg | |
2014-10-07 | curl_easy_getinfo.3: spell-fix | Daniel Stenberg | |
Reported-By: Luan Cestari | |||
2014-10-07 | SSL: implement public key pinning | moparisthebest | |
Option --pinnedpubkey takes a path to a public key in DER format and only connect if it matches (currently only implemented with OpenSSL). Provides CURLOPT_PINNEDPUBLICKEY for curl_easy_setopt(). Extract a public RSA key from a website like so: openssl s_client -connect google.com:443 2>&1 < /dev/null | \ sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -noout -pubkey \ | openssl rsa -pubin -outform DER > google.com.der | |||
2014-10-07 | multi-uv.c: call curl_multi_info_read() better | Waldek Kozba | |
Improves it for low-latency cases (like the communication with localhost) | |||
2014-10-03 | ssh: improve key file search | Jeremy Lin | |
For private keys, use the first match from: user-specified key file (if provided), ~/.ssh/id_rsa, ~/.ssh/id_dsa, ./id_rsa, ./id_dsa Note that the previous code only looked for id_dsa files. id_rsa is now generally preferred, as it supports larger key sizes. For public keys, use the user-specified key file, if provided. Otherwise, try to extract the public key from the private key file. This means that passing --pubkey is typically no longer required, and makes the key-handling behavior more like OpenSSH. | |||
2014-10-03 | CURLOPT_HTTPHEADER.3: libcurl doesn't copy the whole list | Daniel Stenberg | |
2014-10-01 | curl.1: mention quoting in the URL section | Daniel Stenberg | |
and separate the example URLs with newlines | |||
2014-09-25 | CURLOPT_COOKIELIST: Added "RELOAD" command | Yousuke Kimoto | |
2014-09-25 | CURLOPT_POSTREDIR.3: Added availability for CURL_REDIR_POST_303 | Michael Wallner | |
2014-09-19 | libcurl docs: improvements all over | Daniel Stenberg | |
2014-09-19 | tutorial: signals aren't used for the threaded resolver | Daniel Stenberg | |
2014-09-19 | FAQ: update the pronunciation section | Daniel Stenberg | |
As we weren't using the correct phonetic description and doing it correctly involves funny letters that I'm sure will cause problems for people in a text document so I instead rephrased it and link to a WAV file with a person actually saying 'curl'. Reported-By: Dimitar Boevski | |||
2014-09-18 | CURLOPT_COOKIE*: added more cross-references | Daniel Stenberg | |
2014-09-18 | BINDINGS: add node-libcurl | Daniel Stenberg | |
Reported-By: Jonathan Cardoso Machado URL: http://curl.haxx.se/mail/lib-2014-09/0102.html | |||
2014-09-12 | libcurl-tutorial.3: fix GnuTLS link to thread-safety guidelines | Daniel Stenberg | |
The former link was turned into a 404 at some point. Reported-By: Askar Safin | |||
2014-09-11 | ROADMAP: markdown eats underscores | Daniel Stenberg | |
It interprets them as italic indictors unless we backtick the word. | |||
2014-09-11 | ROADMAP: tiny formatting edit for nicer web output | Daniel Stenberg | |
2014-09-10 | ROADMAP.md: Updated GSSAPI authentication following 7.38.0 additions | Steve Holme | |
2014-09-10 | INTERNALS: Added email and updated Kerberos details | Steve Holme | |
2014-09-10 | FEATURES: Updated Kerberos details | Steve Holme | |
Added support for Kerberos 5 to the email protocols following the recent additions in 7.38.0. Removed Kerberos 4 as this has been gone for a while now. | |||
2014-09-10 | LICENSE-MIXING: removed krb4 info | Daniel Stenberg | |
krb4 has been dropped since a while now | |||
2014-09-10 | SSLCERTS: minor updates | Daniel Stenberg | |
Edited format to look better on the web, added a "it is about trust" section. | |||
2014-09-10 | HISTORY: fix the 1998 title position | Daniel Stenberg | |
2014-09-10 | HISTORY: extended and now markdown | Daniel Stenberg | |
2014-09-09 | SSLCERTS: converted to markdown | Daniel Stenberg | |
Only minor edits to make it generate nice HTML output using markdown, as this document serves both in source release tarballs as on the web site. URL: http://curl.haxx.se/docs/sslcerts.html | |||
2014-09-09 | ftp-wildcard.c: spell fix | Daniel Stenberg | |
Reported-By: Frank Gevaerts | |||
2014-09-08 | THANKS: synced with RELEASE-NOTES for 921a0c22a6f | Daniel Stenberg | |
2014-09-08 | SECURITY: eh, make more sense! | Daniel Stenberg | |
2014-09-08 | SECURITY: how to join the curl-security list | Daniel Stenberg | |
2014-09-04 | MAIL-ETIQUETTE: "1.8 I posted, now what?" | Daniel Stenberg | |
2014-09-03 | CURLOPT_CA*: better refering between *CAINFO and *CAPATH | Daniel Stenberg | |
... and a minor wording edit | |||
2014-09-03 | THANKS: added Dennis Clarke | Daniel Stenberg | |
Dennis Clarke from Blastwave.org for ensuring that nightly builds run smooth on Solaris! | |||
2014-08-29 | getinfo-times: Typo fixed | Askar Safin | |
2014-08-29 | libcurl.3: Typo fixed | Askar Safin | |
2014-08-29 | curl_formadd.3: setting CURLFORM_CONTENTSLENGTH 0 zero means strlen | Daniel Stenberg | |
2014-08-29 | curl.1: add an example for -H | Daniel Stenberg | |