Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -5/+5 |
| | | | | In order to make the code style more uniform everywhere | ||||
* | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg | 2016-11-24 | 1 | -3/+3 |
| | |||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | krb5_encode: remove unused argument | Daniel Stenberg | 2014-10-08 | 1 | -2/+2 |
| | | | | | | Coverity CID 1241957. Removed the unused argument. As this struct and pointer now are used only for krb5, there's no need to keep unused function arguments around. | ||||
* | security.h: rename to curl_sec.h to avoid name collision | Daniel Stenberg | 2013-08-26 | 1 | -0/+51 |
I brought back security.h in commit bb5529331334e. As we actually already found out back in 2005 in commit 62970da675249, the file name security.h causes problems so I renamed it curl_sec.h instead. |