aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-07Added a license that might annoy people. Added a readme and gave this mess ↵Jeffrey Armstrong
a name.
2020-05-06Some minor memory safety improvementsJeffrey Armstrong
2020-05-06File type is now returned for evaluation. Initial routines for saving ↵Jeffrey Armstrong
implemented but unused.
2020-05-06Fixed URL handling when base url doesn't end in a slashJeffrey Armstrong
2020-05-06Fixed handling of bad server response code. Made input requests in the dumb ↵Jeffrey Armstrong
renderer a bit more pleasant.
2020-05-06Back functionality now worksJeffrey Armstrong
2020-05-06Fixed stream io under non-Windows systems. Updated non-Windows project.Jeffrey Armstrong
2020-05-06Fixed silly Fortran mistakes regarding functions returning allocated ↵Jeffrey Armstrong
strings. Added an unused history system. Fixed URL handling.
2020-05-05Added input handling with escaping, all untested.Jeffrey Armstrong
2020-05-05Fixed link handling. Can now navigate links and page up/down.Jeffrey Armstrong
2020-05-05Actual client can now load and display a page using dumb_rendererJeffrey Armstrong
2020-05-01Simple, single request function for retrieving a gemini page into a unit numberJeffrey Armstrong
2020-05-01Initial work on a sensible, packaged connection system.Jeffrey Armstrong
2020-05-01Added input and error display members to the renderer.Jeffrey Armstrong
2020-05-01SSL network connections now seem to work, including on windowsJeffrey Armstrong
2020-04-30Fixed initialization of windows networking. Fixed some overruns in hostent ↵Jeffrey Armstrong
processing.
2020-04-29Added some very low-level network codeJeffrey Armstrong
2020-04-28Links are now rendered in the dumb renderer. Preparation sub now available ↵Jeffrey Armstrong
before every layout is performed.
2020-04-24Initial code commitJeffrey Armstrong