Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | |
The function does not return the same value as snprintf() normally does, so readers may be mislead into thinking the code works differently than it actually does. A different function name makes this easier to detect. Reported-by: Tomas Hoger Assisted-by: Daniel Gustafsson Fixes #3296 Closes #3297 | |||
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg | |
... they're already frowned upon in our source code style guide, this now enforces the rule harder. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-01-07 | tests: make sure CRLFs can't be used in URLs passed to proxy | Daniel Stenberg | |
Bug: http://curl.haxx.se/docs/adv_20150108B.html |