index
:
LR-87
master
A cross-platform Gemini client written entirely in Fortran
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
protocol.f90
Age
Commit message (
Expand
)
Author
2021-02-23
Added favicon support. Fixed UTF-8 display on dumb renderer.
Jeffrey Armstrong
2020-06-18
Improved line wrapping calcs to search for break from beginning of string. F...
Jeffrey Armstrong
2020-06-03
Added true error conditions to block infinite requests on failure.
Jeffrey Armstrong
2020-05-27
Added an additional failure condition. Exit dumb_renderer on error with init...
Jeffrey Armstrong
2020-05-21
Fixed first lines being removed after changes to status line handling. Windo...
Jeffrey Armstrong
2020-05-21
Added binary handler for windows gui. Fixed opening and writing of binary fi...
Jeffrey Armstrong
2020-05-21
Binary files are now actually handled in the dumb terminal version.
Jeffrey Armstrong
2020-05-18
Deleted some extraneous debug print statements. Added another image to the r...
Jeffrey Armstrong
2020-05-18
Merge branch 'master' of lilarm.approximatrix.com:gemini-fortran
Jeffrey Armstrong
2020-05-18
Fixed rendering when an error occurs in GUI client. GUI client window title ...
Jeffrey Armstrong
2020-05-17
Fixed handling of server urls if a port is specified.
Jeffrey Armstrong
2020-05-13
Relative URL redirects should now work properly.
Jeffrey Armstrong
2020-05-07
Fixed some more URL handling issues.
Jeffrey Armstrong
2020-05-07
Added a license that might annoy people. Added a readme and gave this mess a...
Jeffrey Armstrong
2020-05-06
File type is now returned for evaluation. Initial routines for saving implem...
Jeffrey Armstrong
2020-05-06
Fixed URL handling when base url doesn't end in a slash
Jeffrey Armstrong
2020-05-06
Fixed handling of bad server response code. Made input requests in the dumb ...
Jeffrey Armstrong
2020-05-06
Fixed silly Fortran mistakes regarding functions returning allocated strings....
Jeffrey Armstrong
2020-05-05
Fixed link handling. Can now navigate links and page up/down.
Jeffrey Armstrong
2020-05-05
Actual client can now load and display a page using dumb_renderer
Jeffrey Armstrong
2020-05-01
Simple, single request function for retrieving a gemini page into a unit number
Jeffrey Armstrong
2020-05-01
Initial work on a sensible, packaged connection system.
Jeffrey Armstrong