Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-07 | mbedtls: implement and provide *_data_pending() | Daniel Stenberg | |
... as otherwise we might get stuck thinking there's no more data to handle. Reported-by: Damien Vielpeau Fixes #737 | |||
2016-04-07 | mbedtls: follow-up for the previous commit | Daniel Stenberg | |
2016-04-07 | mbedtls.c: name space pollution fix, Use 'Curl_' | Daniel Stenberg | |
2016-04-07 | mbedtls.c: changed private prefix to mbed_ | Daniel Stenberg | |
mbedtls_ is the prefix used by the mbedTLS library itself so we should avoid using that for our private functions. | |||
2016-04-07 | mbedtls.h: fix compiler warnings | Daniel Stenberg | |
2016-04-07 | Revert "winbuild: trying to set some files eol=crlf for git" | Daniel Stenberg | |
This reverts commit 9c08b4f1e7eced5a4d3782a3e0daa484c9d77d21. Didn't help. Caused problems. Fixes #756 | |||
2016-04-06 | curl.1: use example.com more | Daniel Stenberg | |
Make (most) example snippets use the example.com domain instead of the random ones picked and used before. Some of those were probably legitimate sites and some not. example.com is designed for this purpose. | |||
2016-04-06 | HTTP2: Add a space character after the status code | Michael Kaufmann | |
The space character after the status code is mandatory, even if the reason phrase is empty (see RFC 7230 section 3.1.2) Closes #755 | |||
2016-04-06 | URLs: change http to https in many places | Viktor Szakats | |
Closes #754 | |||
2016-04-06 | winbuild: trying to set some files eol=crlf for git | Daniel Stenberg | |
Thinking it might help to apply patches etc with git. | |||
2016-04-06 | curl.1: change example for -F | Theodore Dubois | |
It's a bad idea to send your passwords anywhere, especially over HTTP. Modified example to send a picture instead. Fixes #752 | |||
2016-04-06 | KNOWN_BUGS: reorganized and cleaned up | Daniel Stenberg | |
Now sorted into categories and organized in the same style we do the TODO document. It will make each issue linked properly on the https://curl.haxx.se/docs/knownbugs.html web page. The sections should make it easier to find issues and issues related to areas of the reader's specific interest. | |||
2016-04-06 | KNOWN_BUGS: #95 curl in Windows can't handle Unicode arguments | Jay Satiro | |
2016-04-06 | KNOWN_BUGS: Use https://curl.haxx.se URL for github based issues | Steve Holme | |
2016-04-06 | CHECKSRC.md: Corrected some typos | Steve Holme | |
2016-04-06 | RELEASE-NOTES: Corrected last updated | Steve Holme | |
Included a summary of the checksrc.bat updates and combined two krb5 changes as they should have been implemented at the same time. | |||
2016-04-06 | vauth: Corrected a number of typos in comments | Steve Holme | |
Reported-by: Michael Osipov | |||
2016-04-05 | KNOWN_BUGS: #94 IMAP custom requests use the LIST handler | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/536 Reported-by: eXeC64@users.noreply.github.com | |||
2016-04-05 | KNOWN_BUGS: remove 68, 70 and 72. | Daniel Stenberg | |
Due to their age (we don't fully know if they actually remain) and lack of detail - very few people will bother to find out what they're about or work on them. If people truly still suffer from any of these, I assume they will be reported again and then we'll deal with them. 72. "Pausing pipeline problems." https://curl.haxx.se/mail/lib-2009-07/0214.html 70. Problem re-using easy handle after call to curl_multi_remove_handle https://curl.haxx.se/mail/lib-2009-07/0249.html 68. "More questions about ares behavior". https://curl.haxx.se/mail/lib-2009-08/0012.html | |||
2016-04-05 | KNOWN_BUGS: remove 92 and 88, fixed | Daniel Stenberg | |
2016-04-05 | http2: fix connection reuse when PING comes after last DATA | Daniel Stenberg | |
It turns out the google GFE HTTP/2 servers send a PING frame immediately after a stream ends and its last DATA has been received by curl. So if we don't drain that from the socket, it makes the socket readable in subsequent checks and libcurl then (wrongly) assumes the connection is dead when trying to reuse the connection. Reported-by: Joonas Kuorilehto Discussed in #750 | |||
2016-04-05 | multi: remove trailing space in debug output | Daniel Stenberg | |
2016-04-04 | RELEASE-NOTES: synced with 86e97b642fb | Daniel Stenberg | |
2016-04-04 | CHECKSRC.md: mention cmdline options, fix the bullet list | Daniel Stenberg | |
2016-04-04 | docs/CHECKSRC.md: initial version | Daniel Stenberg | |
2016-04-03 | checksrc.bat: Added support for the examples | Steve Holme | |
2016-04-03 | lib/src: fix the checksrc invoke | Daniel Stenberg | |
... now works correctly when invoke from the root makefile | |||
2016-04-03 | nw: please the stricter checksrc | Daniel Stenberg | |
2016-04-03 | checksrc.bat: Re-enabled the tests directory by default | Steve Holme | |
Following the recent changes to the source in the tests directory, re-enabled tests for the default scan. | |||
2016-04-03 | checksrc.bat: Added tests/server directory support | Steve Holme | |
In addition to commit 83b174b3f0 and following the recent changes. | |||
2016-04-03 | tests: Fixed header files to comply with our code style | Steve Holme | |
2016-04-03 | make checksrc: run it in docs/examples too by default | Daniel Stenberg | |
2016-04-03 | docs/examples: remove spurious white spaces all over | Daniel Stenberg | |
... to please the new, slightly picker, checksrc.pl | |||
2016-04-03 | tests: fix make checksrc in servers/ | Daniel Stenberg | |
2016-04-03 | tests: 'make checksrc' now checks server/ too | Daniel Stenberg | |
2016-04-03 | root/make: have checksrc run in include/curl too | Daniel Stenberg | |
2016-04-03 | tests/server: comply with our code style | Daniel Stenberg | |
2016-04-03 | code: style updates | Daniel Stenberg | |
2016-04-03 | checksrc: check for more malplaced spaces | Daniel Stenberg | |
2016-04-03 | unit: make unit test source code checksrc compliant | Daniel Stenberg | |
2016-04-03 | checksrc: run checksrc in tests when 'make checksrc' in root | Daniel Stenberg | |
2016-04-03 | checksrc: remove debug crap | Daniel Stenberg | |
2016-04-03 | lib557: allow too long lines | Daniel Stenberg | |
2016-04-03 | checksrc: allow ignore of specific warnings within a file (section) | Daniel Stenberg | |
2016-04-03 | checksrc: add warning names, explain on help output | Daniel Stenberg | |
2016-04-03 | checksrc.bat: Disable tests by default until warnings are fixed | Steve Holme | |
2016-04-03 | checksrc.bat: Added support for the tests directory | Steve Holme | |
2016-04-03 | vauth: Removed the need for a separate GSS-API based SPN function | Steve Holme | |
2016-04-03 | curl_sasl: Fixed potential null pointer utilisation | Steve Holme | |
Although this should never happen due to the relationship between the 'mech' and 'resp' variables, and the way they are allocated together, it does cause problems for code analysis tools: V595 The 'mech' pointer was utilized before it was verified against nullptr. Check lines: 376, 381. curl_sasl.c 376 Bug: https://github.com/curl/curl/issues/745 Reported-by: Alexis La Goutte | |||
2016-04-03 | spnego: Small code tidy up | Steve Holme | |
* Prefer dereference of string pointer rather than strlen() * Free challenge pointer in one place * Additional comments |