Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-02-08 | RELEASE-PROCEDURE: remove the github upload part | Daniel Stenberg | |
... as we're HTTPS on the main site now, there's no point in that extra step | |||
2016-02-07 | TODO: 17.11 -w output to stderr | Daniel Stenberg | |
2016-02-06 | examples/asiohiper: Avoid function name collision on Windows | Gisle Vanem | |
closesocket => close_socket Winsock already has the former. Bug: https://curl.haxx.se/mail/lib-2016-02/0016.html | |||
2016-02-06 | examples/htmltitle: Use _stricmp on Windows | Gisle Vanem | |
Bug: https://curl.haxx.se/mail/lib-2016-02/0017.html | |||
2016-02-04 | URLs: change more http to https | Viktor Szakats | |
2016-02-04 | URLs: follow GitHub project rename (also Travis CI) | Viktor Szakats | |
Closes #632 | |||
2016-02-03 | HISTORY: add some info about when we used which host names | Daniel Stenberg | |
2016-02-02 | URLs: change more http to https | Viktor Szakats | |
2016-02-03 | URLs: Change more haxx.se URLs from http: to https: | Dan Fandrich | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-02-02 | HTTPS: update a bunch of URLs from HTTP to HTTPS | Daniel Stenberg | |
2016-01-29 | curl.1: Explain remote-name behavior if file already exists | Jay Satiro | |
.. also warn about letting the server pick the filename. | |||
2016-01-27 | getredirect.c: fix variable name | Daniel Stenberg | |
Reported-by: Bernard Spil | |||
2016-01-27 | examples/Makefile.inc: specify programs without .c! | Daniel Stenberg | |
2016-01-26 | THANKS: 6 new contributors from 7.47.0 release notes | Daniel Stenberg | |
2016-01-25 | FAQ: language fix in 4.19 | Daniel Stenberg | |
2016-01-24 | FAQ: Update to point to GitHub | paulehoffman | |
Current FAQ didn't make it clear where the main repo is. Closes #612 | |||
2016-01-24 | curl_multi_socket_action.3: line wrap | Daniel Stenberg | |
2016-01-21 | TODO: "Create remote directories" for SMB | Steve Holme | |
2016-01-16 | CURLINFO_RESPONSE_CODE.3: add example | Daniel Schauenberg | |
2016-01-15 | ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL | Kamil Dudka | |
The CURLOPT_SSH_PUBLIC_KEYFILE option has been documented to handle empty strings specially since curl-7_25_0-31-g05a443a but the behavior was unintentionally removed in curl-7_38_0-47-gfa7d04f. This commit restores the original behavior and clarifies it in the documentation that NULL and "" have both the same meaning when passed to CURLOPT_SSH_PUBLIC_KEYFILE. Bug: http://curl.haxx.se/mail/lib-2016-01/0072.html | |||
2016-01-13 | CURLOPT_RESOLVE.3: minor language polish | Daniel Stenberg | |
2016-01-12 | TODO: "Try to URL encode given URL" | Daniel Stenberg | |
Closes #514 | |||
2016-01-10 | mbedtls: implement CURLOPT_PINNEDPUBLICKEY | Thomas Glanzmann | |
2016-01-04 | curl_global_init.3: Add Windows-specific info for init via DLL | Jay Satiro | |
- Add to both curl_global_init.3 and libcurl.3 the caveat for Windows that initializing libcurl via a DLL's DllMain or static initializer could cause a deadlock. Bug: https://github.com/bagder/curl/issues/586 Reported-by: marc-groundctl@users.noreply.github.com | |||
2016-01-04 | FAQ: clarify who to mail about ECCN clarifications | Daniel Stenberg | |
2016-01-04 | progressfunc.c: spellfix description | Daniel Stenberg | |
2016-01-04 | docs/examples/multi-app.c: fix bad desc formatting | Daniel Stenberg | |
2016-01-04 | examples: added descriptions | Daniel Stenberg | |
2016-01-04 | example/simple.c: add description | Daniel Stenberg | |
2016-01-04 | getredirect.c: a new example | Daniel Stenberg | |
2015-12-24 | CURLOPT_RANGE: for HTTP servers, range support is optional | Daniel Stenberg | |
2015-12-15 | curl --expect100-timeout: added | Daniel Stenberg | |
This is the new command line option to set the value for the existing libcurl option CURLOPT_EXPECT_100_TIMEOUT_MS | |||
2015-12-14 | ROADMAP: implemented HTTP2 for HTTPS-only | Daniel Stenberg | |
2015-12-14 | HTTP2.md: spell fix and remove TODO now implemented | Daniel Stenberg | |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg | |
... and stick to 1.1 for HTTP. This is in line with what browsers do and should have very little risk. | |||
2015-12-07 | version: Add flag CURL_VERSION_PSL for libpsl | Gisle Vanem | |
2015-12-01 | THANKS: new contributors from the 7.46.0 release | Daniel Stenberg | |
2015-12-01 | THANKS-filter: single Tim Rühsen spelling | Daniel Stenberg | |
2015-12-01 | docs/examples: gitignore some more built examples | Daniel Stenberg | |
2015-11-25 | examples/README: cut out the incomplete list | Daniel Stenberg | |
... and add a generic explanation for them instead. Each example file should contain its own description these days. | |||
2015-11-23 | CURLOPT_HEADERFUNCTION.3: fix typo | Daniel Stenberg | |
Refer to _HEADERDATA not _WRITEDATA. Reported-by: Michał Piechowski |