aboutsummaryrefslogtreecommitdiff
path: root/protocol.f90
AgeCommit message (Expand)Author
2020-06-18Improved line wrapping calcs to search for break from beginning of string. F...Jeffrey Armstrong
2020-06-03Added true error conditions to block infinite requests on failure.Jeffrey Armstrong
2020-05-27Added an additional failure condition. Exit dumb_renderer on error with init...Jeffrey Armstrong
2020-05-21Fixed first lines being removed after changes to status line handling. Windo...Jeffrey Armstrong
2020-05-21Added binary handler for windows gui. Fixed opening and writing of binary fi...Jeffrey Armstrong
2020-05-21Binary files are now actually handled in the dumb terminal version.Jeffrey Armstrong
2020-05-18Deleted some extraneous debug print statements. Added another image to the r...Jeffrey Armstrong
2020-05-18Merge branch 'master' of lilarm.approximatrix.com:gemini-fortranJeffrey Armstrong
2020-05-18Fixed rendering when an error occurs in GUI client. GUI client window title ...Jeffrey Armstrong
2020-05-17Fixed handling of server urls if a port is specified.Jeffrey Armstrong
2020-05-13Relative URL redirects should now work properly.Jeffrey Armstrong
2020-05-07Fixed some more URL handling issues.Jeffrey Armstrong
2020-05-07Added a license that might annoy people. Added a readme and gave this mess a...Jeffrey Armstrong
2020-05-06File type is now returned for evaluation. Initial routines for saving implem...Jeffrey Armstrong
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
2020-05-06Fixed silly Fortran mistakes regarding functions returning allocated strings....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