Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-14 | curl_sasl.c: minor code indent fixes | Daniel Stenberg | |
2016-03-14 | multi: simplified singlesocket | Daniel Stenberg | |
Since sh_getentry() now checks for invalid sockets itself and by narrowing the scope of the remove_sock_from_hash variable. | |||
2016-03-14 | multi: introduce sh_getentry() for looking up sockets in the sockhash | Daniel Stenberg | |
Simplify the code by using a single entry that looks for a socket in the socket hash. As indicated in #712, the code looked for CURL_SOCKET_BAD at some point and that is ineffective/wrong and this makes it easier to avoid that. | |||
2016-03-14 | multi hash: ensure modulo performed on curl_socket_t | Jaime Fullaondo | |
Closes #712 | |||
2016-03-13 | base64: Minor coding standard and style updates | Steve Holme | |
2016-03-13 | base64: Use 'CURLcode result' for curl result codes | Steve Holme | |
2016-03-13 | negotiate: Use 'CURLcode result' for curl result codes | Steve Holme | |
2016-03-13 | multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECT | Maksim Kuzevanov | |
Closes #703 | |||
2016-03-13 | TODO: Use the RFC6265 test suite | Daniel Stenberg | |
2016-03-13 | checksrc.bat: Added the ability to scan src and lib source independently | Steve Holme | |
2016-03-12 | digest: Use boolean based success code for Curl_sasl_digest_get_pair() | Steve Holme | |
Rather than use a 0 and 1 integer base result code use a TRUE / FALSE based success code. | |||
2016-03-12 | digest: Corrected some typos in comments | Steve Holme | |
2016-03-12 | krb5: Corrected some typos in function descriptions | Steve Holme | |
2016-03-12 | ntlm: Corrected some typos in function descriptions | Steve Holme | |
2016-03-11 | url: Corrected indentation when calling idna_to_ascii_lz() | Steve Holme | |
2016-03-11 | idn_win32: Use boolean based success codes | Steve Holme | |
Rather than use 0 and 1 integer base result codes use a FALSE / TRUE based success code. | |||
2016-03-10 | idn_win32.c: warning: Trailing whitespace | Daniel Stenberg | |
2016-03-10 | idn_win32.c: Fixed compilation warning from commit 9e7fcd4291 | Steve Holme | |
warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data | |||
2016-03-10 | THANKS-filter: unify Michael König | Daniel Stenberg | |
2016-03-10 | RELEASE-NOTES: synced with 863c5766dd | Daniel Stenberg | |
2016-03-10 | ftp: remove a check for NULL(!) | Daniel Stenberg | |
... as it implies we need to check for that on all the other variable references as well (as Coverity otherwise warns us for missing NULL checks), and we're alredy making sure that the pointer is never NULL. | |||
2016-03-10 | cookies: first n/v pair in Set-Cookie: is the cookie, then parameters | Daniel Stenberg | |
RFC 6265 section 4.1.1 spells out that the first name/value pair in the header is the actual cookie name and content, while the following are the parameters. libcurl previously had a more liberal approach which causes significant problems when introducing new cookie parameters, like the suggested new cookie priority draft. The previous logic read all n/v pairs from left-to-right and the first name used that wassn't a known parameter name would be used as the cookie name, thus accepting "Set-Cookie: Max-Age=2; person=daniel" to be a cookie named 'person' while an RFC 6265 compliant parser should consider that to be a cookie named 'Max-Age' with an (unknown) parameter 'person'. Fixes #709 | |||
2016-03-10 | krb5: improved type handling to avoid clang compiler warnings | Daniel Stenberg | |
2016-03-10 | url.c: fix clang warning: no newline at end of file | Daniel Stenberg | |
2016-03-10 | curl_multi_wait: never return -1 in 'numfds' | Daniel Stenberg | |
Such a return value isn't documented but could still happen, and the curl tool code checks for it. It would happen when the underlying Curl_poll() function returns an error. Starting now we mask that error as a user of curl_multi_wait() would have no way to handle it anyway. Reported-by: Jay Satiro Closes #707 | |||
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 | imap/pop3/smtp: Fixed connections upgraded with TLS are not reused | Steve Holme | |
Regression since commit 710f14edba. Bug: https://github.com/curl/curl/issues/422 Reported-by: Justin Ehlert | |||
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 | cookie: do not refuse cookies for localhost | Tim Rühsen | |
Closes #658 | |||
2016-03-08 | ftp_done: clear tunnel_state when secondary socket closes | Daniel Stenberg | |
Introducing a function for closing the secondary connection to make this bug less likely to happen again. Reported-by: daboul Closes #701 | |||
2016-03-08 | openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messages | Gisle Vanem | |
2016-03-08 | HTTP2.md: HTTP/2 by default for curl's HTTPS connections | Daniel Stenberg | |
2016-03-08 | pipeline: Sanity check pipeline pointer before accessing it. | Anders Bakken | |
I got a crash with this stack: curl/lib/url.c:2873 (Curl_removeHandleFromPipeline) curl/lib/url.c:2919 (Curl_getoff_all_pipelines) curl/lib/multi.c:561 (curl_multi_remove_handle) curl/lib/url.c:415 (Curl_close) curl/lib/easy.c:859 (curl_easy_cleanup) Closes #704 | |||
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-07 | README.md: linkified | Daniel Stenberg | |
It also makes it less readable as plain text, so let's keep this primarily for github use. Removed the top ascii art logo, as it looks weird when markdownified. | |||
2016-03-07 | README.md: markdown version of README | Daniel Stenberg | |
Attempt to make it look more appealing on github | |||
2016-03-06 | mprintf: update trio project link | Jay Satiro | |
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 | build-openssl/checksrc.bat: Fixed prepend vs append of Perl path | Steve Holme | |
Fixed inconsistency from commit 1eae114065 and 0ad6c72227 of the order in which Perl was added to the PATH. | |||
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-03-06 | test46: change cookie expiry date | Daniel Stenberg | |
Since two of the cookies would now otherwise expire and cause the test to fail after commit 20de9b4f09 Discussed in #697 | |||
2016-03-05 | makefile.m32: add missing libs for static -winssl-ssh2 builds | Viktor Szakats | |
Bug: https://github.com/curl/curl/pull/693 |