This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/moparisthebest/curl
synced
2024-11-11 03:55:03 -05:00
Code
Issues
Releases
Wiki
Activity
36f60494ae
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-13 18:05:04 -04: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 08:28:37 -04:00
disable BANNEDFUNC
Reference in New Issue
Copy Permalink