Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | min width attemptHEADmaster | Runxi Yu | 2024-08-20 | 1 | -3/+5 |
| | |||||
* | More ps.py stuff | Runxi Yu | 2024-08-20 | 3 | -3/+16 |
| | |||||
* | ps.py: Remove "or True" | Runxi Yu | 2024-08-20 | 1 | -1/+1 |
| | |||||
* | Add powerschool poller | Runxi Yu | 2024-08-20 | 1 | -0/+49 |
| | |||||
* | Add dependencies to README | Runxi Yu | 2024-08-20 | 1 | -9/+9 |
| | |||||
* | Update README again | Runxi Yu | 2024-08-20 | 1 | -2/+11 |
| | |||||
* | Update README | Runxi Yu | 2024-08-20 | 1 | -2/+3 |
| | |||||
* | Re-add calgen | Runxi Yu | 2024-08-20 | 3 | -0/+175 |
| | |||||
* | Update man pages | Runxi Yu | 2024-08-13 | 4 | -20/+98 |
| | |||||
* | Portable Makefilesv0.2.0 | Runxi Yu | 2024-08-13 | 4 | -11/+5 |
| | |||||
* | License fixes | Runxi Yu | 2024-08-13 | 7 | -2/+147 |
| | |||||
* | Remove toplevel makefile and CI, add cieresults | Runxi Yu | 2024-08-13 | 13 | -80/+212 |
| | |||||
* | README: Link the CI Status button to the CI Status page | Runxi Yu | 2024-08-10 | 1 | -1/+1 |
| | |||||
* | sjauth: help message update | Runxi Yu | 2024-08-10 | 1 | -2/+2 |
| | |||||
* | Add STUWIRELESS man page | Runxi Yu | 2024-08-10 | 2 | -0/+36 |
| | |||||
* | README: Add CI status | Runxi Yu | 2024-07-27 | 1 | -0/+2 |
| | |||||
* | CI: install go | Runxi Yu | 2024-07-27 | 1 | -1/+1 |
| | |||||
* | CI: install ncurses | Runxi Yu | 2024-07-27 | 2 | -2/+2 |
| | |||||
* | Add CI | Runxi Yu | 2024-07-27 | 2 | -0/+22 |
| | |||||
* | Note sr.ht and git.runxiyu.org reposv0.1.0 | Runxi Yu | 2024-07-14 | 1 | -1/+1 |
| | |||||
* | README: Alpine is also supported | Runxi Yu | 2024-07-13 | 1 | -1/+1 |
| | |||||
* | Makefile: Put pkg-config after filenames | Runxi Yu | 2024-07-13 | 2 | -2/+2 |
| | | | | It doesn't build on Alpine if I don't do so... weird | ||||
* | LICENSE: Add copyright line | Runxi Yu | 2024-07-13 | 5 | -0/+10 |
| | |||||
* | README: Note that ykpsmuttauth's language is "Go, C" | Runxi Yu | 2024-07-13 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | LICENSE: Fix typo | Runxi Yu | 2024-07-13 | 5 | -10/+0 |
| | |||||
* | README: Add "contributing" | Runxi Yu | 2024-07-13 | 1 | -0/+4 |
| | |||||
* | ykpsmuttauth: Add usage notes for aerc | Runxi Yu | 2024-07-13 | 1 | -0/+21 |
| | |||||
* | ykpsmuttauth: Add a README | Runxi Yu | 2024-07-13 | 1 | -0/+29 |
| | |||||
* | LICENSE: Attempt to make it detectable | Runxi Yu | 2024-07-13 | 5 | -411/+100 |
| | |||||
* | 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 | 2 | -3/+5 |
| | | | | | - 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 | 3 | -1/+327 |
| | |||||
* | memch: Note the buffer length bug | Runxi Yu | 2024-07-12 | 1 | -11/+13 |
| | |||||
* | chphoto: Bump dependencies | Runxi Yu | 2024-07-12 | 2 | -13/+13 |
| | |||||
* | memch: _XOPEN_SOURCE_EXTENDED lets me use getn_wstr | Runxi Yu | 2024-07-09 | 1 | -2/+1 |
| | |||||
* | memch: Put duplicate color code outside of the if block | Runxi Yu | 2024-07-09 | 1 | -4/+2 |
| | |||||
* | Update README | Runxi Yu | 2024-07-08 | 1 | -3/+3 |
| | |||||
* | memch: Remove debug fwprintf's | Runxi Yu | 2024-07-08 | 1 | -11/+0 |
| | |||||
* | memch: Ugly header definition because gcc doesn't want to define it | Runxi Yu | 2024-07-08 | 2 | -3/+18 |
| | |||||
* | memch: Fix coloring | Runxi Yu | 2024-07-08 | 1 | -10/+14 |
| | |||||
* | sjauth: Update User-Agent | Runxi Yu | 2024-07-08 | 1 | -1/+1 |
| | |||||
* | memch: Linux coding style | Runxi Yu | 2024-07-08 | 1 | -16/+31 |
| | |||||
* | Makefile: add pdfutils | Runxi Yu | 2024-07-08 | 1 | -4/+9 |
| | |||||
* | pdfutils: pdf2djvu, pdfclean | Runxi Yu | 2024-07-08 | 2 | -0/+20 |
| | |||||
* | pdfutils: html2pdf, fixpdf | Runxi Yu | 2024-07-08 | 3 | -2/+19 |
| |