Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | License fixes | Runxi Yu | 2024-08-13 | 1 | -0/+25 |
* | 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 |
* | 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 |