Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-15 | source cleanup: remove all custom typedef structs | Daniel Stenberg | |
- Stick to a single unified way to use structs - Make checksrc complain on 'typedef struct {' - Allow them in tests, public headers and examples - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually typedef different types/structs depending on build conditions. Closes #5338 | |||
2020-02-24 | ntlm: Moved the HMAC MD5 function into the HMAC module as a generic function | Steve Holme | |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2010-06-02 | include libcurl standard internal headers | Yang Tse | |
2010-04-19 | Implement SMTP authentication | monnerat | |