aboutsummaryrefslogtreecommitdiff
path: root/c
AgeCommit message (Expand)Author
2022-08-23Reimplement SelectUnwatched.John Ankarström
2022-08-23Add Managed (generic RAII type).John Ankarström
2022-08-23Use thread_local instead of __thread.John Ankarström
2022-08-23Make exceptions within WndProc non-fatal.John Ankarström
2022-08-22Open episodes without Prolog.John Ankarström
2022-08-22Improve Win32Error, add Min.John Ankarström
2022-08-22Clean up tests.John Ankarström
2022-08-22Change initialization style.John Ankarström
2022-08-22Add InternetError exception.John Ankarström
2022-08-22Add Buf class.John Ankarström
2022-08-22Handle exceptions in fetching thread.John Ankarström
2022-08-21Reimplement WaitFor.John Ankarström
2022-08-21Fix memory bug.John Ankarström
2022-08-21Fetch wiki URL.John Ankarström
2022-08-21Rework remote data fetching.John Ankarström
2022-08-20Fix XML test.John Ankarström
2022-08-20Test XML parsing.John Ankarström
2022-08-18Experiment with Wininet.John Ankarström
2022-08-18Whatever.John Ankarström
2022-08-18Move file views out of EpisodeListView and DataListView.John Ankarström
2022-08-17Fix off-by-one error.John Ankarström
2022-08-17DataListView: Use file view.John Ankarström
2022-08-17Add cEp to CfgA.John Ankarström
2022-08-17Install terminate handler before initialization of globals.John Ankarström
2022-08-17Fix HasVersion.John Ankarström
2022-08-17Fix CfgA.John Ankarström
2022-08-17Add FileView::Initialized constructor.John Ankarström
2022-08-17Minor cleanup.John Ankarström
2022-08-17Add CfgA.John Ankarström
2022-08-17Make FileView more type-safe.John Ankarström
2022-08-16EpisodeListView: Use FileView consistently.John Ankarström
2022-08-16Add data migration test.John Ankarström
2022-08-16Avoid serialization.John Ankarström
2022-08-16Implement preliminary IO.John Ankarström
2022-08-15Add basic serialization functions for ElvData.John Ankarström
2022-08-15Start moving data into C++.John Ankarström
2022-08-15Add testing system.HEADmasterJohn Ankarström
2022-08-15Fix bug in Strcpy. Add Sprintf, Wcscpy.John Ankarström
2022-08-15Fix bug...John Ankarström
2022-08-13Strcpy: Use memcpy instead of strcpy_s.John Ankarström
2022-08-13Minor changes.John Ankarström
2022-08-11Minor formatting.John Ankarström
2022-08-11EBMessageBox: Take wstring_view instead of wchar_t*.John Ankarström
2022-08-11Fix bug in CenterNextWindow.John Ankarström
2022-08-10Improve structure.John Ankarström
2022-08-09Add eb.el.John Ankarström
2022-08-09Add WithNextWindow function.John Ankarström
2022-08-07Add showtodo script.John Ankarström
2022-08-07Add Strcpy.John Ankarström
2022-08-07Simplify WaitFor.John Ankarström