Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-20 | tests: disable 1801 until fixed | Daniel Stenberg | |
It is unreliable and causes CI problems on github Closes #380 | |||
2015-09-20 | RELEASE-NOTES: synced with 4d95491636ee | Daniel Stenberg | |
2015-09-20 | tool: generate easysrc only on --libcurl | Daniel Lee Hwang | |
Code should only be generated when --libcurl is used. Bug: https://github.com/bagder/curl/issues/429 Reported-by: @greafhe, Jay Satiro Closes #429 Closes #442 | |||
2015-09-19 | vtls: Change designator name for server's pubkey hash | Jay Satiro | |
- Change the designator name we use to show the base64 encoded sha256 hash of the server's public key from 'pinnedpubkey' to 'public key hash'. Though the server's public key hash is only shown when comparing pinned public key hashes, the server's hash may not match one of the pinned. | |||
2015-09-19 | NTLM: Reset auth-done when using a fresh connection | Isaac Boukris | |
With NTLM a new connection will always require authentication. Fixes #435 | |||
2015-09-19 | ssl: add server cert's "sha256//" hash to verbose | Daniel Hwang | |
Add a "pinnedpubkey" section to the "Server Certificate" verbose Bug: https://github.com/bagder/curl/issues/410 Reported-by: W. Mark Kubacki Closes #430 Closes #410 | |||
2015-09-19 | openldap: only part of LDAP query results received | Jakub Zakrzewski | |
Introduced with commit 65d141e6da5c6003a1592bbc87ee550b0ad75c2f Closes #440 | |||
2015-09-19 | openssl: don't output certinfo data | Alessandro Ghedini | |
2015-09-19 | openssl: refactor certificate parsing to use OpenSSL memory BIO | Alessandro Ghedini | |
Fixes #427 | |||
2015-09-18 | nss: prevent NSS from incorrectly re-using a session | Kamil Dudka | |
Without this workaround, NSS re-uses a session cache entry despite the server name does not match. This causes SNI host name to differ from the actual host name. Consequently, certain servers (e.g. github.com) respond by 400 to such requests. Bug: https://bugzilla.mozilla.org/1202264 | |||
2015-09-18 | nss: check return values of NSS functions | Kamil Dudka | |
2015-09-17 | CURLOPT_PINNEDPUBLICKEY.3: mention error code | Daniel Stenberg | |
2015-09-17 | openssl: build with < 0.9.8 | Daniel Stenberg | |
... without sha256 support and no define saying so. Reported-by: Rajkumar Mandal | |||
2015-09-17 | libcurl-errors.3: add two missing error codes | Daniel Stenberg | |
CURLE_SSL_PINNEDPUBKEYNOTMATCH and CURLE_SSL_INVALIDCERTSTATUS | |||
2015-09-14 | CURLOPT_PINNEDPUBLICKEY.3: Improve pubkey extraction example | Jay Satiro | |
- Show how a certificate can be obtained using OpenSSL. Bug: https://github.com/bagder/curl/pull/430 Reported-by: Daniel Hwang | |||
2015-09-13 | http2: removed unused function | Daniel Stenberg | |
2015-09-12 | CURLINFO_ACTIVESOCKET.3: mention it replaces *LASTSOCKET | Daniel Stenberg | |
2015-09-12 | opts: add CURLINFO_* man pages to dist | Daniel Stenberg | |
2015-09-12 | opts: 19 more CURLINFO_* options made into stand-alone man pages | Daniel Stenberg | |
2015-09-12 | RELEASE-NOTES: synced with fad9604613 | Daniel Stenberg | |
2015-09-11 | curl: customrequest_helper: deal with NULL custom method | Daniel Stenberg | |
2015-09-11 | CURLOPT_FNMATCH_FUNCTION.3: fix typo | Svyatoslav Mishyn | |
s => is Closes #428 | |||
2015-09-11 | curl: point out unnecessary uses of -X in verbose mode | Daniel Stenberg | |
It uses 'Note:' as a prefix as opposed to the common 'Warning:' to take down the tone a bit. It adds a warning for using -XHEAD on other methods becasue that may lead to a hanging connection. | |||
2015-09-10 | curl_sspi: fix possibly undefined CRYPT_E_REVOKED | Jay Satiro | |
Bug: https://github.com/bagder/curl/pull/411 Reported-by: Viktor Szakats | |||
2015-09-09 | buildconf.bat: fix syntax error | Jay Satiro | |
2015-09-09 | winbuild: run buildconf.bat if necessary | Benjamin Kircher | |
2015-09-08 | docs: fix argument type for CURLINFO_SPEED_*, CURLINFO_SIZE_* | Svyatoslav Mishyn | |
long => double | |||
2015-09-08 | cmake: IPv6 : disable Unix header check on Windows platform | Sergei Nikulov | |
Closes #409 | |||
2015-09-08 | parse_proxy: reject illegal port numbers | Daniel Stenberg | |
If the port number in the proxy string ended weirdly or the number is too large, skip it. Mostly as a means to bail out early if a "bare" IPv6 numerical address is used without enclosing brackets. Also mention the bracket requirement for IPv6 numerical addresses to the man page for CURLOPT_PROXY. Closes #415 Reported-by: Marcel Raad | |||
2015-09-08 | FTP: do_more: add check for wait_data_conn in upload case | Daniel Stenberg | |
In some timing-dependnt cases when a 4xx response immediately followed after a 150 when a STOR was issued, this function would wrongly return 'complete == true' while 'wait_data_conn' was still set. Closes #405 Reported-by: Patricia Muscalu | |||
2015-09-06 | CURLOPT_TLSAUTH_TYPE.3: update description | Svyatoslav Mishyn | |
Closes #414 Closes #413 | |||
2015-09-05 | CURLOPT_PATH_AS_IS.3: fix typo | Svyatoslav Mishyn | |
leavit => leaveit closes #412 | |||
2015-09-05 | CURLINFO_SSL_VERIFYRESULT.3: add short description | Svyatoslav Mishyn | |
2015-09-05 | CURLINFO_SSL_ENGINES.3: add short description | Svyatoslav Mishyn | |
2015-09-05 | CURLINFO_CONTENT_LENGTH_UPLOAD.3: replace "receive" with "get" for consistency | Svyatoslav Mishyn | |
2015-09-05 | CURLINFO_REDIRECT_TIME.3: remove redundant '!' | Svyatoslav Mishyn | |
2015-09-04 | Revert "has: generate the curl/has.h header" | Kamil Dudka | |
This reverts commit a60bde79f9adeb135d5c642a07f0d783fbfbbc25 I have pushed by mistake. Apologies for my incompetent use of the git repo! | |||
2015-09-04 | nss: do not directly access SSL_ImplementedCiphers[] | Kamil Dudka | |
It causes dynamic linking issues at run-time after an update of NSS. Bug: https://lists.fedoraproject.org/pipermail/devel/2015-September/214117.html | |||
2015-09-04 | has: generate the curl/has.h header | Daniel Stenberg | |
changed macro name, moved and renamed script to become docs/libcurl/has.pl, generate code that is checksrc compliant | |||
2015-09-03 | gitignore: ignore more generated VC Makefiles | Daniel Stenberg | |
2015-09-03 | projects/Windows/.gitignore: ignore generated files for release | Daniel Stenberg | |
2015-09-03 | http2: don't pass on Connection: headers | Daniel Stenberg | |
RFC 7540 section 8.1.2.2 states: "An endpoint MUST NOT generate an HTTP/2 message containing connection-specific header fields; any message containing connection-specific header fields MUST be treated as malformed" Closes #401 | |||
2015-09-03 | curl.1: update RFC references | Daniel Stenberg | |
2015-09-03 | CURLOPT_POSTREDIR.3: update RFC number and section | Daniel Stenberg | |
2015-09-03 | CURLOPT_FOLLOWLOCATION.3: mention methods for redirects | Daniel Stenberg | |
and some general cleaning up | |||
2015-09-03 | inet_pton.c: Fix MSVC run-time check failure (2) | Marcel Raad | |
This fixes another run-time check failure because of a narrowing cast on Visual C++. Closes #408 | |||
2015-09-03 | docs: Warn about any-domain cookies and multiple transfers | Jay Satiro | |
- Warn that cookies without a domain are sent to any domain: CURLOPT_COOKIELIST, CURLOPT_COOKIEFILE, --cookie - Note that imported Set-Cookie cookies without a domain are no longer exported: CURLINFO_COOKIELIST, CURLOPT_COOKIEJAR, --cookie-jar | |||
2015-09-02 | tool_sdecls.h: Fixed compilation warning from commit 4a889441d3 | Steve Holme | |
tool_sdecls.h:139 warning: comma at end of enumerator list | |||
2015-09-02 | opts: 8 more CURLINFO* options as stand-alone man pages | Daniel Stenberg | |
2015-08-31 | RELEASE-NOTES: synced with c764cb4add1a8 | Daniel Stenberg | |