summaryrefslogtreecommitdiff
path: root/ykpsmuttauth/ykpsmuttauth2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ykpsmuttauth: __off_t -> off_tRunxi Yu2024-07-131-1/+1
* ykpsmuttauth: Use fputs instead of fprintfRunxi Yu2024-07-131-1/+1
* ykpsmuttauth: Fix off-by-1 for null termination in post_fieldsRunxi Yu2024-07-131-1/+2
* ykpsmuttauth: Don't use fixed buffer size for post_fieldsRunxi Yu2024-07-131-7/+20
* ykpsmuttauth: Bug fixes for the C versionRunxi Yu2024-07-131-2/+4
* ykpsmuttauth: access_token_valid check should be in refresh_tokenRunxi Yu2024-07-131-5/+6
* ykpsmuttauth: Reformat C versionRunxi Yu2024-07-131-15/+9
* ykpsmuttauth: Add initial C implementationRunxi Yu2024-07-131-0/+322