aboutsummaryrefslogtreecommitdiff
path: root/protocol.f90
AgeCommit message (Collapse)Author
2020-06-18Improved line wrapping calcs to search for break from beginning of string. ↵Jeffrey Armstrong
Fixed unnecessary connection error when reporting unsupported protocol by adding a protocol fail status.
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 ↵Jeffrey Armstrong
initial site.
2020-05-21Fixed first lines being removed after changes to status line handling. ↵Jeffrey Armstrong
Window title on AppGraphics now resets on new pages.
2020-05-21Added binary handler for windows gui. Fixed opening and writing of binary ↵Jeffrey Armstrong
files so it works on windows too. Removed all tabs from link lines for simpler processing.
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 ↵Jeffrey Armstrong
readme.
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
now set to first encountered level 1 heading.
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 ↵Jeffrey Armstrong
a name.
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-06Fixed silly Fortran mistakes regarding functions returning allocated ↵Jeffrey Armstrong
strings. Added an unused history system. Fixed URL handling.
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