Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-23 | README: Mention wolfSSL in the 'Dependencies' section | Steve Holme | |
2016-07-23 | vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO | Steve Holme | |
As SPNEGO is only defined when these pre-processor variables are defined there is no need to query them explicitly. | |||
2016-07-23 | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme | |
Typo introduced in commit ad5e9bfd5d. | |||
2016-07-22 | SECURITY: mention how to get windows-specific CVEs | Daniel Stenberg | |
... and make the distros link a proper link | |||
2016-07-21 | test558: fix test by stripping file paths from FD lines | Dan Fandrich | |
2016-07-21 | tests: distribute the http2-server.pl script, too | Kamil Dudka | |
2016-07-21 | docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too | Kamil Dudka | |
2016-07-21 | bump: start working on 7.50.1 | Daniel Stenberg | |
2016-07-21 | RELEASE-NOTES: version 7.50.0 ready | Daniel Stenberg | |
2016-07-21 | THANKS: 13 new contributors from the 7.50.0 release | Daniel Stenberg | |
2016-07-21 | winbuild: fix embedded manifest option | Jay Satiro | |
Embedded manifest option didn't work due to typo. Reported-by: Stefan Kanthak | |||
2016-07-20 | vauth: Fix memleak by freeing credentials if out of memory | Jay Satiro | |
This is a follow up to the parent commit dcdd4be which fixes one leak but creates another by failing to free the credentials handle if out of memory. Also there's a second location a few lines down where we fail to do same. This commit fixes both of those issues. | |||
2016-07-20 | vauth: Fixed memory leak due to function returning without free | Saurav Babu | |
This patch allocates memory to "output_token" only when it is required so that memory is not leaked if function returns. | |||
2016-07-20 | test558: updated after ipv6-check move | Daniel Stenberg | |
Follow-up commit to c50980807c5 to make this test pass. | |||
2016-07-20 | connect: disable TFO on Linux when using SSL | Jay Satiro | |
- Linux TFO + TLS is not implemented yet. Bug: https://github.com/curl/curl/issues/907 | |||
2016-07-19 | ROADMAP: QUIC and TLS 1.3 | Daniel Stenberg | |
2016-07-19 | RELEASE-NOTES: synced with c50980807c5 | Daniel Stenberg | |
2016-07-18 | curl_global_init: Check if IPv6 works | Brian Prodoehl | |
- Curl_ipv6works() is not thread-safe until after the first call, so call it once during global init to avoid a possible race condition. Bug: https://github.com/curl/curl/issues/915 PR: https://github.com/curl/curl/pull/918 | |||
2016-07-14 | CURLMOPT_SOCKETFUNCTION.3: fix typo | Timothy Polich | |
Closes https://github.com/curl/curl/pull/914 | |||
2016-07-14 | library: Fix memory leaks found during static analysis | Miroslav Franc | |
Closes https://github.com/curl/curl/pull/913 | |||
2016-07-13 | cookie.c: Fix misleading indentation | Viktor Szakats | |
Closes https://github.com/curl/curl/pull/911 | |||
2016-07-09 | FAQ: Update FTP directory listing section for MLSD command | Jay Satiro | |
Explain how some FTP servers support the machine readable listing format MLSD from RFC 3659 and compare it to LIST. Ref: https://github.com/curl/curl/issues/906 | |||
2016-07-01 | Appveyor: Updates for options - CURL_STATICLIB/BUILD_TESTING | Sergei Nikulov | |
Closes #892 | |||
2016-06-30 | TODO: 17.4 also brings more HTTP/2 support | Daniel Stenberg | |
2016-06-30 | TODO: try next proxy if one doesn't work | Daniel Stenberg | |
Closes #896 | |||
2016-06-29 | conn: don't free easy handle data in handler->disconnect | Daniel Stenberg | |
Reported-by: Gou Lingfeng Bug: https://curl.haxx.se/mail/lib-2016-06/0139.html | |||
2016-06-29 | test1244: test different proxy ports same URL | Daniel Stenberg | |
2016-06-29 | curl_global_init.3: improved formatting of the flags | Daniel Stenberg | |
2016-06-29 | curl_global_init.3: expand on the SSL and WIN32 bits purpose | Daniel Stenberg | |
Reported-by: Richard Gray Bug: https://curl.haxx.se/mail/lib-2016-06/0136.html | |||
2016-06-28 | cleanup: minor code cleanup in Curl_http_readwrite_headers() | Michael Kaufmann | |
- the expression of an 'if' was always true - a 'while' contained a condition that was always true - use 'if(k->exp100 > EXP100_SEND_DATA)' instead of 'if(k->exp100)' - fixed a typo Closes #889 | |||
2016-06-28 | SFTP: set a generic error when no SFTP one exists... | Daniel Stenberg | |
... as otherwise we could get a 0 which would count as no error and we'd wrongly continue and could end up segfaulting. Bug: https://curl.haxx.se/mail/lib-2016-06/0052.html Reported-by: 暖和的和暖 | |||
2016-06-28 | ROADMAP: http2 tests are merged, mention http2 perf | Daniel Stenberg | |
2016-06-28 | docs/README.md: to render nicer pages on github | Daniel Stenberg | |
... as previously the README.cmake would be picked and put at the bottom of the docs page there and it wasn't very representative! | |||
2016-06-28 | README.md: change host name for the svg logo | Daniel Stenberg | |
rawgit.com asks to use the domain cdn.rawgit.com for production See #900 | |||
2016-06-28 | README.md: use the SVG logo | Viktor Szakats | |
2016-06-28 | README.md: logo on top! | Daniel Stenberg | |
2016-06-28 | KNOWN_BUGS: 3.4 POP3 expects "CRLF.CRLF" eob for some | Daniel Stenberg | |
Closes #740 | |||
2016-06-27 | RELEASE-NOTES: synced with d61c80515aa8 | Daniel Stenberg | |
2016-06-27 | acinclude.m4: improve autodetection of CA bundle on FreeBSD | Michael Osipov | |
The FreeBSD Port security/ca_root_nss installs the Mozilla NSS CA bundle to /usr/local/share/certs/ca-root-nss.crt. Use this bundle in the discovery process. This change also removes the former FreeBSD path that has been obsolete for 8 years since this FreeBSD ports commit: https://svnweb.freebsd.org/ports/head/security/?view=revision&revision=215953 Closes #894 | |||
2016-06-22 | configure: don't specify .lib for libs on windows | Daniel Stenberg | |
Another follow up for crypt32.lib linking with winssl | |||
2016-06-22 | configure: fix winssl LIBS change typo | Daniel Stenberg | |
follow-up from 120bf29e | |||
2016-06-22 | TODO: "TCP Fast Open" is done, add monitor pool connections | Daniel Stenberg | |
2016-06-22 | configure: add crypt32.lib for winssl builds | Daniel Stenberg | |
Necessary since 6cabd78531f | |||
2016-06-22 | Makefile.vc: link with crypt32.lib for winssl builds | Daniel Stenberg | |
Necessary since 6cabd78531f Fixes #853 | |||
2016-06-22 | VC: Add crypt32.lib to Visual Sudio project template files | Joel Depooter | |
Closes #854 | |||
2016-06-22 | vc: fix the build for schannel certinfo support | Daniel Stenberg | |
Broken since 6cabd785, which adds use of the Curl_extract_certinfo function from the x509asn1.c file. | |||
2016-06-22 | typedefs: use the full structs in internal code... | Daniel Stenberg | |
... and save the typedef'ed names for headers and external APIs. | |||
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | |
2016-06-22 | headers: forward declare CURL, CURLM and CURLSH as structs | Daniel Stenberg | |
Instead of typedef'ing to void, typedef to their corresponding actual struct names to allow compilers to type-check. Assisted-by: Reinhard Max | |||
2016-06-22 | vtls: Only call add/getsession if session id is enabled | Jay Satiro | |
Prior to this change we called Curl_ssl_getsessionid and Curl_ssl_addsessionid regardless of whether session ID reusing was enabled. According to comments that is in case session ID reuse was disabled but then later enabled. The old way was not intuitive and probably not something users expected. When a user disables session ID caching I'd guess they don't expect the session ID to be cached anyway in case the caching is later enabled. |