Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ykpsmuttauth: __off_t -> off_t | Runxi Yu | 2024-07-13 | 1 | -1/+1 |
| | |||||
* | ykpsmuttauth: Use fputs instead of fprintf | Runxi Yu | 2024-07-13 | 1 | -1/+1 |
| | |||||
* | ykpsmuttauth: Fix off-by-1 for null termination in post_fields | Runxi Yu | 2024-07-13 | 1 | -1/+2 |
| | |||||
* | ykpsmuttauth: Don't use fixed buffer size for post_fields | Runxi Yu | 2024-07-13 | 1 | -7/+20 |
| | |||||
* | ykpsmuttauth: Bug fixes for the C version | Runxi Yu | 2024-07-13 | 1 | -2/+4 |
| | | | | | - use __off_t instead of long for stat - snprintf >=8192 instead of ==8192 check | ||||
* | ykpsmuttauth: access_token_valid check should be in refresh_token | Runxi Yu | 2024-07-13 | 1 | -5/+6 |
| | |||||
* | ykpsmuttauth: Reformat C version | Runxi Yu | 2024-07-13 | 1 | -15/+9 |
| | |||||
* | ykpsmuttauth: Add initial C implementation | Runxi Yu | 2024-07-13 | 1 | -0/+322 |