Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-07 | Simplify Err message format. | John Ankarström | |
2022-09-07 | Improve error handling. | John Ankarström | |
2022-09-03 | Improve error handling. | John Ankarström | |
2022-09-02 | Add Act. | John Ankarström | |
2022-09-02 | Add UniqueOk. | John Ankarström | |
2022-08-30 | Fix Unique Good, Bad. Simplify HTML parser. | John Ankarström | |
Good and Bad should obviously do the exact opposite thing to what they did. | |||
2022-08-29 | Small improvments. | John Ankarström | |
2022-08-28 | Replace Managed with Unique. | John Ankarström | |
2022-08-28 | Set termination handler for fetch thread. | John Ankarström | |
MSVC has separate handlers per thread. | |||
2022-08-24 | Remove Prolog dependency. | John Ankarström | |
The only thing left to reimplement is the tracking of watched episodes in MPC-HC. | |||
2022-08-24 | Add FetchScreenwriters. Improve thread communication. | John Ankarström | |
2022-08-23 | Reimplement SelectUnwatched. | John Ankarström | |
2022-08-23 | Add Managed (generic RAII type). | John Ankarström | |
2022-08-22 | Open episodes without Prolog. | John Ankarström | |
2022-08-22 | Improve Win32Error, add Min. | John Ankarström | |
2022-08-22 | Add Buf class. | John Ankarström | |
2022-08-22 | Handle exceptions in fetching thread. | John Ankarström | |
2022-08-15 | Fix bug in Strcpy. Add Sprintf, Wcscpy. | John Ankarström | |
2022-08-13 | Strcpy: Use memcpy instead of strcpy_s. | John Ankarström | |
2022-08-07 | Add Strcpy. | John Ankarström | |
2022-08-04 | Add comments. | John Ankarström | |
2022-08-03 | Split common.h to util.h, wcharptr.h and win.h. | John Ankarström | |