This website requires JavaScript.
Explore
Help
Sign In
mirror
/
curl
Watch
2
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/curl/curl.git
synced
2024-12-15 06:40:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c61ca43340
curl
/
docs
/
examples
/
.checksrc
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
source cleanup: remove all custom typedef structs - 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-05-14 06:05:04 +08:00
disable TYPEDEFSTRUCT
disable SNPRINTF
checksrc: ban gmtime/localtime They're not thread-safe so they should not be used in libcurl code. Explictly enabled when deemed necessary and in examples and tests Reviewed-by: Nicolas Sterchele Closes #5732
2020-07-27 20:28:37 +08:00
disable BANNEDFUNC
Reference in New Issue
Copy Permalink