Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | |
In order to make the code style more uniform everywhere | |||
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2014-10-08 | krb5_encode: remove unused argument | Daniel Stenberg | |
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. | |||
2013-08-26 | security.h: rename to curl_sec.h to avoid name collision | Daniel Stenberg | |
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. |